@charset 'UTF-8';

@import 'https://fonts.googleapis.com/css?family=Fjalla+One';

@import 'https://fonts.googleapis.com/css?family=Oswald:400,300';

@import 'https://fonts.googleapis.com/css?family=Open+Sans:600,800';

@charset 'UTF-8';
/* ----------------------------------------------------------------
normalize
-------------------------------------------------------------------*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1.6em;
  margin: .67em 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}
/* ----------------------------------------------------------------
base
-------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background-color: #f5f5f5;
}

body {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  padding: 0;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline;
  color: #021e76;
}

a:hover {
  color: #021e76;
}

h1,
h2,
h3,
h4,
figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* ----------------------------------------------------------------
layout
-------------------------------------------------------------------*/
/* main
----------------------------------------------*/
.l-main {
  padding-top: 30px;
  background-color: #fff;
}
/* content
----------------------------------------------*/
.l-content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.l-content:before,
.l-content:after {
  display: table;
  content: ' ';
}

.l-content:after {
  clear: both;
}
/* ----------------------------------------------------------------
Header
-------------------------------------------------------------------*/
.header {
  line-height: 1;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 54px;
  padding: 12px 30px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.header:before,
.header:after {
  display: table;
  content: ' ';
}

.header:after {
  clear: both;
}

@media (max-width: 1000px) {
  .header {
    padding: 10px;
  }
}

@media (max-width: 601px) {
  .header {
    position: relative;
    height: 60px;
    padding: 0 10px;
  }
}

.header,
.header a {
  color: #000;
}

.header a {
  text-decoration: none;
}

.header a:hover {
  color: #999;
}

.header__inner {
  display: table-cell;
  vertical-align: middle;
}
/* sitelogo
----------------------------------------------*/
.header__sitelogo {
  float: left;
}

.header__sitelogo img {
  width: auto;
  height: 32px;
  margin-right: 3px;
}

@media (max-width: 1000px) {
  .header__sitelogo {
    float: none;
    margin-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 601px) {
  .header__sitelogo {
    float: none;
    margin-bottom: 0;
    text-align: center;
  }

  .header__sitelogo img {
    height: 26px;
  }
}

.header__sublogo {
  float: right;
  margin-top: 6px;
}

.header__sublogo img {
  width: auto;
  height: 30px;
}

.header__sublogo a:hover {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

@media (max-width: 1000px) {
  .header__sublogo {
    display: none;
  }
}

@media (max-width: 601px) {
  .header__sublogo {
    display: none;
  }
}
/* nav
----------------------------------------------*/
.header__nav {
  font-family: 'Fjalla One', sans-serif;
  float: right;
  margin-top: 6px;
  margin-right: 40px;
  word-wrap: break-word;
}

@media (max-width: 1000px) {
  .header__nav {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
/* button */
.header__nav__button {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 15px;
  display: none;
  margin-top: -20px;
  padding: 10px;
}

.header__nav__button:hover {
  cursor: pointer;
}

@media (max-width: 1000px) {
  .header__nav__button {
    display: block;
  }
}

.header__nav__button__inner {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #021e76;
  border-width: 3px 0;
}

.header__nav__button__inner::before,
.header__nav__button__inner::after {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  content: '';
  transition: all linear .08s;
  background-color: #021e76;
}

.is-open .header__nav__button__inner {
  border-width: 0;
}

.is-open .header__nav__button__inner::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #021e76;
}

.is-open .header__nav__button__inner::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #021e76;
}
/* list */
.header__nav__list {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

@media (max-width: 1000px) {
  .header__nav__list {
    font-size: 18px;
    position: absolute;
    z-index: 10;
    top: -500px;
    right: 0;
    padding: 20px 0;
    transition: all linear .1s;
    background-color: #fff;
  }

  .header__nav__list.is-open {
    top: 54px;
  }
}

@media (max-width: 601px) {
  .header__nav__list.is-open {
    top: 60px;
  }
}

.header__nav__list,
.header__nav__list li {
  list-style-type: none;
}

.header__nav__list li {
  float: left;
  margin-left: 45px;
}

.header__nav__list li:first-child(),
.header__nav__list li:nth-child(2) {
  margin-left: 0;
}

.header__nav__list li.header__nav__list_to-header {
  display: none;
}

@media (max-width: 1000px) {
  .header__nav__list li {
    float: none;
    margin: 0;
    text-align: center;
  }

  .header__nav__list li a {
    display: block;
    padding: 15px 40px;
    text-align: left;
    color: #000;
  }

  .header__nav__list li a:hover {
    color: #001978;
  }

  .header__nav__list li.header__nav__list_to-header {
    display: block;
  }
}

.header__nav__list li.disabled {
  color: #999;
}

@media (max-width: 1000px) {
  .header__nav__list li.disabled {
    padding: 15px 40px;
    text-align: left;
    color: #999;
  }
}
/* ----------------------------------------------------------------
Main
-------------------------------------------------------------------*/
.main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 54px;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: url('../images/main__bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 601px) {
  .main {
    margin-top: 0;
  }
}
/* inner
----------------------------------------------*/
.main__inner {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 0;
  display: block;
  width: 100%;
  vertical-align: middle;
}
/* title
----------------------------------------------*/
.main__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 64px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 0;
  word-wrap: break-word;
  text-shadow: 0 0 5px rgba(0,0,0,.3);
}

@media (max-width: 601px) {
  .main__title {
    font-size: 34px;
    letter-spacing: 2px;
  }
}
/* subtitle
----------------------------------------------*/
.main__subtitle {
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.main__subtitle sup {
  font-family: "Droid Sans";
  top: -0.3em;
  color: #ffffff;
  font-size: 75%;
}

@media (max-width: 601px) {
  .main__subtitle {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ----------------------------------------------------------------
About
-------------------------------------------------------------------*/
.about {
  padding: 70px 35px 110px;
  text-align: center;
  color: #fff;
  background: url('../images/about__bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 601px) {
  .about {
    padding: 50px 20px;
  }
}
/* title
----------------------------------------------*/
.about__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  color: #021e76;
}

@media (max-width: 601px) {
  .about__title {
    font-size: 22px;
  }
}

.about__title::after {
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto;
  content: ' ';
  background-color: #cc2588;
}
/* main area
----------------------------------------------*/
.about__main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
/* subtitle
----------------------------------------------*/
.about__subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 5px;
  color: #000;
}

@media (max-width: 1000px) {
  .about__subtitle {
    float: none;
    width: auto;
  }
}

@media (max-width: 601px) {
  .about__subtitle {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
/* figure
----------------------------------------------*/
.about__figure {
  width: 100%;
  margin: 0;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .about__figure {
    width: auto;
  }
}

.about__figure img {
  margin: 25px auto 0;
}

@media (max-width: 1000px) {
  .about__figure img {
    margin: 0 auto;
  }
}
/* description
----------------------------------------------*/
.about__description {
  font-size: 16px;
  line-height: 2.2;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
}

.about__description h3 {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

@media (max-width: 601px) {
  .about__description h3 {
    text-align: left;
	font-weight: normal;
  }
}

.about__description p {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-align: center;
  color: #000;
}

.about__description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 601px) {
  .about__description p {
    text-align: left;
  }
}

@media (max-width: 1000px) {
  .about__description {
    width: auto;
  }
}

@media (max-width: 801px) {
  .about__description {
    text-align: left;
  }

  .about__description br {
    display: none;
  }
}

@media (max-width: 601px) {
  .about__description {
    font-size: 12px;
    line-height: 1.8;
  }
}
/* ----------------------------------------------------------------
ss
-------------------------------------------------------------------*/
.ss {
  padding: 70px 0 0;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 601px) {
  .ss {
    padding: 45px 0 0;
  }
}
/* title
----------------------------------------------*/
.ss__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  color: #021e76;
}

@media (max-width: 601px) {
  .ss__title {
    font-size: 22px;
  }
}

.ss__title::after {
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto;
  content: ' ';
  background-color: #cc2588;
}
/* subtitle
----------------------------------------------*/
.ss__subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 5px;
  color: #000;
}

@media (max-width: 601px) {
  .ss__subtitle {
    font-size: 14px;
    margin: 0 15px 30px;
  }
}
/* description
----------------------------------------------*/
.ss__description {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 55px;
}

@media (max-width: 601px) {
  .ss__description {
    font-size: 12px;
  }
}
/* list
----------------------------------------------*/
.ss__list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.ss__list a {
  text-decoration: none;
}

.ss__list,
.ss__list > li {
  list-style-type: none;
}

.ss__list > li {
  width: 100%;
  background-color: #fff;
}

.ss__list > li > a > div {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 801px) {
  .ss__list > li {
    display: block;
  }

  .ss__list > li:before,
    .ss__list > li:after {
    display: table;
    content: ' ';
  }

  .ss__list > li:after {
    clear: both;
  }
}
/* title */
.ss__list__title {
  display: table-cell;
  width: 360px;
  height: 360px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 801px) {
  .ss__list__title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 65px;
    text-align: left;
  }
}

.ss__list__title h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 50px;
  color: #fff;
  line-height:1.0;
}

@media (max-width: 801px) {
  .ss__list__title h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.ss__list__title p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 801px) {
  .ss__list__title p {
    font-size: 23px;
    margin: 0;
  }
}

.ss__list__title .ss__list__figure {
  width: 84px;
  margin: 0 auto 20px;
}

@media (max-width: 801px) {
  .ss__list__title .ss__list__figure {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 10px;
    width: 42px;
    margin-top: -21px;
  }
}
/* column */
.ss__list__column {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 801px) {
  .ss__list__column {
    display: block;
    width: 100%;
  }
}
/* detail */
.ss__list__detail {
  min-height: 360px;
  padding: 48.5px 50px;
  text-align: left;
  transition: all linear .2s;
}


@media (max-width: 801px) {
  .ss__list__detail {
    padding: 24px;
    text-align: left;
  }
}
/* name */
.ss__list__name {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 801px) {
  .ss__list__name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 801px) {
  .ss__list__name {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.ss__list__name__sub {
  margin-bottom: 30px;
}

@media (max-width: 801px) {
  .ss__list__name__sub {
    margin-bottom: 10px;
  }
}

.ss__list__name__sub span {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 15px;
  color: #fff;
  border: solid 1px #fff;
}

@media (max-width: 801px) {
  .ss__list__name__sub span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
/* description */
.ss__list__description {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #fff;
}

@media (max-width: 801px) {
  .ss__list__description {
    line-height: 2;
    text-align: left;
    letter-spacing: 1px;
  }
}
/* button */
.ss__list__button {
  font-family: 'Fjalla One', sans-serif;
  font-size: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 200px;
  max-width: 100%;
  max-width: 100%;
  padding: 15px;
  transition: all linear .2s;
  text-align: center;
  letter-spacing: 2px;
  word-wrap: break-word;
  color: #fff;
  border: 1px solid #ccc;
  border: none;
}

.ss__list__button:after,
.ss__list__button:before {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: #fff;
}

.ss__list__button:after {
  top: 50%;
  right: 35px;
  width: 0;
  height: 0;
}

.ss__list__button:before {
  top: 46%;
  right: 35px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 801px) {
  .ss__list__button {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.ss__list__01 .ss__list__title,
.ss__list__01 .ss__list__button {
  background-color: #1976d2;
}

.ss__list__01 .ss__list__column {
  background: url('../images/ss__bg_01.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ss__list__01 a:hover .ss__list__detail {
  background-color: #1976d2;
  background-color: rgba(25,118,210,.5);
}

.ss__list__01 a:hover .ss__list__button {
  color: #1976d2;
  background-color: #fff;
}

.ss__list__02 .ss__list__title,
.ss__list__02 .ss__list__button {
  background-color: #009688;
}

.ss__list__02 .ss__list__column {
  background: url('../images/ss__bg_02.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ss__list__02 a:hover .ss__list__detail {
  background-color: #009688;
  background-color: rgba(0,150,136,.5);
}

.ss__list__02 a:hover .ss__list__button {
  color: #009688;
  background-color: #fff;
}

.ss__list__03 .ss__list__title,
.ss__list__03 .ss__list__button {
  background-color: #303f9f;
}

.ss__list__03 .ss__list__column {
  background: url('../images/ss__bg_03.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ss__list__03 a:hover .ss__list__detail {
  background-color: #303f9f;
  background-color: rgba(48,63,159,.5);
}

.ss__list__03 a:hover .ss__list__button {
  color: #303f9f;
  background-color: #fff;
}

.ss__list__04 .ss__list__title,
.ss__list__04 .ss__list__button {
  background-color: #6a1b9a;
}

.ss__list__04 .ss__list__column {
  background: url('../images/ss__bg_04.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ss__list__04 a:hover .ss__list__detail {
  background-color: #6a1b9a;
  background-color: rgba(106,27,154,.5);
}

.ss__list__04 a:hover .ss__list__button {
  color: #6a1b9a;
  background-color: #fff;
}

.ss__list__05 .ss__list__title,
.ss__list__05 .ss__list__button {
  background-color: #6a1b9a;
}

.ss__list__05 .ss__list__column {
  background: url('../images/ss__bg_05.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ss__list__05 a:hover .ss__list__detail {
  background-color: #6a1b9a;
  background-color: rgba(106,27,154,.5);
}

.ss__list__05 a:hover .ss__list__button {
  color: #6a1b9a;
  background-color: #fff;
}

.ss__list__06 .ss__list__title,
.ss__list__06 .ss__list__button {
  background-color: #5d4037;
}

.ss__list__06 .ss__list__column {
  background: url('../images/ss__bg_06.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ss__list__06 a:hover .ss__list__detail {
  background-color: #5d4037;
  background-color: rgba(93,64,55,.5);
}

.ss__list__06 a:hover .ss__list__button {
  color: #5d4037;
  background-color: #fff;
}

.ss__list__07 .ss__list__title,
.ss__list__07 .ss__list__button {
  background-color: #546e7a;
}

.ss__list__07 .ss__list__column {
  background: url('../images/ss__bg_07.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ss__list__07 a:hover .ss__list__detail {
  background-color: #546e7a;
  background-color: rgba(84,110,122,.5);
}

.ss__list__07 a:hover .ss__list__button {
  color: #546e7a;
  background-color: #fff;
}
/* ----------------------------------------------------------------
Reference
-------------------------------------------------------------------*/
.reference {
  padding: 70px 0;
  text-align: center;
}

@media (max-width: 601px) {
  .reference {
    padding: 50px 10px;
  }
}
/* title
----------------------------------------------*/
.reference__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  color: #021e76;
}

@media (max-width: 601px) {
  .reference__title {
    font-size: 22px;
  }
}

.reference__title::after {
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto;
  content: ' ';
  background-color: #cc2588;
}
/* subtitle
----------------------------------------------*/
.reference__subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 5px;
  color: #000;
}

@media (max-width: 601px) {
  .reference__subtitle {
    font-size: 14px;
    margin: 0 15px 30px;
  }
}
/* description
----------------------------------------------*/
.reference__description {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 55px;
}

@media (max-width: 601px) {
  .reference__description {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
/* list
----------------------------------------------*/
.reference__list {
  max-width: 1024px;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}

.reference__list a {
  text-decoration: none;
  color: #000;
}

.reference__list,
.reference__list > li {
  list-style-type: none;
}

.reference__list > li {
  float: left;
  width: 30%;
  margin: 0 1.5%;
  background-color: #fff;
}

@media (max-width: 601px) {
  .reference__list > li {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .reference__list > li:before,
    .reference__list > li:after {
    display: table;
    content: ' ';
  }

  .reference__list > li:after {
    clear: both;
  }
}
/* column */
.reference__list__column {
  position: relative;
  width: 100%;
  padding: 50px 0;
  vertical-align: middle;
}

@media (max-width: 601px) {
  .reference__list__column {
    display: block;
    float: left;
    width: 100%;
  }

  .reference__list > li:nth-child(2n) .reference__list__column {
    float: right;
  }
}
/* detail */
.reference__list__detail {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px 20px;
  text-align: left;
  background-color: #000;
  background-color: rgba(0,0,0,.6);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  transition: all linear .2s;
}

@media (max-width: 601px) {
  .reference__list__detail {
    padding: 25px;
    text-align: center;
  }
}

a:hover .reference__list__detail {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

@media (max-width: 601px) {
  a:hover .reference__list__detail {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
}
/* title */
.reference__list__title {
  padding: 20px 15px;
}
/* name */
.reference__list__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #000;
}

@media (max-width: 801px) {
  .reference__list__name {
    margin-bottom: 20px;
  }
}

@media (max-width: 601px) {
  .reference__list__name {
    text-align: center;
    letter-spacing: 1px;
  }
}

.reference__list__name__sub {
  font-size: 13px;
  font-weight: normal;
}

@media (max-width: 601px) {
  .reference__list__name__sub {
    font-size: 15px;
  }
}
/* description */
.reference__list__description {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #fff;
}

@media (max-width: 801px) {
  .reference__list__description {
    line-height: 1.5;
    letter-spacing: 0;
  }
}

@media (max-width: 601px) {
  .reference__list__description {
    line-height: 2;
    text-align: left;
    letter-spacing: 1px;
  }
}
/* button */
.reference__list__button {
  font-family: 'Fjalla One', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  display: block;
  width: 200px;
  max-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  transition: all linear .1s;
  text-align: center;
  letter-spacing: 2px;
  word-wrap: break-word;
  color: #fff;
  border: 1px solid #ccc;
}

@media (max-width: 601px) {
  .reference__list__button {
    margin: 0 auto;
  }
}
/* ----------------------------------------------------------------
news vision
-------------------------------------------------------------------*/
.news {
  padding: 70px 0 70px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 601px) {
  .news {
    padding: 50px 10px;
  }
}
/* title
----------------------------------------------*/
.news__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  color: #021e76;
}

@media (max-width: 601px) {
  .news__title {
    font-size: 22px;
  }
}

.news__title::after {
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto;
  content: ' ';
  background-color: #cc2588;
}
/* subtitle
----------------------------------------------*/
.news__subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 5px;
  color: #000;
}

@media (max-width: 601px) {
  .news__subtitle {
    font-size: 14px;
    margin: 0 15px 30px;
  }
}
/* list
----------------------------------------------*/
.news__list {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 30px;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 601px) {
  .news__list {
    display: block;
    margin-bottom: 0;
    padding: 0 0;
  }

  .page .news__list {
    padding: 0 10px;
  }
}

.news__list,
.news__list > li {
  list-style-type: none;
}

.news__list > li {
  display: table;
  width: 100%;
  border-bottom: rgba(0,0,0,.1) 1px solid;
}

@media (max-width: 601px) {
  .news__list > li {
    padding: 20px 0;
  }
}

.news__list > li:first-child {
  border-top: rgba(0,0,0,.1) 1px solid;
}

.news__list__date {
  display: table-cell;
  width: 20%;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 601px) {
  .news__list__date {
    display: block;
    width: 100%;
    padding: 5px;
  }
}
/* title */
.news__list__title {
  display: table-cell;
  width: 80%;
  margin: 0;
  padding: 20px 10px;
  text-align: left;
  vertical-align: middle;
  color: #001978;
}

@media (max-width: 601px) {
  .news__list__title {
    display: block;
    width: 100%;
    padding: 5px;
  }
}

.news__list__title a {
  text-decoration: none;
}

.news__list__title a:hover {
  text-decoration: underline;
}
/* ----------------------------------------------------------------
Contact
-------------------------------------------------------------------*/
.contact {
  padding: 40px 0 0;
  text-align: center;
}

@media (max-width: 601px) {
  .contact {
    padding: 40px 10px 10px;
  }
}

.contact__content__top {
  width: 100%;
  border-bottom: #fff 1px solid;
}

.contact__content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}

.contact__content:before,
.contact__content:after {
  display: table;
  content: ' ';
}

.contact__content:after {
  clear: both;
}

@media (max-width: 601px) {
  .contact__content {
    margin: 0 auto 0;
  }
}

.contact__content__left {
  float: left;
  width: 30%;
  padding: 20px 60px;
  text-align: left;
}

@media (max-width: 1000px) {
  .contact__content__left {
    padding: 20px 30px 20px 20px;
  }
}

@media (max-width: 601px) {
  .contact__content__left {
    float: none;
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
    border-bottom: #fff 1px solid;
  }
}

.contact__content__right {
  float: left;
  width: 70%;
  padding: 20px 60px;
  text-align: left;
  border-left: #fff 1px solid;
}

.contact__content__right img {
	width: 31px;
}

@media (max-width: 1000px) {
  .contact__content__right {
    padding: 20px 30px;
  }
}

@media (max-width: 601px) {
  .contact__content__right {
    float: none;
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    border-left: none;
  }
}

.contact__content__right p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #001978;
}

@media (max-width: 601px) {
  .contact__content__right p {
    font-size: 13px;
  }
}

.contact__content__right p img {
  margin-right: 10px;
}

.contact__main {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  color: #001978;
  border-bottom: #cc2588 1px solid;
}

@media (max-width: 601px) {
  .contact__main {
    font-size: 18px;
    word-wrap: break-word;
    display: block;
  }
}

.contact__main a {
  text-decoration: none;
  word-wrap: break-word;
}

.contact__content__bottom {
  padding: 10px 0;
}

@media (max-width: 601px) {
  .contact__content__bottom {
    padding: 30px 20px;
  }
}

.contact__content__bottom p a {
  color: #000;
  text-decoration: underline;
}

.contact__content__bottom p a:hover {
  color: #000;
  text-decoration: none;
}

/* title
----------------------------------------------*/
.contact__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  word-wrap: break-word;
  color: #021e76;
}

@media (max-width: 601px) {
  .contact__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.contact__subtitle {
  font-size: 15px;
  margin-bottom: 10px;
}

@media (max-width: 601px) {
  .contact__subtitle {
    margin-bottom: 0;
  }
}

/* contact page */
.contact__page__content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.contact__content__area {
  width: 100%;
  margin: 0 auto 30px;
  background-color: #eeeeee;
  padding: 55px 0;
  text-align: center;
}

@media (max-width: 601px) {
  .contact__content__area {
    padding: 55px 50px;
  }
}

.contact__content__area p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #001978;
}

.contact__content__area p img {
  margin-right: 10px;
  width: 31px;
}

.contact__page__list {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 20px;
}

@media (max-width: 801px) {
  .contact__page__list {
    padding: 0 5px;
  }
}

.contact__page__list p {
  font-size: 16px;
}

.contact__page__list table {
  width: 100%;
}

.contact__page__list table th {
  width: 166px;
  padding: 4px;
  text-align: center;
  height: 166px;
}

@media (max-width: 801px) {
  .contact__page__list table th {
    display: block;
    width: 100%;
  }
}

.contact__page__list table td {
  padding: 4px 4px 4px 30px;
  text-align: left;
}

@media (max-width: 801px) {
  .contact__page__list table td {
    display: block;
    width: 100%;
    padding: 4px 10px 20px;
  }
}

.contact__page__list table td h4 {
  margin: 0;
  font-size: 16px;
  color: #011e76;
}

.contact__page__list table td p {
  margin: 0;
  font-size: 14px;
}

.contact__page__list table td a {
  text-decoration: underline;
  word-wrap:break-word;
}

.contact__page__list table td a:hover {
  text-decoration: none;
}

.contact_icon {
  width: 100%;
  padding: 30px 0;
}

@media (max-width: 801px) {
  .contact_icon {
    padding: 15px 0 10px;
  }
}

.contact_icon .page__figure {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

@media (max-width: 801px) {
  .contact_icon .page__figure {
    width: 44px;
    height: 44px;
  }
}

.contact_icon p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 601px) {
  .contact_icon p {
    margin: 0;
  }
}

.contact_icon p {
  color: #ffffff;
}

#contact_service01 {
  background-color: #1976d2;
}

#contact_service01 .page__figure {
  background-image: url('../images/service/icon_02_on.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contact_service02 {
  background-color: #009688;
}

#contact_service02 .page__figure {
  background-image: url('../images/service/icon_03_on.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contact_service03 {
  background-color: #303f9f;
}

#contact_service03 .page__figure {
  background-image: url('../images/service/icon_04_on.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contact_service04 {
  background-color: #6a139c;
}

#contact_service04 .page__figure {
  background-image: url('../images/service/icon_05_on.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contact_service05 {
  background-color: #5d4037;
}

#contact_service05 .page__figure {
  background-image: url('../images/service/icon_06_on.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contact_service06 {
  background-color: #546e7a;
}

#contact_service06 .page__figure {
  background-image: url('../images/service/icon_07_on.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ----------------------------------------------------------------
Footrer
-------------------------------------------------------------------*/
.footer {
  font-size: 12px;
  line-height: 1.3;
  background-color: #fff;
}

@media (max-width: 601px) {
  .footer {
    font-size: 11px;
  }
}

.footer,
.footer a {
  color: #666;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: #999;
}

.footer ul,
.footer li,
.footer p {
  margin: 0;
  padding: 0;
}

.footer ul,
.footer li {
  list-style-type: none;
}

.footer__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width: 601px) {
  .footer__inner {
    padding: 37px 20px 30px;
  }
}

.footer__inner:before,
.footer__inner:after {
  display: table;
  content: ' ';
}

.footer__inner:after {
  clear: both;
}
/* nav
----------------------------------------------*/
.footer__nav {
  float: left;
  letter-spacing: 1px;
}

.footer__nav:before,
.footer__nav:after {
  display: table;
  content: ' ';
}

.footer__nav:after {
  clear: both;
}

@media (max-width: 1000px) {
  .footer__nav {
    float: none;
    margin-bottom: 15px;
  }
}

@media (max-width: 601px) {
  .footer__nav {
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}

@media (max-width: 1000px) {
  .footer__nav ul {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

.footer__nav li {
  float: left;
  margin-right: 25px;
}

@media (max-width: 1000px) {
  .footer__nav li {
    display: inline-block;
    float: none;
    margin: 0 13px;
  }
}

@media (max-width: 601px) {
  .footer__nav li {
    float: none;
    margin: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 10px;
    text-align: center;
  }
}
/* copyrights
----------------------------------------------*/
.footer__copyrights {
  float: right;
}

@media (max-width: 1000px) {
  .footer__copyrights {
    float: none;
    text-align: center;
  }
}

@media (max-width: 601px) {
  .footer__copyrights {
    float: none;
    text-align: center;
  }
}
/* ----------------------------------------------------------------
Component
-------------------------------------------------------------------*/
/* Required
----------------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 88;
  right: 30px;
  bottom: 30px;
  margin: 10px;
  transition: all linear .2s;
  text-align: right;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.pagetop.is-show {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

@media (max-width: 601px) {
  .pagetop {
    right: 0;
    bottom: 0;
  }
}
/* button
----------------------------------------------*/
.pagetop__button {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  transition: all linear .1s;
  border-radius: 56px;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
}

.pagetop:hover .pagetop__button {
  background-color: #000;
}

.pagetop__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  margin-left: -8px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.pagetop__button span {
  display: none;
}
/* ----------------------------------------------------------------
Modal
-------------------------------------------------------------------*/
.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
  background-color: rgba(255,255,255,.94);
}

.modal a {
  text-decoration: none;
}
/* wrapper
----------------------------------------------*/
.modal__wrapper {
  display: table;
  max-width: 1039px;
  height: 100%;
  margin: 0 auto;
}
/* inner
----------------------------------------------*/
.modal__inner {
  display: table-cell;
  vertical-align: middle;
}
/* contents
----------------------------------------------*/
.modal__contents {
  display: none;
  overflow: auto;
  max-height: calc(100vh - 170px);
  padding: 0 9%;
}

.modal__contents::-webkit-scrollbar-track {
  background-color: #efefef;
}

.modal__contents::-webkit-scrollbar-thumb {
  background-color: #021e76;
}

.modal__contents::-webkit-scrollbar {
  width: 10px;
  background-color: #efefef;
}
/* title
----------------------------------------------*/
.modal__title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 32px;
  text-align: center;
  letter-spacing: 2px;
  word-wrap: break-word;
  color: #021e76;
  border-bottom: 1px solid #bdcce9;
}
/* item
----------------------------------------------*/
.modal__item {
  line-height: 2;
  margin: 0 auto;
  padding: 0 10% 40px;
  letter-spacing: 2px;
}

@media (max-width: 601px) {
  .modal__item {
    padding: 0 0;
  }
}
/* name */
.modal__item__name {
  font-family: 'Fjalla One', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 40px;
  margin-bottom: 35px;
  padding-top: 60px;
  text-align: center;
  word-wrap: break-word;
  color: #021e76;
  border-top: 1px solid #bdcce9;
}

.modal__item__name:first-child {
  margin-top: 0;
  border-top: 0;
}
/* list */
.modal__item__list {
  margin-top: 35px;
  margin-bottom: 1em;
  padding-left: 0;
  letter-spacing: 1px;
}

.modal__item__list a {
  font-family: 'Fjalla One', sans-serif;
  font-size: 12px;
  padding: 5px 14px;
  text-decoration: none;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  border: solid 1px #597fc8;
}

.modal__item__list a:hover {
  text-decoration: none;
  color: #fff;
  background: #597fc8;
}

.modal__item__list > li {
  margin-bottom: 1em;
  list-style: none;
}

.modal__item__list > li:last-child {
  margin-bottom: 0;
}
/* technology */
.modal__item__technology {
  margin: 0 auto;
  text-align: center;
}

.modal__item__technology,
.modal__item__technology li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.modal__item__technology > li {
  display: inline-block;
  width: 25%;
  margin-right: -5px;
  padding: 35px 10px;
  text-align: center;
  vertical-align: top;
}

.modal__item__technology__name {
  font-family: 'Fjalla One', sans-serif;
  word-wrap: break-word;
}

.modal__item__technology__figure {
  display: inline-block;
  width: 59px;
  height: 59px;
}

.modal__item__technology__figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
/* close
----------------------------------------------*/
.modal__close {
  margin: 0 9%;
  margin-top: 10px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #bdcce9;
}

.modal__close__button {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 56px;
  background-color: #000;
}

.modal__close__button::before,
.modal__close__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 31px;
  height: 1px;
  margin-left: -15px;
  content: '';
  background-color: #fff;
}

.modal__close__button::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close__button::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-link {
  display: inline-block;
  width: 8px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background: url('../images/button__technology__arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* ----------------------------------------------------------------
page
-------------------------------------------------------------------*/
.page {
  padding: 150px 0 20px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 601px) {
  .page {
    padding: 50px 0 20px;
  }
}
/* title
----------------------------------------------*/
.page__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  word-wrap: break-word;
  color: #021e76;

}

.page__title span{
  vertical-align:super;	
  font-size:16px;
}

@media (max-width: 601px) {
  .page__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.page__title::after {
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto;
  content: ' ';
  background-color: #cc2588;
}
/* subtitle
----------------------------------------------*/
.page__subtitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  padding: 0 15px;
}

@media (max-width: 601px) {
  .page__subtitle {
    font-size: 16px;
    padding: 0 15px;
  }
}

.page__column__title {
  margin-bottom: 100px;
  background-image: url('../images/reference/main__bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page__column__title.reference__01 {
  background-image: url('../images/reference/main__bg01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page__column__title.reference__02 {
  background-image: url('../images/reference/main__bg02.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page__column__title.reference__03 {
  background-image: url('../images/reference/main__bg03.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page__column__title.reference__04 {
  background-image: url('../images/reference/main__bg04.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page__column__title.reference__05 {
  background-image: url('../images/reference/main__bg05.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page__column__title.reference__06 {
  background-image: url('../images/reference/main__bg06.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page__column__title.reference__07 {
  background-image: url('../images/reference/main__bg07.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page__column__title.office__exchange {
  background-image: url('../images/office/exchangemail/office__exchange_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 601px) {
  .page__column__title {
    margin-bottom: 30px;
  }
}

.page__column__title .page__figure {
  margin-bottom: 60px;
}

.page__column__title .page__column__title__name {
  width: 100%;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name {
    padding: 50px 20px;
  }

  .page__column__title .page__column__title__name br {
    display: none;
  }
}

.page__column__title .page__column__title__name h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-shadow: 0 0 10px rgba(0,0,0,.3);
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name h3 {
    font-size: 18px;
  }
}

.page__column__title .page__column__title__name h4 {
  font-size: 18px;
  text-shadow: 0 0 10px rgba(0,0,0,.3);
}

.page__column__title .page__column__title__name .page__column__title__sub {
  max-width: 480px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: rgba(255,255,255,.5) 1px solid;
  border-bottom: rgba(255,255,255,.5) 1px solid;
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name .page__column__title__sub {
    padding: 6px 0;
  }
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name .page__column__title__sub ul {
    padding: 0 10px;
  }
}

.page__column__title .page__column__title__name .page__column__title__sub ul li {
  font-size: 17px;
  margin-bottom: 10px;
  list-style: none;
  text-align: left;
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name .page__column__title__sub ul li {
    font-size: 12px;
  }
}


.label_client {
  font-size: 11px;
  line-height: 25px;
  display: inline-block;
  width: 80px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  background-color: #001978;

}

@media (max-width: 601px) {
  .label_client,
  .label_service {
	  float: left;
  }
}

.label_service {
  font-size: 11px;
  line-height: 25px;
  display: inline-block;
  width: 80px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  background-color: #ce1c89;
}


.label_task {
  font-size: 11px;
  line-height: 25px;
  display: inline-block;
  width: 80px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  background-color: #001978;

}

.label_effect {
  font-size: 11px;
  line-height: 25px;
  display: inline-block;
  width: 80px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  background-color: #ce1c89;
}


/* column
----------------------------------------------*/
.page__column {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 601px) {
  .page__column {
    padding: 0 0;
  }
}

.page__column__h1 {
  font-size:24px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 601px) {
  .page__column__h1 {
    margin: 0 20px 30px;
  }
}

.page__column__txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  max-width: 1024px;
  margin: 0 auto 60px;
  text-align: left;
  color: #001e76;
}

@media (max-width: 601px) {
  .page__column__txt {
    font-size: 15px;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
}

.page__box {
  margin: 0 auto 80px;
  padding: 30px;
  background-color: #f0f0f0;
}

@media (max-width: 601px) {
  .page__box {
    margin: 0 auto 30px;
    padding: 30px 10px;
  }
}

.page__box p,
.page__box ul li {
  font-size: 14px;
  margin: 0;
}
.page__box ul {
  margin: 0;
  padding-left: 20px;
}

.page__box__top {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
  padding: 30px;
  text-align: left;
  border: #001978 solid 2px;
  background-color: #fff;
}

.page__box__top::after {
  position: absolute;
  z-index: 10;
  bottom: -35px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -13px;
  content: '';
  border-width: 22.5px 13px 0 13px;
  border-style: solid;
  border-color: #001878 transparent transparent transparent;
}

.page__box__top .label_task {
  font-size: 14px;
  line-height: 30px;
  width: 140px;
  height: 30px;
  margin-bottom: 20px;
}

.page__box__bottom {
  padding: 30px;
  text-align: left;
  border: #ce1c89 solid 2px;
  background-color: #fff;
}

.page__box__bottom .label_effect {
  font-size: 14px;
  line-height: 30px;
  width: 140px;
  height: 30px;
  margin-bottom: 20px;
}

.page__column__content {
  margin-bottom: 50px;
  padding-bottom: 50px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.page__column__content:before,
.page__column__content:after {
  display: table;
  content: ' ';
}

.page__column__content:after {
  clear: both;
}

@media (max-width: 601px) {
  .page__column__content {
    margin-bottom: 30px;
    padding: 0 10px 30px;
  }
}

.page__column__content:last-child {
  border-bottom: none;
}

.page__column__content h2 {
  margin-bottom: 40px;
}

@media (max-width: 601px) {
  .page__column__content h2 {
    margin-bottom: 30px;
  }
}

.page__column__content h3 {
  font-size: 15px;
  margin-bottom: 20px;
  color: #011e76;
}

.page__column__content h4 {
  font-size: 13px;
  margin-bottom: 10px;
  color: #011e76;
}

.page__column__content h5 {
  font-size: 15px;
  margin-bottom: 30px;
}

.page__column__content p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 30px;
}

.page__column__content ul {
  padding-left: 20px;
  margin: 0 0 30px;
}

.page__column__content ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.page__column__content .page__figure {
  margin-bottom: 20px;
}

.page__column__content .page__figure.tac {
  text-align: center;
}

.page__column__content .cap {
  font-size: 12px;
  margin: 0 0;
}

.page__column__content .page__column__content__txt {
  display: block;
  float: left;
  width: 80%;
  vertical-align: top;
}

@media (max-width: 601px) {
  .page__column__content .page__column__content__txt {
    float: none;
    width: 100%;
  }
}

.content_l.page__column__content .page__column__content__txt {
  padding-right: 50px;
}

@media (max-width: 601px) {
  .content_l.page__column__content .page__column__content__txt {
    padding-right: 0;
  }
}

.content_r.page__column__content .page__column__content__txt {
  float: right;
  padding-left: 50px;
}

@media (max-width: 601px) {
  .content_r.page__column__content .page__column__content__txt {
    padding-left: 0;
  }
}

.page__column__content .page__column__content__txt p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.page__column__content .page__column__content__photo {
  display: block;
  float: right;
  width: 20%;
  padding-top: 100px;
  vertical-align: top;
}

@media (max-width: 601px) {
  .page__column__content .page__column__content__photo {
    float: none;
    width: 100%;
    padding-top: 40px;
  }

  .page__column__content .page__column__content__photo:before,
    .page__column__content .page__column__content__photo:after {
    display: table;
    content: ' ';
  }

  .page__column__content .page__column__content__photo:after {
    clear: both;
  }
}

.content_r.page__column__content .page__column__content__photo {
  float: left;
}

.page__column__content .page__column__content__photo .page__figure {
  margin-bottom: 30px;
}

@media (max-width: 601px) {
  .page__column__content .page__column__content__photo .page__figure {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
}

.page__column__content .page__column__content__photo p {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 10px;
}

@media (max-width: 601px) {
  .page__column__content .page__column__content__photo p {
    float: right;
    width: 50%;
    padding-left: 15px;
  }
}

.page__column__table {
  width: 100%;
  max-width: 716px;
  margin: 0 auto 0;
}

.page__column__table th {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  background-color: #f3f3f3;
  padding: 3px 15px;
  width: 100%;
}
.page__column__table td {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  padding: 15px 0;
  width: 100%;
}

.page__column__second {
  margin-bottom: 50px;
  padding: 50px 20px 60px;
  text-align: left;
  background-color: #f8f8f8;
}

@media (max-width: 601px) {
  .page__column__second {
    margin-bottom: 30px;
    padding: 30px 15px 30px;
  }
}

.page__column__second .page__column__profile {
  max-width: 1024px;
  margin: 0 auto;
}

.page__column__second .page__column__profile h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #011e76;
}

@media (max-width: 601px) {
  .page__column__second .page__column__profile h2 {
    text-align: center;
  }
}

.page__column__second .page__column__profile h4 {
  font-size: 13px;
  margin-bottom: 30px;
  color: #000;
}

@media (max-width: 601px) {
  .page__column__second .page__column__profile h4 {
    text-align: center;
  }
}

@media (max-width: 601px) {
  .page__column__second .page__column__profile table {
    width: 100%;
    border-bottom: rgba(0,0,0,.1) solid 1px;
  }
}

.page__column__second .page__column__profile table th,
.page__column__second .page__column__profile table td {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  border-top: rgba(0,0,0,.1) solid 1px;
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.page__column__second .page__column__profile table th {
  width: 20%;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 601px) {
  .page__column__second .page__column__profile table th {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: none;
  }
}

.page__column__second .page__column__profile table th a {
  text-decoration: none;
  color: #000000;
}

.page__column__second .page__column__profile table th a:hover {
  text-decoration: underline;
}

.page__column__second .page__column__profile table td {
  padding: 15px 20px;
}

@media (max-width: 601px) {
  .page__column__second .page__column__profile table td {
    display: block;
    width: 100%;
    padding: 0 0 15px;
    border-top: none;
    border-bottom: none;
  }
}

.page__column__2column:before,
.page__column__2column:after {
  display: table;
  content: ' ';
}

.page__column__2column:after {
  clear: both;
}

@media (max-width: 601px) {
  .page__column__2column {
    text-align: center;
  }
}

.page__column__2column h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #011e76;
}

.page__column__2column h4 {
  font-size: 13px;
  margin-bottom: 30px;
  color: #000;
}

.page__column__2column p {
  font-size: 13px;
}

@media (max-width: 601px) {
  .page__column__2column p {
    margin: 0 0 20px;
  }
}

.page__column__2column .page__column__left {
  float: left;
  max-width: 480px;
  width: 49%;
  margin: 0 auto;
}

@media (max-width: 601px) {
  .page__column__2column .page__column__left {
    float: none;
    margin: 0 auto 50px;
    width: 100%;
  }
}

.page__column__2column .page__column__right {
  float: right;
  max-width: 480px;
  width: 49%;
  margin: 0 auto;
}

@media (max-width: 601px) {
  .page__column__2column .page__column__right {
    float: none;
    margin: 0 auto 0;
    width: 100%;
  }
}

.page__column__faq {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 601px) {
  .page__column__faq {
    padding: 0 10px;
  }
}

.page__column__faq .page__column__faq__title {
  border-bottom: solid 1px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.page__column__faq .page__column__faq__title h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #011e76;
  text-align: left;
}

@media (max-width: 601px) {
  .page__column__faq .page__column__faq__title h2 {
    text-align: center;
  }
}

.page__column__faq .page__column__faq__title h4 {
  font-size: 13px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
}

@media (max-width: 601px) {
  .page__column__faq .page__column__faq__title h4 {
    text-align: center;
  }
}

.page__column__faq__group {
  text-align: left;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.page__column__faq__group h2 {
  font-size: 16px;
  margin-bottom: 20px;
}

.page__column__faq__group h3 {
  font-size: 16px;
  color: #001978;
  margin-bottom: 10px;
}

.page__column__faq__group ul {
  padding-left: 20px;
  margin: 0 0 20px;
}

@media (max-width: 601px) {
  .page__column__faq__group ul {
    padding-left: 0px;
  }
}

.page__column__faq__group ul li {
  list-style: none;
  font-size: 14px;
}

.btn {
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  display: inline-block;
  width: auto;
  height: 36px;
  padding: 0 30px;
  text-decoration: none;
  color: #001978;
  border: #001978 solid 1px;
  background-color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

@media (max-width: 601px) {
  .btn {
    line-height: 45px;
    width: 100%;
    height: 45px;
    color: #fff;
    border: #001978 solid 1px;
    background-color: #001978;
  }
}

.btn span {
  position: relative;
}

.btn span::before,
.btn span::after {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -16px;
  display: inlineblock;
  width: 8px;
  height: 1px;
  content: '';
  background-color: #001978;
}

@media (max-width: 601px) {
  .btn span::before,
    .btn span::after {
    background-color: #fff;
  }
}

.btn span::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn:hover {
  color: #fff;
  background-color: #001978;
}

.btn:hover span::before,
.btn:hover span::after {
  background-color: #fff;
}

.page__column__sort__area {
  padding: 0 15px;
}

@media (max-width: 601px) {
  .page__column__sort__area {
    padding: 0 10px;
  }
}

.page__column__sort__title {
  display: none;
}

@media (max-width: 601px) {
  .page__column__sort__title {
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 0;
    padding: 15px;
    cursor: pointer;
    text-align: left;
    background-color: #e6e6e6;
  }

  .page__column__sort__title span {
    font-size: 13px;
    color: #000;
  }

  .page__column__sort__title span::before,
    .page__column__sort__title span::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 18px;
    height: 2px;
    content: '';
    background-color: #000;
  }

  .page__column__sort__title span::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 601px) {
  .act .page__column__sort__title span::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (max-width: 601px) {
  .page__column__sort {
    height: 0;
    transition: all linear .1s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .act .page__column__sort {
    height: auto;
    transition: all linear .1s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.page__column__sort {
  display: table;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
}

.page__column__sort:before,
.page__column__sort:after {
  display: table;
  content: ' ';
}

.page__column__sort:after {
  clear: both;
}

@media (max-width: 601px) {
  .page__column__sort {
    display: block;
    padding: 0;
  }
}

.page__column__sort .page__column__sort_tab {
  display: table-cell;
/*  width: 14.28%;*/
  width: 16.66%;
  vertical-align: top;
  border-top: #eee solid 1px;
  border-right: #eee solid 1px;
  border-bottom: #eee solid 1px;
  background-color: #fff;
}

@media (max-width: 601px) {
  .page__column__sort .page__column__sort_tab {
    display: block;
    float: left;
    width: 50%;
    border-top: none;
    border-right: #eee solid 1px;
    border-bottom: #eee solid 1px;
  }

  .page__column__sort .page__column__sort_tab:nth-child(2n) {
    border-left: #eee solid 1px;
  }
}

.page__column__sort .page__column__sort_tab:first-child {
  border-left: #eee solid 1px;
}

@media (max-width: 601px) {
  .page__column__sort .page__column__sort_tab:first-child {
    float: none;
    width: 100%;
    border-top: #eee solid 1px;
  }
}

.page__column__sort .page__column__sort_tab a {
  text-decoration: none;
  color: #000;
}

.page__column__sort .page__column__sort_tab .page__column__sort_icon {
  width: 100%;
  padding: 40px 0 20px;
  transition: all linear .2s;
  min-height: 170px;
}

@media (max-width: 601px) {
  .page__column__sort .page__column__sort_tab .page__column__sort_icon {
    padding: 15px 0 10px;
    min-height: 100px;
  }
}

.page__column__sort .page__column__sort_tab .page__column__sort_icon .page__figure {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.page__column__sort .page__column__sort_tab .page__column__sort_icon p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 601px) {
  .page__column__sort .page__column__sort_tab .page__column__sort_icon p {
    margin: 0;
  }
}

#service00 .page__figure {
  background-image: url('../images/service/icon_01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a:hover #service00,
a.act #service00 {
  color: #fff;
  background-color: #001b78;
}

a:hover #service00 .page__figure,
a.act #service00 .page__figure {
  background-image: url('../images/service/icon_01_on.png');
}

#service01 .page__figure {
  background-image: url('../images/service/icon_02.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a:hover #service01,
a.act #service01 {
  color: #fff;
  background-color: #1976d2;
}

a:hover #service01 .page__figure,
a.act #service01 .page__figure {
  background-image: url('../images/service/icon_02_on.png');
}

#service02 .page__figure {
  background-image: url('../images/service/icon_03.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a:hover #service02,
a.act #service02 {
  color: #fff;
  background-color: #009688;
}

a:hover #service02 .page__figure,
a.act #service02 .page__figure {
  background-image: url('../images/service/icon_03_on.png');
}

#service03 .page__figure {
  background-image: url('../images/service/icon_04.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a:hover #service03,
a.act #service03 {
  color: #fff;
  background-color: #303f9f;
}

a:hover #service03 .page__figure,
a.act #service03 .page__figure {
  background-image: url('../images/service/icon_04_on.png');
}

#service04 .page__figure {
  background-image: url('../images/service/icon_05.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a:hover #service04,
a.act #service04 {
  color: #fff;
  background-color: #6a139c;
}

a:hover #service04 .page__figure,
a.act #service04 .page__figure {
  background-image: url('../images/service/icon_05_on.png');
}

#service05 .page__figure {
  background-image: url('../images/service/icon_06.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a:hover #service05,
a.act #service05 {
  color: #fff;
  background-color: #5d4037;
}

a:hover #service05 .page__figure,
a.act #service05 .page__figure {
  background-image: url('../images/service/icon_06_on.png');
}

#service06 .page__figure {
  background-image: url('../images/service/icon_07.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a:hover #service06,
a.act #service06 {
  color: #fff;
  background-color: #546e7a;
}

a:hover #service06 .page__figure,
a.act #service06 .page__figure {
  background-image: url('../images/service/icon_07_on.png');
}

.page__column__grid {
  position: relative;
  z-index: 0;
  max-width: 1024px;
  min-height: 850px;
  margin: 0 auto 40px;
}

.page__column__grid:before,
.page__column__grid:after {
  display: table;
  content: ' ';
}

.page__column__grid:after {
  clear: both;
}

@media (max-width: 601px) {
  .page__column__grid {
    margin: 0 auto 20px;
    padding: 0 10px;
  }
}

.page__column__grid__item {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48.44%;
  max-width: 496px;
  height: 398px;
}

.page__column__grid__item:nth-child(2) {
  top: 0;
  left: 51.56%;
}

.page__column__grid__item:nth-child(3) {
  top: 430px;
  left: 0;
}

.page__column__grid__item:nth-child(4) {
  top: 430px;
  left: 51.56%;
}

.page__column__grid__item:nth-child(5) {
  top: 860px;
  left: 0;
}

.page__column__grid__item:nth-child(6) {
  top: 860px;
  left: 51.56%;
}

.page__column__grid__item:nth-child(7) {
  top: 1290px;
  left: 0;
}

@media (max-width: 601px) {
  .page__column__grid__item {
    width: 100%;
    max-width: 100%;
  }
}

.page__column__grid__item a {
  text-decoration: none;
  color: #000;
}

.page__column__grid__img {
  position: relative;
  z-index: 0;
}

.page__column__grid__img img {
  width: 100%;
  height: auto;
}

.page__column__grid__img .page__column__grid__txt {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  transition: all linear .2s;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  overflow: hidden;
}

.service01 .page__column__grid__img .page__column__grid__txt {
  background-color: #1976d2;
  background-color: rgba(25,118,210,.5);
}

.service02 .page__column__grid__img .page__column__grid__txt {
  background-color: #009688;
  background-color: rgba(0,150,136,.5);
}

.service03 .page__column__grid__img .page__column__grid__txt {
  background-color: #303f9f;
  background-color: rgba(48,63,159,.5);
}

.service04 .page__column__grid__img .page__column__grid__txt {
  background-color: #6a1b9a;
  background-color: rgba(106,27,154,.5);
}

.service05 .page__column__grid__img .page__column__grid__txt {
  background-color: #5d4037;
  background-color: rgba(93,64,55,.5);
}

.service06 .page__column__grid__img .page__column__grid__txt {
  background-color: #546e7a;
  background-color: rgba(84,110,122,.5);
}

a:hover .page__column__grid__img .page__column__grid__txt {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

@media (max-width: 801px) {
  a:hover .page__column__grid__img .page__column__grid__txt {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
}

.page__column__grid__img .page__column__grid__txt_inner {
  padding: 0px 30px;
  position: absolute;
  left: 0;
  top: 20px;
}

.page__column__grid__img .page__column__grid__txt_inner h4 {
  text-align: left;
  margin-bottom: 10px;
}

.page__column__grid__img .page__column__grid__txt_inner h4 span {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px;
  padding: 3px 15px;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
}

@media (max-width: 601px) {
  .page__column__grid__img .page__column__grid__txt_inner h4 span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.page__column__grid__img .page__column__grid__txt_inner p {
  font-size: 15px;
  text-align: left;
  color: #fff;
  margin: 0;
}

.page__column__grid__title {
  width: 100%;
  padding: 20px;
  text-align: left;
  border-right: #eee solid 1px;
  border-bottom: #eee solid 1px;
  border-left: #eee solid 1px;
  background-color: #fff;
  height: 140px
}

.service01 a:hover .page__column__grid__title {
  background-color: #1976d2;
  border-color: #1976d2;
}

.service02 a:hover .page__column__grid__title {
  background-color: #009688;
  border-color: #009688;
}

.service03 a:hover .page__column__grid__title {
  background-color: #303f9f;
  border-color: #303f9f;
}

.service04 a:hover .page__column__grid__title {
  background-color: #6a139c;
  border-color: #6a139c;
}

.service05 a:hover .page__column__grid__title {
  background-color: #5d4037;
  border-color: #5d4037;
}

.service06 a:hover .page__column__grid__title {
  background-color: #546e7a;
  border-color: #546e7a;
}

.page__column__grid__title h4 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.service01 .page__column__grid__title h4 {
  color: #1976d2;
}

.service02 .page__column__grid__title h4 {
  color: #009688;
}

.service03 .page__column__grid__title h4 {
  color: #303f9f;
}

.service04 .page__column__grid__title h4 {
  color: #6a139c;
}

.service05 .page__column__grid__title h4 {
  color: #5d4037;
}

.service06 .page__column__grid__title h4 {
  color: #546e7a;
}

a:hover .page__column__grid__title h4 {
  color: #fff;
}

.page__column__grid__title h2 {
  font-size: 20px;
  line-height: 1.2;
}

a:hover .page__column__grid__title h2 {
  color: #fff;
}

.page__column__grid__title h2 sup {
  font-family: "Droid Sans";
  top: -0.3em;
  font-size: 80%;
}
a:hover .page__column__grid__title h2 sup {
  color: #fff;
}

/* policy */
.policy__list {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 60px;
  text-align: left;
  padding: 0 20px;
  line-height: 2;
}

.policy__list h3 {
  font-size: 15px;
  color: #011e76;
  margin: 0 0 20px;
}

.policy__list p {
  font-size: 14px;
  margin: 0 0 20px;
}

.policy__list ul {
  padding-left: 20px;
}

.policy__list ul li {
  font-size: 14px;
  list-style: disc;
}

.policy__list .cap {
  text-align: right;
  margin-top: 40px;
  font-size: 12px;
}

.policy__list  .policy__cap {
  margin-bottom: 60px;
}

.policy__txt {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}

.policy__txt:last-child {
  border-bottom: none;
}

/* ----------------------------------------------------------------
Utility
-------------------------------------------------------------------*/
/* Font weight
-------------------------------------------*/
.u-fw__normal {
  font-weight: normal !important;
}

.u-fw__bold {
  font-weight: bold !important;
}
/* Float
-------------------------------------------*/
.u-float__left {
  float: left !important;
}

.u-float__right {
  float: right !important;
}
/* Text-align
-------------------------------------------*/
.u-ta__left {
  text-align: left !important;
}

.u-ta__center {
  text-align: center !important;
}

.u-ta__right {
  text-align: right !important;
}
/* Vertical-align
-------------------------------------------*/
.u-va__top {
  vertical-align: top !important;
}

.u-va__middle {
  vertical-align: middle !important;
}

.u-va__bottom {
  vertical-align: bottom !important;
}
/* Width
-------------------------------------------*/
.u-width__auto {
  width: auto !important;
}

.u-width__full {
  width: 100% !important;
}
/* display
-------------------------------------------*/
.u-display__block {
  display: block !important;
}

.u-display__none {
  display: none !important;
}
/* Media Query
-------------------------------------------*/
/* display */
@media (max-width: 601px) {
  .u-mq-display__block {
    display: block !important;
  }

  .u-mq-display__none {
    display: none !important;
  }
}

@media (max-width: 801px) {
  .u-mqm-display__block {
    display: block !important;
  }

  .u-mqm-display__none {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .u-mqh-display__block {
    display: block !important;
  }

  .u-mqh-display__none {
    display: none !important;
  }
}

.font__jp {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', '游ゴシック', YuGothic, 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 0;
}
/* Clearfix
-------------------------------------------*/
.u-clearfix:before,
.u-clearfix:after {
  display: table;
  content: ' ';
}

.u-clearfix:after {
  clear: both;
}
