@charset "UTF-8";
/*
Theme Name:BizAsst 2017.12 0.3
Theme URI:
Description:Original - WordPressテーマ「VOGUE!」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Text Domain: tcd-w
Version:1.1.1
Template: vogue_tcd051
*/
body {
  color: #4a4a4a;
}

input,
textarea {
  border-radius: 0;
}

figure {
  margin: 0;
}

/* grid
/* ================================== */
.l-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.l-grid__2 {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .l-grid__2--xs {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .l-grid__2--sm {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .l-grid__2--md {
    width: 50%;
  }
}

@media only screen and (max-width: 1279px) {
  .l-grid__2--lg {
    width: 50%;
  }
}

@media only screen and (max-width: 1449px) {
  .l-grid__2--xl {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-grid__2--only-md {
    width: 50%;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-grid__2--over-lg {
    width: 50%;
  }
}

.l-grid__3 {
  width: 33.3%;
}

@media only screen and (max-width: 480px) {
  .l-grid__3--xs {
    width: 33.3%;
  }
}

@media screen and (max-width: 767px) {
  .l-grid__3--sm {
    width: 33.3%;
  }
}

@media only screen and (max-width: 1024px) {
  .l-grid__3--md {
    width: 33.3%;
  }
}

@media only screen and (max-width: 1279px) {
  .l-grid__3--lg {
    width: 33.3%;
  }
}

@media only screen and (max-width: 1449px) {
  .l-grid__3--xl {
    width: 33.3%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-grid__3--only-md {
    width: 33.3%;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-grid__3--over-lg {
    width: 33.3%;
  }
}

.l-grid__3-2 {
  width: 66.6%;
}

@media only screen and (max-width: 480px) {
  .l-grid__3-2--xs {
    width: 66.6%;
  }
}

@media screen and (max-width: 767px) {
  .l-grid__3-2--sm {
    width: 66.6%;
  }
}

@media only screen and (max-width: 1024px) {
  .l-grid__3-2--md {
    width: 66.6%;
  }
}

@media only screen and (max-width: 1279px) {
  .l-grid__3-2--lg {
    width: 66.6%;
  }
}

@media only screen and (max-width: 1449px) {
  .l-grid__3-2--xl {
    width: 66.6%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-grid__3-2--only-md {
    width: 66.6%;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-grid__3-2--over-lg {
    width: 66.6%;
  }
}

.l-grid__4 {
  width: 25%;
}

@media only screen and (max-width: 480px) {
  .l-grid__4--xs {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .l-grid__4--sm {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .l-grid__4--md {
    width: 25%;
  }
}

@media only screen and (max-width: 1279px) {
  .l-grid__4--lg {
    width: 25%;
  }
}

@media only screen and (max-width: 1449px) {
  .l-grid__4--xl {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-grid__4--only-md {
    width: 25%;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-grid__4--over-lg {
    width: 25%;
  }
}

.l-grid__4-3 {
  width: 75%;
}

@media only screen and (max-width: 480px) {
  .l-grid__4-3--xs {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .l-grid__4-3--sm {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) {
  .l-grid__4-3--md {
    width: 75%;
  }
}

@media only screen and (max-width: 1279px) {
  .l-grid__4-3--lg {
    width: 75%;
  }
}

@media only screen and (max-width: 1449px) {
  .l-grid__4-3--xl {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-grid__4-3--only-md {
    width: 75%;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-grid__4-3--over-lg {
    width: 75%;
  }
}

/* container
/* ================================== */
.l-inner {
  max-width: 1280px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-inner {
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-main {
    margin-top: 70px;
  }
  body.home .l-main {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main {
    margin-top: 60px;
  }
  body.home .l-main {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body.home .l-main {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-primary {
    width: calc(100% - 360px);
  }
}

@media only screen and (max-width: 1024px) {
  .l-primary {
    padding-bottom: 45px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-primary {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}

/* header
/* ================================== */
.l-header {
  top: 0;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .l-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 767px) {
  body.home .l-header {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
  }
}

.l-header__inner {
  width: 94%;
  max-width: 1280px;
}

@media only screen and (max-width: 1024px) {
  .l-header__inner {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__logo {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    padding-left: 15px;
    width: calc(100% - 15px - 140px - 10px);
  }
}

/* footer
/* ==================================== */
.l-footer {
  padding-bottom: 0;
  border-top: 1px solid #00b4de;
  background-color: #fff;
}

.l-footer--lp {
  border-top: none;
}

/* sidebar
/* ================================== */
@media print, screen and (min-width: 1025px) {
  .l-sidebar {
    margin-left: 60px;
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 45px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .l-sidebar {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

/* list
/* ================================== */
.c-list_basic {
  list-style-type: disc;
  margin-left: 1em;
}

.c-list_compress > li {
  margin: 0;
}

.c-list_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.c-list_number {
  counter-reset: number;
  position: relative;
}

.c-list_number > li {
  list-style-type: none;
  position: relative;
}

.c-list_number > li:before {
  content: counter(number);
  counter-increment: number;
}

.c-list_centered {
  text-align: center;
}

.c-list_centered > li {
  display: inline-block;
  text-align: center;
}

.c-list_arrow > li {
  position: relative;
  padding-left: 1.25em;
}

.c-list_arrow > li:before {
  content: '';
  position: absolute;
  top: calc(.5em - 1px);
  left: 0;
  width: .5em;
  height: .5em;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-list_check > li {
  position: relative;
  padding-left: 1.25em;
}

.c-list_check > li:before {
  content: '';
  position: absolute;
  top: .25em;
  left: 0;
  width: .8em;
  height: .4em;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* heading
/* ================================== */
.p-heading_primary {
  margin-bottom: 10px;
  color: #00b4de;
  font-weight: normal;
  letter-spacing: .35em;
}

@media print, screen and (min-width: 1025px) {
  .p-heading_primary {
    font-size: 30px;
    line-height: 2.063;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-heading_primary {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-heading_primary {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .25em;
  }
}

.p-full-block .p-heading_primary {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .p-heading_primary--sm {
    font-size: 22px;
    letter-spacing: .25em;
  }
}

@media screen and (max-width: 767px) {
  .p-heading_primary--sm {
    font-size: 18px;
    letter-spacing: .2em;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-heading_primary--service-list {
    font-size: 25.5px;
    letter-spacing: .32em;
  }
}

@media screen and (max-width: 767px) {
  .p-heading_primary--service-list {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: .32em;
  }
}

@media screen and (max-width: 767px) {
  .p-heading_primary--overview {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-heading_primary--form {
    font-size: 13px;
  }
  .p-heading_primary--form.p-text_brackets:before,
  .p-heading_primary--form.p-text_brackets:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-heading_primary--sctl,
  .p-heading_primary--agreetment {
    font-size: 13px;
  }
}

/* global navi
/* ================================== */
@media only screen and (max-width: 1024px) {
  .p-global-nav {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav li.p-social-nav__item {
    width: auto;
  }
  .p-global-nav li.p-social-nav__item a {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
}

.p-global-nav > li > a {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav > li > a {
    height: 70px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav a {
    color: #4a4a4a !important;
  }
}

.p-global-nav .sub-menu {
  background-color: #fff;
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav .sub-menu {
    padding: 5px 0;
    border: 1px solid #000;
  }
}

.p-global-nav .sub-menu a {
  position: relative;
  z-index: 2;
  width: auto;
  background: none !important;
  color: #4a4a4a;
  font-size: 80%;
  text-align: left;
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav .sub-menu a {
    padding: 0 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav .sub-menu a {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav .sub-menu a {
    padding-left: 30px;
  }
}

.p-global-nav .sub-menu li {
  position: relative;
  line-height: 2;
}

.p-global-nav .sub-menu li:after {
  content: '＞';
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 1em;
  font-size: 60%;
}

@media only screen and (max-width: 1024px) {
  .p-global-nav .sub-menu li:hover,
  .p-global-nav .sub-menu li:active {
    background-color: #e3faff !important;
  }
}

/* ヘッダーグローバルナビ */
@media print, screen and (min-width: 1025px) {
  .p-global-nav--header {
    width: calc(100% - 30%);
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav--header {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav--header li:not(.menu-item--contact) a:hover,
  .p-global-nav--header li:not(.menu-item--contact) a:active {
    background-color: #e3faff;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav--header > li {
    width: calc((100% - (300px + 15px)) / 5);
    text-align: center;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-global-nav--header > li {
    width: calc(100% / 7);
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav--header > li.menu-item--overview .sub-menu > li:after {
    top: calc(50% - 1em);
    right: auto;
    left: calc(30px + 6em);
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav--header > li.menu-item--overview .sub-menu > li:after {
    left: calc(30px + 6em);
  }
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav--header > li.menu-item--contact {
    margin-left: 15px;
    width: 170px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-global-nav--header > li.menu-item--contact {
    margin-left: 0;
    width: calc(100% / 7);
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav--header > li.menu-item--contact.is-active > a {
    background-color: #007ac6;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav--header > li.menu-item--contact + li {
    width: 120px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-global-nav--header > li.menu-item--contact + li {
    width: calc(100% / 7);
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-global-nav--header > li.menu-item--contact .sub-menu {
    min-width: 170px;
  }
}

.p-global-nav--header > li.menu-item--contact .sub-menu > li:after {
  top: 0;
  font-size: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav--header > li.menu-item--contact .sub-menu > li:after {
    top: calc(50% - 1em);
    right: auto;
    left: calc(9em + 30px + 15px);
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav--header > li.menu-item--contact .sub-menu > li:after {
    top: calc(50% - 1em);
    left: calc(30px + 10em);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav--header > li.menu-item--contact .sub-menu a {
    padding-left: 30px;
  }
}

.p-global-nav--header > li:not(.menu-item--contact) > a:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav--header > li:not(.menu-item--contact) .sub-menu {
    left: 10%;
    width: 80%;
  }
}

.p-global-nav--header > li > a {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav--header > li > a {
    padding-right: 0;
    padding-left: 0;
  }
  .p-global-nav--header > li > a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10%;
    width: 80%;
    height: 3px;
    filter: alpha(opacity=0);
    background-color: #00b4de;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav--header > li > a {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav--header > li > a {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav--header > li.is-active > a {
    background-color: #e3faff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav--header .sub-menu a {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav--header .p-social-nav {
    float: right;
    margin-right: 30px;
  }
  .p-global-nav--header .p-social-nav a:hover,
  .p-global-nav--header .p-social-nav a:active {
    background-color: #fff !important;
  }
}

/* LP ヘッダーグローバルナビ */
@media print, screen and (min-width: 1025px) {
  .p-global-nav--lp-header {
    width: 305px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-global-nav--lp-header > li.menu-item--contact {
    width: 170px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-global-nav--lp-header > li.menu-item--contact + li {
    width: 120px;
  }
}

/* アクティブ時のスタイル */
@media print, screen and (min-width: 1025px) {
  .p-global-nav--header > li.is-active:not(.menu-item--contact) a:after {
    opacity: 1;
  }
  .p-global-nav--header > li.is-active .sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

/* 下層メニューボタン（SP、Tablet） */
.p-global-nav .menu-item-has-children > a > span::before {
  bottom: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #00b4de;
  color: #00b4de;
  line-height: 17px;
}

.p-global-nav .menu-item-has-children.menu-item--contact > a > span::before {
  border: 2px solid #fff;
  color: #fff;
}

/* フッターグローバルナビ */
@media only screen and (max-width: 1024px) {
  .p-global-nav--footer {
    display: inline-block;
    position: static;
    top: auto;
    margin-top: 0;
    background: none;
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav--footer li.menu-item--contact > a {
    height: 70px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-global-nav--footer li.menu-item--contact .sub-menu {
    border: 1px solid #000;
  }
}

@media only screen and (max-width: 480px) {
  .p-global-nav--footer li.menu-item--contact .sub-menu {
    width: calc(100% + 2em);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav--footer li.menu-item--contact .sub-menu > li:after {
    top: calc(50% - 1em);
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav--footer li.menu-item--contact .sub-menu > li:after {
    top: calc(50% - 1em);
    right: auto;
    left: 14em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav--footer li.menu-item--contact .sub-menu a {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav--footer li.menu-item--contact .sub-menu a {
    padding-left: 1em;
  }
}

/* グローバルナビ：お問い合わせ */
.p-global-nav > li.menu-item--contact > a {
  background-color: #00b4de;
  color: #fff !important;
}

.p-global-nav > li.menu-item--contact > a:hover,
.p-global-nav > li.menu-item--contact > a:active {
  background-color: #007ac6;
}

.p-global-nav > li.menu-item--contact.is-active a {
  background-color: #007ac6;
}

@media print, screen and (min-width: 1025px) {
  .p-global-nav > li.menu-item--contact .sub-menu {
    width: calc(100% - 2px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav > li.menu-item--contact .sub-menu {
    width: calc(100% - 2px);
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .p-global-nav > li.menu-item--contact .sub-menu {
    width: calc(100% - 2px);
  }
}

/* social navi
/* ================================== */
.p-social-nav {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .p-social-nav {
    margin-bottom: 17.5px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-social-nav--lp-header {
    position: relative;
    top: -60px;
    float: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-social-nav--lp-header {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-social-nav--lp-header {
    right: 15px;
  }
}

.p-social-nav__item {
  margin-right: 0;
}

.p-social-nav__item a:before,
.p-social-nav__item a:after {
  display: inline-block;
  position: relative;
  margin-top: 17.5px;
  width: 35px;
  height: 35px;
  line-height: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.p-social-nav__item a:before {
  z-index: 2;
}

.p-social-nav__item a:after {
  z-index: 1;
  margin-left: -35px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.p-social-nav__item--facebook a:before {
  content: url("images/fb_link_1.png");
}

.p-social-nav__item--facebook a:after {
  content: url("images/fb_link_2.png");
}

.p-social-nav__item--facebook a:hover:before,
.p-social-nav__item--facebook a:active:before {
  filter: alpha(opacity=0);
  opacity: 0;
}

.p-social-nav__item--facebook a:hover:after,
.p-social-nav__item--facebook a:active:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.p-social-nav__item--twitter a:before {
  content: url("images/tw_link_1.png");
}

.p-social-nav__item--twitter a:after {
  content: url("images/tw_link_2.png");
}

.p-social-nav__item--twitter a:hover:before,
.p-social-nav__item--twitter a:active:before {
  filter: alpha(opacity=0);
  opacity: 0;
}

.p-social-nav__item--twitter a:hover:after,
.p-social-nav__item--twitter a:active:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.p-social-nav__item--rss a:before {
  content: url("images/rss.png");
}

/* search form
/* ================================== */
.p-search-form {
  position: relative;
  height: 45px;
  border: 1px solid #bbb;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-search-form {
    margin-right: 15px;
    margin-left: 15px;
    width: 300px;
  }
}

.p-search-form__input {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 0 .5em;
  width: calc(100% - 44px);
  border: 1px solid #bbb;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-search-form__btn {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 0;
  background: #00b4de;
  background: -webkit-linear-gradient(top, #abefff 0%, #00b4de 100%);
  background: linear-gradient(to bottom, #abefff 0%, #00b4de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abefff', endColorstr='#00b4de',GradientType=0 );
  background-color: #abefff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-search-form__btn:after {
  content: '\e915';
  color: #fff;
  font-family: 'design_plus';
  font-size: 25px;
}

.p-search-form__btn:hover,
.p-search-form__btn:active {
  background: #78e5ff;
  background: -webkit-linear-gradient(top, #def9ff 0%, #78e5ff 100%);
  background: linear-gradient(to bottom, #def9ff 0%, #78e5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def9ff', endColorstr='#78e5ff',GradientType=0 );
  background-color: #def9ff;
}

/* 年選択セレクトボックス */
.p-select-archive {
  padding: 0 .5em;
  width: 100%;
  height: 45px;
  border: none;
  border: 1px solid #bbb;
  border-radius: 0;
  background: url(images/arrow_select-archive.png) calc(100% - 15px) center no-repeat;
  box-shadow: 5px 5px 8px 0 rgba(0, 122, 198, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 1025px) {
  .p-select-archive {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-select-archive {
    margin-right: 15px;
    margin-left: 15px;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-select-archive {
    margin-top: 30px;
  }
}

/* footer contents
/* ================================== */
.p-footer--top {
  position: relative;
}

.p-footer--middle {
  padding: 15px 0;
  background-color: #00b4de;
  color: #fff;
}

.p-footer--middle a {
  color: #fff;
}

.p-footer__logo {
  float: left;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .p-footer__logo {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    position: absolute;
    top: 0;
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer__logo--lp {
    margin-top: 10px;
    width: 426px;
  }
}

.p-footer__menu {
  float: left;
  font-size: 14px;
}

@media print, screen and (min-width: 1025px) {
  .p-footer__menu {
    margin-left: 5%;
    width: calc(95% - (270px + 300px));
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-footer__menu {
    margin-left: 2%;
    width: calc(98% - (270px + 21%));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menu {
    margin-top: 70px;
    width: 100%;
  }
}

.p-footer__menu__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media only screen and (max-width: 1024px) {
  .p-footer__menu__items {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menu__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-footer__menu__items a {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

.p-footer__menu__items li {
  list-style-type: none;
}

@media only screen and (max-width: 1024px) {
  .p-footer__menu__items li {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-footer__menu__items > li {
    width: calc(100% / 5);
    text-align: center;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-footer__menu__items > li {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menu__items > li {
    margin-bottom: 30px;
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menu__items > li.service {
    width: 66%;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-footer__menu__items > li.service ul {
    padding: 0 0 0 calc((100% - 5.5em) / 2);
  }
}

@media print, screen and (min-width: 1025px) {
  .p-footer__menu__items > li.overview ul {
    padding-right: calc((100% - 7em) / 2);
    padding-left: calc((100% - 4em) / 2);
  }
}

@media print, screen and (min-width: 1025px) {
  .p-footer__menu__child {
    margin-top: -1em;
  }
}

.p-footer__menu__child > li {
  position: relative;
  font-size: 90%;
  text-align: justify;
  line-height: 2.2;
}

@media print, screen and (min-width: 1025px) {
  .p-footer__menu__child > li:after {
    content: '＞';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .p-footer__menu__child > li {
    margin-top: 1em;
  }
}

.p-footer__menu__child > li a {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .p-footer__menu__child > li a {
    margin-right: 1em;
  }
  .p-footer__menu__child > li a:after {
    content: '＞';
    z-index: 1;
    margin-left: 1em;
  }
}

.p-footer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media print, screen and (min-width: 1025px) {
  .p-footer__contact {
    width: 300px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-footer__contact {
    max-width: 21%;
  }
}

@media only screen and (max-width: 1024px) {
  .p-footer__contact {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-footer__contact--lp {
    float: right;
    width: calc(50% + 35px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__contact--lp {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact--lp {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact {
    width: 66%;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-footer__contact .p-global-nav {
    width: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__contact .p-global-nav {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact .p-global-nav {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer__contact .p-social-nav {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact .p-social-nav {
    width: 50%;
  }
}

.p-footer__contact .menu-item--contact {
  display: block;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p-footer__contact .menu-item--contact span:before {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

.p-group-list {
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 1025px) {
  .p-group-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

.p-group-list > .head {
  width: 204px;
}

@media print, screen and (min-width: 1025px) {
  .p-group-list > .head {
    text-align: center;
  }
}

.p-group-list > .body {
  margin-left: 0;
}

@media print, screen and (min-width: 1025px) {
  .p-group-list > .body {
    width: calc(100% - 204px);
  }
}

@media only screen and (max-width: 1024px) {
  .p-group-list > .body {
    margin-top: 15px;
  }
}

.p-group-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media print, screen and (min-width: 1280px) {
  .p-group-list__items {
    min-height: 3em;
  }
}

.p-group-list__items li {
  list-style-type: none;
  position: relative;
  line-height: 1.6;
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-group-list__items li {
    width: 470px;
  }
}

.p-group-list__items li:after {
  content: '＞';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .p-group-list__items li:not(:first-child) {
    margin-top: 2px;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-group-list__items li:nth-of-type(odd) {
    width: 405px;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-group-list__items li:nth-of-type(even) {
    width: 470px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-group-list__items li:nth-of-type(2),
  .p-group-list__items li:nth-of-type(3) {
    padding-right: 0;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-group-list__items li:nth-of-type(1),
  .p-group-list__items li:nth-of-type(3) {
    margin-right: 45px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-group-list__items li:nth-of-type(1),
  .p-group-list__items li:nth-of-type(3) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-group-list__items li {
    width: calc(43em * 1.1);
  }
}

@media screen and (max-width: 767px) {
  .p-group-list__items li {
    width: calc(20em * 1.1);
  }
}

.p-group-list__items li a {
  display: block;
  position: relative;
  z-index: 2;
  padding-right: 1.5em;
}

.p-group-list__items li a:hover,
.p-group-list__items li a:active {
  text-decoration: underline;
}

/* page top
/* ================================== */
.p-pagetop {
  position: relative;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pagetop {
    bottom: 30px;
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .p-pagetop {
    bottom: 1px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagetop {
    position: relative;
    right: auto;
    bottom: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.p-pagetop:before,
.p-pagetop:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 15px 10px;
  border-style: solid;
}

.p-pagetop:before {
  z-index: 1;
  top: 0;
  border-color: transparent transparent #00b4de transparent;
}

.p-pagetop:after {
  z-index: 2;
  top: 2px;
  border-color: transparent transparent #fff transparent;
}

/* breadcrumb
/* ================================== */
.p-breadcrumb {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-breadcrumb__inner {
    overflow: hidden;
    height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.p-breadcrumb__item {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .p-breadcrumb__item {
    display: inline-block;
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  margin-right: .5em;
  margin-left: .5em;
}

.c-breadcrumb__item--home a:before {
  content: '';
  display: none;
}

.c-breadcrumb__item--home a span {
  display: inline;
}

/* card
/* ================================== */
.p-card__img .text {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-card__img .text {
    font-size: 14px;
  }
}

.p-card__text {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .p-card__text {
    font-size: 80%;
  }
}

/* トップページ
/* ================================== */
/* スプラッシュページ */
.p-splash {
  z-index: 90;
  background-color: #fff;
}

.p-splash__item {
  position: absolute;
  z-index: 92;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-splash__item--01 {
  -webkit-animation-name: fv01;
  animation-name: fv01;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.p-splash__item--02 {
  opacity: 0;
  -webkit-animation-name: fv02;
  animation-name: fv02;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@media print, screen and (min-width: 1025px) {
  .p-splash__item {
    width: 370px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-splash__item {
    width: 235px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-splash__item {
    width: 160px;
    height: auto;
  }
}

@-webkit-keyframes fv01 {
  from {
    filter: blur(20px);
    opacity: 0;
    -webkit-filter: blur(20px);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fv01 {
  from {
    filter: blur(20px);
    opacity: 0;
    -webkit-filter: blur(20px);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fv02 {
  from {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fv02 {
  from {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* キービジュアル（ムービー） */
.p-first-visual {
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual {
    padding-bottom: 56.25%;
  }
}

@media only screen and (max-width: 1024px) {
  .p-first-visual {
    overflow: hidden;
    width: 100%;
  }
  @supports (height: 100vh) {
    .p-first-visual {
      height: 100vh;
    }
  }
  @supports not (height: 100vh) {
    .p-first-visual {
      padding-bottom: 100%;
    }
  }
}

.p-first-visual__bg {
  position: absolute;
  z-index: 1;
  top: 0;
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual__bg {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .p-first-visual__bg {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual__bg {
    left: 25%;
  }
}

@media screen and (max-width: 767px) {
  @supports (height: 100vh) {
    .p-first-visual__bg {
      height: 100vh;
    }
  }
  @supports not (height: 100vh) {
    .p-first-visual__bg {
      height: 100%;
    }
  }
}

@media only screen and (max-width: 480px) {
  .p-first-visual__bg {
    left: 0;
  }
}

.p-first-visual__slide {
  position: relative;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.p-first-visual__slide img {
  width: auto;
}

@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .p-first-visual__slide img {
    max-width: 1324px;
  }
}

@media only screen and (max-width: 900px) {
  .p-first-visual__slide img {
    max-height: 100vh;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .p-first-visual__slide img {
    max-height: 177.7vh;
  }
}

@media only screen and (max-width: 480px) {
  .p-first-visual__slide img {
    max-height: 100vh;
  }
}

.p-first-visual__slide.slide_1 {
  z-index: 2;
}

@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .p-first-visual__slide.slide_1 {
    -webkit-animation-name: slide1_md;
    animation-name: slide1_md;
  }
}

@media only screen and (max-width: 900px) {
  .p-first-visual__slide.slide_1 {
    -webkit-animation-name: slide1_sm;
    animation-name: slide1_sm;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual__slide.slide_1 {
    -webkit-animation-name: slide1_sm;
    animation-name: slide1_sm;
  }
}

.p-first-visual__slide.slide_2 {
  z-index: 1;
  margin-top: -56.25%;
  opacity: 0;
}

@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .p-first-visual__slide.slide_2 {
    -webkit-animation-name: slide2_md;
    animation-name: slide2_md;
  }
}

@media only screen and (max-width: 900px) {
  .p-first-visual__slide.slide_2 {
    -webkit-animation-name: slide2_sm;
    animation-name: slide2_sm;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual__slide.slide_2 {
    -webkit-animation-name: slide2_sm;
    animation-name: slide2_sm;
  }
}

@media only screen and (max-width: 480px) {
  @supports (margin-top: 100vh) {
    .p-first-visual__slide.slide_2 {
      margin-top: -100vh;
    }
  }
  @supports not (margin-top: 100vh) {
    .p-first-visual__slide.slide_2 {
      margin-top: -100%;
    }
  }
}

.p-first-visual__main {
  position: absolute;
  z-index: 2;
  top: 50%;
  color: #fff;
  line-height: 2.063;
  letter-spacing: .3em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

@media print, screen and (min-width: 768px) {
  .p-first-visual__main {
    margin-left: calc((100% - 597px) / 2);
    width: 597px;
    font-size: 32px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual__main {
    left: 50%;
    width: calc(14.15em * 1.1);
    font-size: 20px;
    letter-spacing: .1em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 480px) {
  .p-first-visual__main {
    font-size: 18px;
  }
}

.p-first-visual__main.is-video {
  -webkit-animation-name: textFade;
  animation-name: textFade;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.p-first-visual__main.is-fade {
  -webkit-animation-name: textFadeInfinite;
  animation-name: textFadeInfinite;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes textFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes textFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes textFadeInfinite {
  from {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes textFadeInfinite {
  from {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes slide1_sm {
  from {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    left: -10%;
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes slide1_sm {
  from {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    left: -10%;
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes slide2_sm {
  from {
    left: 15%;
    opacity: 0;
  }
  40% {
    left: 15%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    left: 0;
    opacity: 0;
  }
}

@keyframes slide2_sm {
  from {
    left: 15%;
    opacity: 0;
  }
  40% {
    left: 15%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    left: 0;
    opacity: 0;
  }
}

@-webkit-keyframes slide1_md {
  from {
    left: 300px;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    left: 150px;
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes slide1_md {
  from {
    left: 300px;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    left: 150px;
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes slide2_md {
  from {
    left: 300px;
    opacity: 0;
  }
  40% {
    left: 300px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    left: 150px;
    opacity: 0;
  }
}

@keyframes slide2_md {
  from {
    left: 300px;
    opacity: 0;
  }
  40% {
    left: 300px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    left: 150px;
    opacity: 0;
  }
}

.p-full-block {
  position: relative;
  background-color: #fff;
}

@media print, screen and (min-width: 1025px) {
  .p-full-block {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-full-block {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}

@media screen and (max-width: 767px) {
  .p-full-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-full-block--service {
    padding-bottom: 110px;
    background: url(images/pc_top.png) center 0/cover no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-full-block--service {
    padding-top: 208px;
    padding-bottom: 98px;
    background: url(images/tb_top.png) center 0/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-full-block--service {
    background: url(images/sp_top.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-full-block--service {
    padding-top: 210px;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-full-block--service .p-heading_primary {
    letter-spacing: .1em;
  }
}

@media print, screen and (min-width: 768px) {
  .p-full-block--service__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media print, screen and (min-width: 768px) {
  .p-full-block--service__list {
    top: 42px;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-full-block--service__list {
    top: calc(160px + 16px);
  }
}

.p-full-block--service__list > li {
  list-style-type: none;
}

@media print, screen and (min-width: 768px) {
  .p-full-block--service__list > li {
    font-size: 23px;
    text-align: left;
    line-height: 1.652;
    letter-spacing: .5em;
  }
}

@media screen and (max-width: 767px) {
  .p-full-block--service__list > li {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 14px;
    letter-spacing: .35em;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-full-block--service__list > li:nth-of-type(1) {
    margin-left: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-full-block--service__list > li:nth-of-type(1) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-full-block--service__list > li:nth-of-type(1) {
    top: calc(105px - .5em);
  }
}

@media print, screen and (min-width: 1280px) {
  .p-full-block--service__list > li:nth-of-type(2) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-full-block--service__list > li:nth-of-type(2) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-full-block--service__list > li:nth-of-type(2) {
    bottom: calc(100px - .5em);
  }
}

@media print, screen and (min-width: 768px) {
  .p-full-block--service .p-btn_primary {
    margin-top: 50px;
  }
}

/* アーカイブ
/* ================================== */
.p-news-list {
  margin-top: 0;
  margin-bottom: 0;
}

.p-news-list > li {
  list-style-type: none;
}

.p-news-list__item:last-child {
  margin-bottom: 0;
}

.p-article02 {
  border: none;
}

@media print, screen and (min-width: 768px) {
  .p-article02 {
    margin-right: auto;
    margin-left: auto;
    width: 850px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-article02 {
    margin-bottom: 0;
  }
}

.p-article02__inner {
  padding: 0;
}

.p-article02__inner:hover {
  background: none;
}

@media print, screen and (min-width: 1025px) {
  .p-article02__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px auto;
    margin-right: auto;
    margin-left: auto;
    width: 820px;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02__content {
    margin: 15px auto;
    width: 650px;
    max-width: 100%;
  }
  .p-article02__content::after {
    content: '';
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .p-article02__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 7.5px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

.p-article02__content:after {
  content: '＞';
}

@media print, screen and (min-width: 1025px) {
  .p-article02__content:after {
    font-size: 80%;
    line-height: 1.2em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02__content:after {
    float: right;
    margin-top: -1em;
    margin-right: -1em;
  }
}

@media screen and (max-width: 767px) {
  .p-article02__content:after {
    margin-left: 1em;
    font-size: 70%;
  }
}

.p-article02__date {
  margin-bottom: 0;
  color: #4a4a4a;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .3em;
}

@media print, screen and (min-width: 768px) {
  .p-article02__date {
    width: 177px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02__date {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .p-article02__date {
    margin-right: 15px;
    font-size: 12px;
  }
}

.p-article02__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal !important;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .3em;
  text-overflow: ellipsis;
}

@media print, screen and (min-width: 768px) {
  .p-article02__title {
    width: calc(100% - 177px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02__title {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .p-article02__title {
    width: 145px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-article02--history:not(:nth-of-type(1)) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-article02--history .p-article02__content {
    width: 735px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-article02--history .p-article02__content:after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02--history .p-article02__content {
    width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .p-article02--history .p-article02__content {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.p-article02--history .p-article02__content:after {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  .p-article02--history .p-article02__date {
    width: 100px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02--history .p-article02__date {
    width: 135px;
  }
}

@media screen and (max-width: 767px) {
  .p-article02--history .p-article02__date {
    display: inline-block;
    float: left;
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-article02--history .p-article02__title {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02--history .p-article02__title {
    width: calc(100% - 135px);
  }
}

@media screen and (max-width: 767px) {
  .p-article02--history .p-article02__title {
    overflow: visible;
    width: auto;
    line-height: 1.6;
    white-space: normal;
    text-overflow: clip;
  }
}

@media print, screen and (min-width: 768px) {
  .p-article02--archive .p-article02__content {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-article02--archive .p-article02__content {
    width: 730px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02--archive .p-article02__content {
    width: 640px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .p-article02--archive .p-article02__content:after {
    margin-top: -1.5em;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-article02--archive .p-article02__date {
    width: 135px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02--archive .p-article02__date {
    width: 177px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-article02--archive .p-article02__title {
    width: calc(100% - 135px);
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-article02--archive .p-article02__title {
    width: calc(100% - 177px);
  }
}

/* ページネーション
/* ================================== */
.p-pagination .page-numbers {
  display: inline-block;
  width: 25px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 25px;
}

.p-pagination .page-numbers:not(.dots):not(.prev):not(.next) {
  margin: 5px 2px;
  background-color: #00b4de;
  color: #fff;
}

.p-pagination .page-numbers:not(.dots):not(.prev):not(.next).current,
.p-pagination .page-numbers:not(.dots):not(.prev):not(.next):hover,
.p-pagination .page-numbers:not(.dots):not(.prev):not(.next):active {
  background-color: #78e5ff;
}

.p-pagination .page-numbers.dots,
.p-pagination .page-numbers.prev,
.p-pagination .page-numbers.next {
  color: #00b4de;
}

.p-pagination .page-numbers.dots {
  width: 1em;
}

.p-pagination .page-numbers.next {
  margin-right: -30px;
}

.p-pagination .page-numbers.prev {
  margin-left: -37px;
}

/* 下層ページ
/* ================================== */
.p-entry {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .15em;
}

@media print, screen and (min-width: 768px) {
  .p-entry {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .p-entry {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 12px;
    letter-spacing: .132em;
  }
}

@media screen and (max-width: 767px) {
  .p-entry > section:first-child {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-entry .l-inner {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
  }
}

.p-entry__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bbb;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse nowrap;
  -ms-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media print, screen and (min-width: 768px) {
  .p-entry__header {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .p-entry__header {
    margin-bottom: 18px;
  }
}

.p-entry__title {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .1em;
}

.p-entry__meta {
  margin-bottom: 0;
}

.p-entry__date {
  font-size: 12px;
  letter-spacing: .1em;
}

.p-entry__share {
  float: right;
  margin-bottom: 0;
}

.p-entry__share a {
  box-shadow: none;
}

.p-entry__share .c-share__title {
  display: none;
}

.p-entry__body {
  margin-top: 15px;
  font-size: 13px;
  line-height: 26px;
}

@media print, screen and (min-width: 768px) {
  .p-entry__body {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-entry__body {
    letter-spacing: .13em;
  }
}

@media print, screen and (min-width: 768px) {
  section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  section.l-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* 代表メッセージ
/* ================================== */
@media print, screen and (min-width: 1025px) {
  .p-message {
    margin-top: 120px;
    padding-top: 120px;
    background: #f9fafb url(images/pc_okuno.png) center bottom no-repeat;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-message {
    background-size: contain;
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1449px) {
  .p-message {
    background-color: #fafbfb;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-message {
    margin-top: 120px;
    padding-top: 65px;
    padding-bottom: 624px;
    background: url(images/tb_okuno.png) center bottom no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-message {
    margin-top: 15px;
    padding-top: 45px;
    padding-bottom: 484px;
    background: url(images/sp_okuno.png) center bottom no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-message > .head {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 610px;
  }
}

@media screen and (max-width: 767px) {
  .p-message > .head {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

.p-message__main {
  line-height: 2.04;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 1280px) {
  .p-message__main {
    width: calc(100% - 36%);
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-message__main {
    width: calc(100% - (505px - (1440px - 100%) / 2));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-message__main {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 610px;
  }
}

@media screen and (max-width: 767px) {
  .p-message__main {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

.p-message__main p:not(:nth-of-type(1)) {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .p-brand-intro {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-intro {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-brand-intro + .p-brand-intro {
    margin-top: 63px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-intro + .p-brand-intro {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-brand-intro__main {
    box-sizing: border-box;
    padding-left: 15px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
}

@media only screen and (max-width: 1024px) {
  .p-brand-intro__img {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}

.p-brand-intro__img figcaption {
  margin-bottom: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-brand-intro__img figcaption {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-brand-intro__text02 {
    margin-top: 1.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .p-brand-intro__text03 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-intro__text03 {
    margin-top: 15px;
  }
}

/* サービス紹介
/* ================================== */
.p-service-visual {
  position: relative;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .p-service-visual {
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-service-visual {
    height: 34.72vw;
    min-height: 500px;
    background: url(images/pc_service.png) center 0/cover no-repeat;
  }
}

@media only screen and (max-width: 1024px) {
  .p-service-visual {
    height: 65.1vw;
    min-height: 500px;
    background: url(images/tb_service.png) center 0/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-service-visual {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .p-service-visual {
    height: 138.2vw;
    min-height: 0;
    background: url(images/sp_service.png) center 0/contain no-repeat;
  }
}

.p-service-visual__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-top: 51px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media print, screen and (min-width: 1025px) {
  .p-service-visual__main {
    width: 398px;
    height: 27.63vw;
    min-height: 398px;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-service-visual__main {
    margin-top: calc((34.72vw - 27.63vw) / 2);
  }
}

@media only screen and (max-width: 1024px) {
  .p-service-visual__main {
    width: 398px;
    height: 51.82vw;
    min-height: 398px;
  }
}

@media only screen and (max-width: 480px) {
  .p-service-visual__main {
    margin-top: 24.2%;
    width: 337px;
    max-width: 89.62%;
    height: 337px;
    min-height: 0;
    max-height: 89.62vw;
  }
}

.p-service-visual__main > .head {
  margin: 0;
  font-weight: normal;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .p-service-visual__main > .head {
    font-size: 37px;
    line-height: calc(45 / 37);
  }
}

@media screen and (max-width: 767px) {
  .p-service-visual__main > .head {
    padding-top: 10px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.37px;
  }
}

@media only screen and (max-width: 320px) {
  .p-service-visual__main > .head {
    font-size: 20px;
  }
}

.p-service-visual__sub {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 34.72vw;
  min-height: 500px;
}

.p-service-visual__sub > li {
  list-style-type: none;
  position: absolute;
  padding: 50px 0;
  width: 262px;
  border: 3px solid #00b4de;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .08em;
}

.p-service-visual__sub > li:before,
.p-service-visual__sub > li:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

.p-service-visual__sub .item--top {
  top: -30px;
}

.p-service-visual__sub .item--top:before,
.p-service-visual__sub .item--top:after {
  top: 100%;
}

.p-service-visual__sub .item--top:before {
  margin-left: -30px;
  border-width: 30px;
  border-color: rgba(0, 180, 222, 0);
  border-top-color: #00b4de;
}

.p-service-visual__sub .item--top:after {
  margin-left: -26px;
  border-width: 26px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.95);
}

.p-service-visual__sub .item--bottom {
  bottom: -45px;
}

.p-service-visual__sub .item--bottom:before,
.p-service-visual__sub .item--bottom:after {
  bottom: 100%;
}

.p-service-visual__sub .item--bottom:after {
  margin-left: -26px;
  border-width: 26px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.95);
}

.p-service-visual__sub .item--bottom:before {
  margin-left: -30px;
  border-width: 30px;
  border-color: rgba(0, 180, 222, 0);
  border-bottom-color: #00b4de;
}

.p-service-visual__sub .item--left {
  left: 0;
}

.p-service-visual__sub .item--right {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-graph-user {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 226px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-graph-user > li {
    margin: 30px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-graph-user > li {
    margin: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-graph-user > li {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-feature {
    margin-bottom: -45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-service-feature {
    margin-bottom: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-feature__item {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-feature__item {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-feature__item:nth-of-type(1) {
    margin-right: calc((100% - 340px) / 2);
    margin-left: calc((100% - 340px) / 2);
  }
}

.p-service-feature__item dt {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
}

.p-service-feature__item dd {
  line-height: 24px;
  letter-spacing: 1px;
}

@media print, screen and (min-width: 768px) {
  .p-service-feature__item dd {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-feature__item dd {
    margin-top: 7.5px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow {
    text-align: center;
  }
}

.p-flow__items {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .p-flow__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    background: url(images/pc_arow.png) center bottom no-repeat;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-flow__items {
    max-width: 919px;
    background-size: calc(100% - 4em);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__items {
    display: inline-block;
    height: 370px;
    background: url(images/sp_arrow.png) 0 0/17px no-repeat;
  }
}

.p-flow__items > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  list-style-type: none;
  line-height: 16px;
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

@media print, screen and (min-width: 1025px) {
  .p-flow__items > li {
    width: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-flow__items > li {
    width: 19.58%;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__items > li {
    margin-left: 30px;
    height: calc(100% / 6);
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-flow__items > li:nth-of-type(1),
  .p-flow__items > li:nth-of-type(2) {
    height: 68px;
  }
  .p-flow__items > li:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-flow__items > li:nth-of-type(5) {
    height: calc((100% / 6) + 18px);
  }
}

@media print, screen and (min-width: 768px) {
  .p-flow__items > li:first-child {
    text-align: left;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-flow__items > li:first-child {
    padding-left: 1.5em;
    width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-flow__items > li:first-child {
    width: 16.32%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-flow__items > li:last-child {
    text-align: right;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-flow__items > li:last-child {
    padding-right: 1em;
    width: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-flow__items > li:last-child {
    width: 14.14%;
  }
}

.p-flow__text {
  line-height: 40px;
}

@media print, screen and (min-width: 768px) {
  .p-flow__text {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 570px;
    font-size: 16px;
    letter-spacing: 6.4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-flow__text {
    margin-bottom: -45px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__text {
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
    width: 280px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 4.6px;
  }
}

/* サービス利用例 */
@media print, screen and (min-width: 1025px) {
  .p-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-user > .l-col {
    margin-left: 40px;
    width: calc((100% - 80px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-user__item {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .p-user__item {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-user__item:not(:nth-of-type(1)) {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-user__item:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-user__item:nth-of-type(1),
  .p-user__item:nth-of-type(2) {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-user__item:nth-of-type(1) ul,
  .p-user__item:nth-of-type(3) ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7.5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-user__item:nth-of-type(1) ul > li,
  .p-user__item:nth-of-type(3) ul > li {
    margin-left: 7.5px;
    width: calc((100% - 22.5px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .p-user__item:nth-of-type(2) ul {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-user__item:nth-of-type(4) ul {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-user__item:nth-of-type(4) ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7.5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-user__item:nth-of-type(4) ul > li {
    margin-left: 7.5px;
    width: calc((100% - 15px) / 2);
  }
}

.p-user__item > .head {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
}

.p-user__item > .body {
  margin-top: 15px;
  margin-left: 0;
}

@media print, screen and (min-width: 768px) {
  .p-user__item > .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  .p-user__item > .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  .p-user__img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .p-user__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -9px;
    margin-left: 10px;
    width: 200px;
    font-size: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  .p-user__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.5px;
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

.p-user__text > li {
  box-sizing: border-box;
  list-style-type: none;
  padding-left: 1em;
  border-radius: 5px;
  background-color: #f5f5f5;
  line-height: 1.3;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .p-user__text > li {
    margin-bottom: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-user__text > li {
    padding: 7.5px;
  }
  .p-user__text > li:not(:first-child) {
    margin-left: 7.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-user__text > li:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-user__text > li.item--line1 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-user__text > li.item--line2 {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}

@media print, screen and (min-width: 768px) {
  .p-user__text > li.item--line4 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

/* ご登録者のご紹介 */
@media print, screen and (min-width: 1025px) {
  .p-member-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-member-profile > .l-col {
    margin-left: 25px;
    width: calc((100% - 100px) / 4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-member-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 488px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  .p-member-profile {
    margin-bottom: -30px;
  }
}

.p-member-profile__item {
  width: 232px;
}

@media screen and (max-width: 767px) {
  .p-member-profile__item {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-member-profile__item:nth-of-type(even) {
    margin-left: 24px;
  }
}

.p-member-profile__item > .head {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.p-member-profile__item > .head:before {
  content: '';
  position: absolute;
  bottom: -17px;
  left: calc(50% - 11.5px);
  width: 0;
  height: 0;
  border-width: 17px 11.5px 0 11.5px;
  border-style: solid;
  border-color: #00b4de transparent transparent transparent;
}

.p-member-profile__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
  line-height: 1.5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.p-member-profile__text > .body {
  padding-top: .5em;
  padding-bottom: .5em;
  min-height: 4em;
  font-size: 12px;
}

/* 業務領域リスト */
.p-service-list {
  margin-top: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-list {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-service-list__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-service-list__items > li {
    margin-left: 25px;
    width: calc((100% - 100px) / 4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-list__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: -30px;
    margin-left: auto;
    width: 488px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  .p-service-list__items {
    margin-bottom: -15px;
  }
}

.p-service-list__items > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  list-style-type: none;
  height: 100px;
  border: 1px solid #00b4de;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media print, screen and (min-width: 768px) {
  .p-service-list__items > li {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-service-list__items > li {
    width: 232px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-list__items > li {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-list__items > li:nth-of-type(even) {
    margin-left: 24px;
  }
}

/* 企業概要
/* ================================== */
@media print, screen and (min-width: 768px) {
  .p-overview-block {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-overview-block {
    padding-bottom: 70px;
  }
}

/* Edge hack */
@supports (-ms-ime-align: auto) {
  .p-overview-block {
    padding-bottom: 80px;
  }
  .p-overview-block:not(:nth-of-type(1)) > .p-heading_primary {
    padding-top: 40px;
  }
}

/* IE hack */
body.ie .p-overview-block {
  padding-bottom: 80px;
}

body.ie .p-overview-block:not(:nth-of-type(1)) > .p-heading_primary {
  padding-top: 40px;
}

.p-officer__items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 1025px) {
  .p-officer__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-officer__items > .l-col {
    margin-left: 5px;
    width: calc((100% - 20px) / 4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-officer__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 605px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

.p-officer__item {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .p-officer__item {
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-officer__item {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-officer__item:nth-of-type(even) {
    margin-left: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-outline {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 650px;
  }
}

.p-outline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media screen and (max-width: 767px) {
  .p-outline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.p-outline__item > .head,
.p-outline__item > .body {
  margin: 0;
}

.p-outline__item > .head {
  margin-right: 15px;
  width: 5em;
}

.p-outline__item > .body {
  letter-spacing: .1em;
}

/* 地図 */
@media print, screen and (min-width: 1025px) {
  .p-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

.p-map__item {
  box-sizing: border-box;
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

@media print, screen and (min-width: 1025px) {
  .p-map__item {
    margin-right: 5.5px;
    margin-left: 5.5px;
    width: 494px;
    height: 325px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-map__item {
    margin: 7.5px auto;
    max-width: 650px;
  }
}

@media screen and (max-width: 767px) {
  .p-map__item {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.p-map iframe {
  width: 100%;
}

/* お問い合わせ
/* ================================== */
.p-form {
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
}

@media print, screen and (min-width: 768px) {
  .p-form {
    width: 650px;
  }
}

@media screen and (max-width: 767px) {
  .p-form {
    width: 250px;
  }
}

.p-form__input {
  min-height: 45px;
  letter-spacing: .08em;
}

.p-form .p-form__input {
  width: 100%;
}

.p-form__input:placeholder-shown {
  color: #7f7f7f;
}

.p-form__type {
  padding: 0 .75em;
  border-radius: 2.5px;
  color: #fff;
  font-size: 13px;
}

@media print, screen and (min-width: 1025px) {
  .p-form__type {
    float: right;
  }
}

@media only screen and (max-width: 1024px) {
  .p-form__type {
    margin-left: 15px;
  }
}

.p-form__item {
  margin-top: 35px;
}

.p-form__item > .head {
  line-height: 21px;
  letter-spacing: .13em;
}

@media print, screen and (min-width: 1025px) {
  .p-form__item > .head {
    width: 180px;
  }
  .p-form__item > .head::after {
    content: '';
    display: table;
    clear: both;
  }
}

.p-form__item > .body {
  margin: 7px 0 0;
}

.p-form textarea {
  height: 135px;
}

/* Contact Form 7 */
.wpcf7 {
  border: none;
  background: none;
}

.wpcf7 form {
  margin: 0;
}

.wpcf7 input,
.wpcf7 textarea {
  padding-right: 15px;
  padding-left: 15px;
}

.wpcf7 textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wpcf7 .wpcf7-submit {
    width: 335px;
  }
}

div.wpcf7-response-output {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  div.wpcf7-response-output {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  div.wpcf7-response-output {
    letter-spacing: 0;
  }
}

div.wpcf7-validation-errors {
  border-color: red;
  color: red;
  font-weight: bold;
}

/* 特定商取引法に基づく表示
/* ================================== */
.p-table-sctl {
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #bbb;
}

@media print, screen and (min-width: 768px) {
  .p-table-sctl {
    margin-top: 45px;
    width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .p-table-sctl {
    margin-top: 20px;
  }
}

.p-table-sctl th,
.p-table-sctl td {
  padding: 10px;
  border: 1px solid #bbb;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .05em;
}

.p-table-sctl th {
  width: 85px;
  font-weight: normal;
}

/* 利用規約
/* ================================== */
.p-agreetment {
  font-size: 12px;
}

.p-agreetment__item {
  line-height: 22px;
  letter-spacing: 0;
}

.p-agreetment__item:not(:nth-of-type(1)) {
  margin-top: 30px;
}

.p-agreetment__item > .body {
  margin: 0;
}

.p-agreetment__item ul,
.p-agreetment__item ol {
  margin-left: 0;
  padding-left: 0;
}

.p-agreetment__item li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

/* LP
/* ================================== */
.p-entry--lp {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .p-entry--lp section {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-entry--lp section {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-entry--lp img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-entry--lp .p-heading_primary {
    font-size: 18px;
    letter-spacing: 7.2px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-faq--member {
    margin-right: auto;
    margin-bottom: 65px;
    margin-left: auto;
    width: 805px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-faq--member {
    margin-bottom: 45px;
  }
}

.p-faq > li {
  list-style-type: none;
}

@media print, screen and (min-width: 768px) {
  .p-faq > li {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq > li {
    margin-top: 15px;
  }
}

.p-faq__question {
  padding: 7px 0 7px 50px;
  background: url("../images/icon-question.png") 0 0 no-repeat;
  color: #00b4de;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
}

.p-faq__answer {
  margin-top: 3px;
  padding: 7px 0 7px 50px;
  background: url("../images/icon-answer.png") 0 0 no-repeat;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}

.p-lp-tel {
  margin-top: -10px;
  color: #4a4a4a;
}

.p-lp-tel > .main {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .p-lp-tel > .main {
    font-size: 18px;
    letter-spacing: .9px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp-tel > .main {
    font-size: 16px;
    letter-spacing: .8px;
  }
}

@media only screen and (max-width: 320px) {
  .p-lp-tel > .main {
    font-size: 14px;
  }
}

.p-lp-tel > .sub {
  font-size: 12px;
  letter-spacing: 0;
}

/* LP 共通
/* ================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-user-feature .p-graph-user > li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-lp-user-feature__text_01 {
    margin-bottom: -15px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp-user-feature__img_01 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

@media print, screen and (min-width: 1025px) {
  section.p-lp-service-feature {
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 1025px) {
  section.p-lp-service-feature > .p-heading_primary {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-service-feature > .p-heading_primary {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-service-feature .p-service-feature {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-service-feature .p-service-feature {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-service-feature + .p-btn-block--lp {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-flow {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-flow {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  section.p-lp-flow--member {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  section.p-lp-flow--member .p-flow {
    margin-top: 45px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-flow--member .p-flow {
    margin-top: 45px;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-flow--member .p-flow {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 1025px) {
  section.p-lp-flow .p-flow__items {
    background-image: url("images/lp_client/pc/10_nagare.png");
    background-position: center bottom;
    background-size: 920px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-flow .p-flow__items {
    background-image: url("images/lp_client/tb/03_TB_nagere.png");
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-flow .p-flow__text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-member .p-member-profile {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  section.p-lp-service-list {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-service-list {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-service-list {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-service-list .p-service-list__items {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  section.p-lp-faq {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-faq {
    margin-right: auto;
    margin-left: auto;
    width: 650px;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-faq .p-faq {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
}

/* LP クライアント
/* ================================== */
.p-first-visual--client {
  position: relative;
  padding-bottom: 0;
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual--client {
    background: url("images/lp_client/pc/03_FV.png") center 0/cover no-repeat;
  }
  @supports (height: 47.7vw) {
    .p-first-visual--client {
      min-height: 47.7vw;
    }
  }
  @supports not (height: 47.7vw) {
    .p-first-visual--client {
      padding-top: 57.7%;
      height: 0;
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual--client {
    height: auto;
    background: url("images/lp_client/tb/00_FV_TB.png") center 0/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual--client {
    height: auto;
    background: url("images/lp_client/sp/00_SPFV.png") center center/cover no-repeat;
  }
}

.p-first-visual--client__inner {
  width: 100%;
  color: #fff;
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual--client__inner {
    padding-top: 130px;
    padding-bottom: 148px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual--client__inner {
    padding-top: 94px;
    padding-bottom: 105px;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual--client__inner {
    padding-top: 102px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual--client__inner .logo {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual--client__inner .logo img {
    width: 304px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual--client__inner .text {
    margin-top: 15px;
    font-size: 45px;
    line-height: 62px;
    letter-spacing: 7px;
	  font-weight: bold;
	 text-shadow: 1px 2px 3px #808080 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual--client__inner .text {
    margin-top: 15px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 4.36px;
	   font-weight: bold;
	 text-shadow: 1px 2px 3px #808080 !important;
  }
}


@media screen and (max-width: 767px) {
  .p-first-visual--client__inner .text {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2.89px;
	   font-weight: bold;
	text-shadow: 1px 2px 3px #808080 !important;
  }
}


section.p-client-form {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  section.p-client-form {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-client-form {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  section.p-client-form {
    padding: 0;
    max-width: 340px;
  }
}

@media only screen and (max-width: 480px) {
  section.p-client-form {
    width: calc(100% - 40px);
  }
}

section.p-client-form > .head {
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  section.p-client-form > .head {
    padding: 0;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: 3.34px;
  }
}

@media screen and (max-width: 767px) {
  section.p-client-form > .head {
    padding: 0;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 2.57px;
  }
}

@media print, screen and (min-width: 1025px) {
  section.p-client-form .p-form {
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-client-form .p-form {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  section.p-client-form .p-form {
    width: calc(100% - 36px);
  }
}

@media screen and (max-width: 767px) {
  section.p-client-form .p-form__item {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  section.p-client-form .p-form__item > .head {
    width: 100%;
  }
}

section.p-client-form .p-form__label {
  color: #464646;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  section.p-client-form .p-form__label {
    margin-right: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  section.p-client-form .p-form__label {
    margin-right: 0;
    font-size: 11px;
  }
}

@media print, screen and (min-width: 768px) {
  section.p-client-form .p-form__type {
    float: none;
    font-size: 18px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 767px) {
  section.p-client-form .p-form__type {
    font-size: 11px;
    letter-spacing: 2.06px;
  }
}

@media print, screen and (min-width: 768px) {
  section.p-client-form .p-form__input {
    font-size: 18px;
    letter-spacing: 0;
  }
}

section.p-client-form .p-form__suffix {
  display: block;
  margin-top: -30px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0;
}

/* LP メンバー
/* ================================== */
.p-first-visual--member {
  position: relative;
  padding-bottom: 0;
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual--member {
    padding-top: 108px;
    background: url("images/lp_member/pc/00_FVPC.png") center 0/cover no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual--member {
    padding-top: 90px;
    height: auto;
    background: url("images/lp_member/tb/00_FVTB.png") center 0/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual--member {
    padding-top: 38px;
    height: auto;
    background: url("images/lp_member/sp/01_FVSP.png") center center/cover no-repeat;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .p-first-visual--member {
    background-position: center 35%;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual--member__top {
    margin-left: 50%;
    width: 170px;
    max-width: 50%;
  }
}

.p-first-visual--member__top .text {
  color: #4a4a4a;
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual--member__top .text {
    margin-top: 15px;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual--member__top .text {
    margin-top: 15px;
    font-size: 27px;
    line-height: 37px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual--member__top .text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual--member__bottom {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual--member__bottom {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual--member__bottom {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.p-first-visual--member__list {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual--member__list {
    margin-bottom: 30px;
    width: 597px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-first-visual--member__list {
    margin-bottom: 20px;
    width: 435px;
  }
}

@media screen and (max-width: 767px) {
  .p-first-visual--member__list {
    float: right;
    margin-right: calc(50% + 15px);
    width: 140px;
  }
}

@media only screen and (max-width: 320px) {
  .p-first-visual--member__list {
    margin-left: 10px;
  }
}

.p-first-visual--member__list li {
  list-style-type: none;
  margin-top: 10px;
  background-color: #00b4de;
  color: #fff;
  letter-spacing: 0;
}

@media print, screen and (min-width: 1025px) {
  .p-first-visual--member__list li {
    width: 193px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-first-visual--member__list li {
    margin-top: 5px;
    width: 140px;
    border-radius: 14px;
    font-size: 11px;
    line-height: 28px;
  }
}

.p-lp-resolve > h2 {
  margin-bottom: 0;
}

.p-lp-resolve__inner {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-lp-resolve__inner {
    width: 490px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp-resolve__inner {
    max-width: 326px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-lp-resolve__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-lp-resolve__items > .l-col {
    margin-left: 24px;
    width: calc((100% - 96px) / 4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-lp-resolve__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-lp-resolve__items > .l-col {
    margin-left: 25px;
    width: calc((100% - 50px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-lp-resolve__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-lp-resolve__items > .l-col {
    margin-left: 22px;
    width: calc((100% - 44px) / 2);
  }
}

.p-lp-resolve__item .head,
.p-lp-resolve__item .body {
  margin-right: 0;
  margin-left: 0;
}

.p-lp-resolve__item > .head {
  background: url("images/lp_member/pc/02_PC_point_arrow.png") center bottom/22px no-repeat;
}

@media print, screen and (min-width: 768px) {
  .p-lp-resolve__item > .head {
    margin-bottom: 12px;
    padding-bottom: 28px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp-resolve__item > .head {
    margin-bottom: 8px;
    padding-bottom: 18px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .86px;
  }
}

.p-lp-resolve__item > .body {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p-lp-resolve__item > .body {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .47px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp-resolve__item > .body {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1px;
  }
}

.p-lp-resolve__item:nth-of-type(odd) > .body {
  background-color: #007ac6;
}

.p-lp-resolve__item:nth-of-type(even) > .body {
  background-color: #00b4de;
}

section.p-lp-job {
  background-color: #e9f8fc;
}

@media print, screen and (min-width: 768px) {
  section.p-lp-job {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-job {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-job {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

@media print, screen and (min-width: 1025px) {
  section.p-lp-job .p-lp-job__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-left: -25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  section.p-lp-job .p-lp-job__items > .l-col {
    margin-left: 25px;
    width: calc((100% - 100px) / 4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-job .p-lp-job__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    width: 488px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  section.p-lp-job .p-lp-job__items {
    margin-bottom: 25px;
  }
}

section.p-lp-job .p-lp-job__item {
  box-sizing: border-box;
  padding: 16px 0 20px;
  width: 232px;
  background-color: #00b4de;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section.p-lp-job .p-lp-job__item {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.p-lp-job .p-lp-job__item:nth-of-type(even) {
    margin-left: 24px;
  }
}

section.p-lp-job .p-lp-job__item > .head {
  margin-right: 16px;
  margin-left: 16px;
}

section.p-lp-job .p-lp-job__item > .body {
  margin-right: 0;
  margin-left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: .8px;
}

section.p-lp-job .p-lp-job__item > .body ul {
  margin: 10px 0 0 30px;
}

section.p-lp-job .p-lp-job__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  height: 64px;
  background-color: #fff;
  color: #00b4de;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1.13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

section.p-lp-job .p-lp-job__time > .head,
section.p-lp-job .p-lp-job__time > .body {
  margin-right: 0;
  margin-left: 0;
}

section.p-lp-job .p-lp-job__time > .head {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .93px;
}

section.p-lp-job .p-lp-job__time > .body {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
}

/* elements
/* ================================== */
/* ボタン */
.p-btn_primary {
  display: inline-block;
  position: relative;
  padding: 0;
  border-radius: 10px;
  background: #00b4de;
  background: -webkit-linear-gradient(top, #abefff 0%, #00b4de 100%);
  background: linear-gradient(to bottom, #abefff 0%, #00b4de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abefff', endColorstr='#00b4de',GradientType=0 );
  background-color: #abefff;
  box-shadow: 5px 5px 8px 0 rgba(0, 122, 198, 0.25);
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: .35em;
  -webkit-transition: .2s;
  transition: .2s;
}

@media print, screen and (min-width: 1025px) {
  .p-btn_primary {
    min-width: 345px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-btn_primary {
    width: 315px;
  }
}

@media screen and (max-width: 767px) {
  .p-btn_primary {
    width: 305px;
    max-width: 100%;
    letter-spacing: .2em;
  }
}

.p-btn_primary[disabled] {
  background: #bfbfbf;
  box-shadow: none;
  pointer-events: none;
  cursor: auto;
}

body.home .p-btn_primary {
  letter-spacing: .6em;
}

.p-btn_primary:before,
.p-btn_primary:after {
  content: '';
  position: absolute;
  border-top: solid 1px #fff;
}

.p-btn_primary:before {
  top: 50%;
  right: 17px;
  margin-top: -6px;
  width: 16px;
  height: 14px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

@media screen and (max-width: 767px) {
  .p-btn_primary:before {
    right: 15px;
  }
}

.p-btn_primary:after {
  top: calc(50% + 3px);
  right: 9px;
  width: 16px;
  height: 14px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

@media screen and (max-width: 767px) {
  .p-btn_primary:after {
    right: 7px;
  }
}

.p-btn_primary:hover,
.p-btn_primary:active {
  background: #78e5ff;
  background: -webkit-linear-gradient(top, #def9ff 0%, #78e5ff 100%);
  background: linear-gradient(to bottom, #def9ff 0%, #78e5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def9ff', endColorstr='#78e5ff',GradientType=0 );
  background-color: #def9ff;
}

.p-btn_secondary {
  display: inline-block;
  position: relative;
  padding: 0;
  border-radius: 10px;
  background: #007ac6;
  background: -webkit-linear-gradient(top, #00b4de 0%, #007ac6 100%);
  background: linear-gradient(to bottom, #00b4de 0%, #007ac6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4de', endColorstr='#007ac6',GradientType=0 );
  background-color: #00b4de;
  box-shadow: 5px 5px 8px 0 rgba(0, 122, 198, 0.25);
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: .35em;
  -webkit-transition: .2s;
  transition: .2s;
}

@media print, screen and (min-width: 1025px) {
  .p-btn_secondary {
    min-width: 345px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-btn_secondary {
    width: 315px;
  }
}

@media screen and (max-width: 767px) {
  .p-btn_secondary {
    width: 305px;
    max-width: 100%;
    letter-spacing: .2em;
  }
}

.p-btn_secondary[disabled] {
  background: #bfbfbf;
  box-shadow: none;
  pointer-events: none;
  cursor: auto;
}

body.home .p-btn_secondary {
  letter-spacing: .6em;
}

.p-btn_secondary:before,
.p-btn_secondary:after {
  content: '';
  position: absolute;
  border-top: solid 1px #fff;
}

.p-btn_secondary:before {
  top: 50%;
  right: 17px;
  margin-top: -6px;
  width: 16px;
  height: 14px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

@media screen and (max-width: 767px) {
  .p-btn_secondary:before {
    right: 15px;
  }
}

.p-btn_secondary:after {
  top: calc(50% + 3px);
  right: 9px;
  width: 16px;
  height: 14px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

@media screen and (max-width: 767px) {
  .p-btn_secondary:after {
    right: 7px;
  }
}

.p-btn_secondary:hover,
.p-btn_secondary:active {
  background: #60c2ff;
  background: -webkit-linear-gradient(top, #abefff 0%, #60c2ff 100%);
  background: linear-gradient(to bottom, #abefff 0%, #60c2ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abefff', endColorstr='#60c2ff',GradientType=0 );
  background-color: #abefff;
}

.p-btn_lp {
  display: inline-block;
}

@media print, screen and (min-width: 1025px) {
  .p-btn_lp {
    width: 472px;
    height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-btn_lp {
    width: 396px;
    height: 73px;
  }
}

.p-btn_lp:hover img,
.p-btn_lp:active img {
  opacity: 0;
}

@media print, screen and (min-width: 1025px) {
  .p-btn_lp--client:hover,
  .p-btn_lp--client:active {
    background: url("images/lp_client/pc/button/button_PCover.png") center 0/472px no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-btn_lp--client:hover,
  .p-btn_lp--client:active {
    background: url("images/lp_client/tb/button/button_TBover.png") center 0/396px no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-btn_lp--client:hover,
  .p-btn_lp--client:active {
    background: url("images/lp_client/sp/button/button_SPover.png") center 0/contain no-repeat;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-btn_lp--member:hover,
  .p-btn_lp--member:active {
    background: url("images/lp_member/pc/button/member_PCover.png") center 0/472px no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-btn_lp--member:hover,
  .p-btn_lp--member:active {
    background: url("images/lp_member/tb/button/member_TBover.png") center 0/396px no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-btn_lp--member:hover,
  .p-btn_lp--member:active {
    background: url("images/lp_member/sp/button/member_SPover.png") center 0/contain no-repeat;
  }
}

input[type=submit].p-btn_lp,
input[type=button].p-btn_lp {
  overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
  input[type=submit].p-btn_lp,
  input[type=button].p-btn_lp {
    margin-left: -10px;
    padding-top: 90px;
    width: 950px;
    height: 90px;
    background: url("images/lp_client/pc/button/button_PC_DL.png") center 0/contain no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  input[type=submit].p-btn_lp,
  input[type=button].p-btn_lp {
    margin-left: -6px;
    padding-top: 77px;
    width: 665px;
    height: 77px;
    background: url("images/lp_client/tb/button/button_TB_DL.png") center 0/contain no-repeat;
  }
}

@media screen and (max-width: 767px) {
  input[type=submit].p-btn_lp,
  input[type=button].p-btn_lp {
    margin-top: 0;
    margin-left: -8px;
    padding-top: 69px;
    width: 320px;
    height: 69px;
    background: url("images/lp_client/sp/button/button_SP_DL.png") center 0/contain no-repeat;
  }
}

@media only screen and (max-width: 320px) {
  input[type=submit].p-btn_lp,
  input[type=button].p-btn_lp {
    max-width: 260px;
  }
}

input[type=submit].p-btn_lp[disabled],
input[type=button].p-btn_lp[disabled] {
  opacity: .5;
  pointer-events: none;
  cursor: auto;
}

@media print, screen and (min-width: 1025px) {
  input[type=submit].p-btn_lp[disabled],
  input[type=button].p-btn_lp[disabled] {
    background-image: url("images/lp_client/pc/button/button_PC_DL_disabled.png");
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  input[type=submit].p-btn_lp[disabled],
  input[type=button].p-btn_lp[disabled] {
    background-image: url("images/lp_client/tb/button/button_TB_DL_disabled.png");
  }
}

@media screen and (max-width: 767px) {
  input[type=submit].p-btn_lp[disabled],
  input[type=button].p-btn_lp[disabled] {
    background-image: url("images/lp_client/sp/button/button_SP_DL_disabled.png");
  }
}

@media print, screen and (min-width: 1025px) {
  input[type=submit].p-btn_lp:hover,
  input[type=submit].p-btn_lp:active,
  input[type=button].p-btn_lp:hover,
  input[type=button].p-btn_lp:active {
    background: url("images/lp_client/pc/button/button_PC_DLover.png") center 0/contain no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  input[type=submit].p-btn_lp:hover,
  input[type=submit].p-btn_lp:active,
  input[type=button].p-btn_lp:hover,
  input[type=button].p-btn_lp:active {
    background: url("images/lp_client/tb/button/button_TB_DLover.png") center 0/contain no-repeat;
  }
}

@media screen and (max-width: 767px) {
  input[type=submit].p-btn_lp:hover,
  input[type=submit].p-btn_lp:active,
  input[type=button].p-btn_lp:hover,
  input[type=button].p-btn_lp:active {
    background: url("images/lp_client/sp/button/button_SP_DLover.png") center 0/contain no-repeat;
  }
}

/* ボタン（2つ以上）包括ボックス */
@media print, screen and (min-width: 768px) {
  .p-btn-block .c-btn {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-btn-block .c-btn {
    margin-top: 15px;
  }
}

.p-btn-block--lp {
  margin-top: 15px;
}

/* メニューボタン */
.p-menu-button {
  position: relative;
  top: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-menu-button {
    margin-left: calc(100% - 140px);
    width: 140px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .p-menu-button {
    margin-left: calc(100% - 140px);
    width: 140px;
  }
}

@media only screen and (max-width: 480px) {
  .p-menu-button {
    margin-left: calc(100% - 120px);
    width: 120px;
  }
}

.p-menu-button:before {
  content: url(images/menu_1.png);
  position: absolute;
  top: 0;
  left: 30px;
}

.p-menu-button.is-active {
  background-color: #007ac6;
}

.p-menu-button.is-active:before {
  content: url(images/menu_2.png);
}

/* カッコ */
.p-text_brackets:before {
  content: '\003008';
}

.p-text_brackets:after {
  content: '\003009';
}

/* 広い行間 */
.p-text_wideline p,
p.p-text_wideline {
  line-height: 2.148;
}

.p-text_wideline p:not(:nth-of-type(1)),
p.p-text_wideline:not(:nth-of-type(1)) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-text_wideline p,
  p.p-text_wideline {
    line-height: 2.167;
  }
}

/* 画像 */
img.p-img_cover {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

/* display
/* ================================== */
.u-hide {
  display: none;
}

@media only screen and (max-width: 480px) {
  .u-hide--xs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hide--sm {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .u-hide--md {
    display: none;
  }
}

@media only screen and (max-width: 1279px) {
  .u-hide--lg {
    display: none;
  }
}

@media only screen and (max-width: 1449px) {
  .u-hide--xl {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .u-hide--only-md {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .u-hide--over-md {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-hide--over-lg {
    display: none;
  }
}

@media print {
  .u-hide--print {
    display: none;
  }
}

.u-block {
  display: block;
}

@media only screen and (max-width: 480px) {
  .u-block--xs {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-block--sm {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .u-block--md {
    display: block;
  }
}

@media only screen and (max-width: 1279px) {
  .u-block--lg {
    display: block;
  }
}

@media only screen and (max-width: 1449px) {
  .u-block--xl {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .u-block--only-md {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .u-block--over-md {
    display: block;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-block--over-lg {
    display: block;
  }
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .u-flex--xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-flex--sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .u-flex--md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1279px) {
  .u-flex--lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1449px) {
  .u-flex--xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .u-flex--only-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .u-flex--over-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* border
/* ================================== */
.u-border {
  border: 1px solid #bbb;
}

.u-border_none {
  border: none;
}

.u-border_top {
  border-top: 1px solid #bbb;
}

.u-border_right {
  border-right: 1px solid #bbb;
}

.u-border_bottom {
  border-bottom: 1px solid #bbb;
}

.u-border_left {
  border-left: 1px solid #bbb;
}

.u-border_primary {
  border-color: #00b4de;
}

.u-border_red {
  border-color: #c60000;
}

.u-border_blue {
  border-color: #00b4de;
}

.u-border_blue-light {
  border-color: #e3faff;
}

.u-border_purple {
  border-color: #8125c5;
}

.u-border_gray {
  border-color: #7f7f7f;
}

.u-border_width_2 {
  border-width: 2px;
}

.u-border_width_3 {
  border-width: 3px;
}

.u-border_width_5 {
  border-width: 5px;
}

.u-border_width_8 {
  border-width: 8px;
}

.u-border_width_10 {
  border-width: 10px;
}

.u-radius {
  border-radius: 10px;
}

.u-radius_xs {
  border-radius: 2.5px;
}

.u-radius_sm {
  border-radius: 5px;
}

.u-radius_lg {
  border-radius: 15px;
}

.u-radius_xl {
  border-radius: 20px;
}

.u-radius_top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.u-radius_top_xs {
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
}

.u-radius_top_sm {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.u-radius_top_lg {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.u-radius_top_xl {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.u-radius_right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.u-radius_right_xs {
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.u-radius_right_sm {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.u-radius_right_lg {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.u-radius_right_xl {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.u-radius_bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.u-radius_bottom_xs {
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.u-radius_bottom_sm {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.u-radius_bottom_lg {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.u-radius_bottom_xl {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.u-radius_left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.u-radius_left_xs {
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.u-radius_left_sm {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.u-radius_left_lg {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.u-radius_left_xl {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.u-radius_circle {
  border-radius: 50%;
}

.u-radius_none {
  border-radius: 0;
}

/* background
/*	==================================== */
.u-bg_primary {
  background-color: #00b4de;
  color: #fff;
}

.u-bg_secondary {
  background-color: #007ac6;
}

.u-bg_white {
  background-color: #fff;
}

.u-bg_red {
  background-color: #c60000;
}

.u-bg_blue {
  background-color: #00b4de;
}

.u-bg_blue-light {
  background-color: #e3faff;
}

.u-bg_purple {
  background-color: #8125c5;
}

.u-bg_gray {
  background-color: #7f7f7f;
}

.u-bg_transparent {
  background-color: transparent;
}

/* text
/* ================================== */
/* Safariのfont-weight指定のためのスタイル */
@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  font-weight: normal;
  src: local(HiraginoSans-W3);
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  font-weight: bold;
  src: local(HiraginoSans-W6);
}

.u-text_number {
  font-family: Helvetica, Arial, sans-serif;
}

.u-text_normal {
  font-weight: normal;
}

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

.u-text_italic {
  font-style: italic;
}

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

.u-text_strike {
  text-decoration: line-through;
}

.u-text_md {
  font-size: 15px;
}

.u-text_xs {
  font-size: 10px;
}

.u-text_sm {
  font-size: 13px;
}

.u-text_lg {
  font-size: 18px;
}

.u-text_xl {
  font-size: 22px;
}

.u-text_white {
  color: #fff;
}

.u-text_primary {
  color: #00b4de;
}

.u-text_red {
  color: #c60000;
}

.u-text_blue {
  color: #00b4de;
}

.u-text_blue-light {
  color: #e3faff;
}

.u-text_purple {
  color: #8125c5;
}

.u-text_gray {
  color: #7f7f7f;
}

/* 均等割付用 */
.u-text_space_1 {
  letter-spacing: 1em;
}

.u-text_space_2 {
  letter-spacing: 2em;
}

/* 字詰め用 */
.u-text_space_0 {
  letter-spacing: 0;
}

.u-text_space_005 {
  letter-spacing: .05em;
}

.u-text_space_05 {
  letter-spacing: .5em;
}

@media screen and (max-width: 767px) {
  .u-text_space_0--sm {
    letter-spacing: 0;
  }
  .u-text_space_009--sm {
    letter-spacing: .09em;
  }
  .u-text_space_05--sm {
    letter-spacing: .5em;
  }
  .u-text_space_1--sm {
    letter-spacing: 1em;
  }
  .u-text_indent_05--sm {
    text-indent: .5em;
  }
}
