@charset "UTF-8";
/* @import
===========================*/
/* reset
--------------------------------------------------*/
html, body {
  height: 100vh; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

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

ul, li {
  list-style: none; }

img {
  border: none;
  vertical-align: bottom; }

blockquote, q {
  quotes: none; }

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

address, em, code, cite, dfn, var, optgroup {
  font-style: normal; }

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

input, select {
  vertical-align: middle; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: none; }
a:hover img {
  filter: alpha(opacity=0.7);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  opacity: 0.7; }

/* media query*/
/*--------------------
noto-sans @font-faceの指定
--------------------*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  /* ---normal--- */
  src: url(/common/font/NotoSansCJKjp-Regular.min.woff2) format("woff2"), url(/common/font/NotoSansCJKjp-Regular.min.woff) format("woff"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(/common/font/NotoSansCJKjp-Medium.min.woff2) format("woff2"), url(/common/font/NotoSansCJKjp-Medium.min.woff) format("woff"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  /* ---bold--- */
  src: url(/common/font/NotoSansCJKjp-Bold.min.woff2) format("woff2"), url(/common/font/NotoSansCJKjp-Bold.min.woff) format("woff"); }
/* main */
body {
  font-family: 'Noto Sans Japanese',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1e2f46;
  font-size: 1.0rem;
  line-height: 1.5;
  word-break: break-all;
  font-feature-settings: "palt";
  letter-spacing: 0.04rem;
  text-align: justify;
  text-justify: inter-ideograph; }

button, input, select, textarea {
  font-family: 'Noto Sans Japanese', sans-serif; }

a {
  color: #1e2f46;
  text-decoration: none; }

img {
  width: 100%; }

.pcObj {
  display: block; }

.spObj {
  display: none; }

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

  .pcObj {
    display: none; } }
#wrapper {
  position: relative; }
#wrapper #contents .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  #wrapper #contents {
    padding: 65px 0 0; }
  #wrapper #contents .inner {
    width: 92%;
    margin: 0 auto; } }
/* -----------------------------
    header
-------------------------------*/
#top-head {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  line-height: 1;
  z-index: 999;
  text-decoration: none; }
#top-head .inner {
  position: relative;
  height: 150px;
  max-width: 1500px; }
#top-head .inner:after {
  content: "";
  clear: both;
  display: block; }
#top-head .logo {
  width: 200px;
  margin: 0 auto;
  padding: 33px 0 0; }
#top-head #global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  font-size: 0;
  text-align: center; }
#top-head #global-nav ul li {
  display: inline-block;
  font-size: 0.94rem; }
#top-head #global-nav ul li a {
  vertical-align: middle; }
#top-head #global-nav ul li.menu {
  font-weight: 500;
  margin: 0 3.8% 0 0; }
#top-head #global-nav ul li.menu a.active {
  color: #c0c9d3; }
#top-head #global-nav ul li.menu:hover a {
  color: #c0c9d3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #top-head #global-nav ul li.menu {
    margin: 0 3% 0 0; } }
#top-head #global-nav ul li.btn02 a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background: url(/common/img/menu_icon01.png) no-repeat;
  background-size: 100% auto;
  margin: 0 12px 2px 0; }
#top-head #global-nav ul li.btn02 a:hover::before, #top-head #global-nav ul li.btn02 a.active::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background: url(/common/img/menu_icon01_on.png) no-repeat;
  background-size: 100% auto;
  margin: 0 12px 2px 0; }
#top-head #global-nav ul li.btn02 a:hover::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#top-head #global-nav ul li.btn03 a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background: url(/common/img/menu_icon02.png) no-repeat;
  background-size: 100% auto;
  margin: 0 12px 4px 0; }
#top-head #global-nav ul li.btn03 a:hover::before, #top-head #global-nav ul li.btn03 a.active::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background: url(/common/img/menu_icon02_on.png) no-repeat;
  background-size: 100% auto;
  margin: 0 12px 4px 0; }
#top-head #global-nav ul li.btn03 a:hover::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#top-head #global-nav ul li.btn04 a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 22px;
  background: url(/common/img/menu_icon03.png) no-repeat;
  background-size: 100% auto;
  margin: 0 12px 0 0; }
#top-head #global-nav ul li.btn04 a:hover::before, #top-head #global-nav ul li.btn04 a.active::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 22px;
  background: url(/common/img/menu_icon03_on.png) no-repeat;
  background-size: 100% auto;
  margin: 0 12px 0 0; }
#top-head #global-nav ul li.btn04 a:hover::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#top-head #global-nav ul li.btn05 a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  background: url(/common/img/menu_icon04.png) no-repeat;
  background-size: 100% auto;
  margin: 0 12px 2px 0; }
#top-head #global-nav ul li.btn05 a:hover::before, #top-head #global-nav ul li.btn05 a.active::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  background: url(/common/img/menu_icon04_on.png) no-repeat;
  background-size: 100% auto;
  margin: 0 12px 2px 0; }
#top-head #global-nav ul li.btn05 a:hover::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#top-head #global-nav ul li.btn06 {
  margin: 0 2% 0 0; }
#top-head #global-nav ul li.btn06 a, #top-head #global-nav ul li.btn07 a {
  font-size: 0.7rem;
  border-bottom: solid 1px #1e2f46; }
#top-head #global-nav ul li.btn06 a:hover, #top-head #global-nav ul li.btn07 a:hover {
  filter: alpha(opacity=0.5);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#top-head #global-nav ul li.btn08, #top-head #global-nav ul li.btn09 {
  position: absolute;
  top: -62px;
  font-size: 0.6875rem;
  font-weight: 500; }
#top-head #global-nav ul li.btn08 a, #top-head #global-nav ul li.btn09 a {
  padding: 2px 25px 6px;
  border: solid 1px #1e2f46;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; }
#top-head #global-nav ul li.btn08 a span, #top-head #global-nav ul li.btn09 a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px; }
#top-head #global-nav ul li.btn08 a span::after, #top-head #global-nav ul li.btn09 a span::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #1e2f46;
  border-right: solid 2px #1e2f46;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px; }
#top-head #global-nav ul li.btn08 a:hover, #top-head #global-nav ul li.btn09 a:hover {
  background: #1e2f46;
  color: #fff;
  transition-property: all;
  transition: 0.2s linear; }
#top-head #global-nav ul li.btn08 a:hover span::after, #top-head #global-nav ul li.btn09 a:hover span::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff; }
#top-head #global-nav ul li.btn08 {
  right: 145px; }
#top-head #global-nav ul li.btn09 {
  right: 5px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #top-head #global-nav ul li.btn08 {
    right: 120px; }
  #top-head #global-nav ul li.btn08 a, #top-head #global-nav ul li.btn09 a {
    padding: 2px 15px 6px; } }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 22px;
  width: 25px;
  height: 21px;
  cursor: pointer;
  z-index: 101; }
#nav-toggle div {
  position: relative; }
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1e2f46;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
#nav-toggle span:nth-child(1) {
  top: 0; }
#nav-toggle span:nth-child(2) {
  top: 10px; }
#nav-toggle span:nth-child(3) {
  top: 20px; }

@media only screen and (max-width: 767px) {
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
  .menu_fixed::before {
    content: '';
    display: block;
    width: 100%;
    height: 120%;
    background-color: rgba(30, 47, 70, 0.85);
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0; }

  #top-head {
    width: 100%;
    padding: 0;
    top: 0;
    position: fixed;
    margin-top: 0; }
  #top-head .inner {
    height: auto;
    width: 100%;
    padding: 0; }
  #top-head .logo {
    padding: 0;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 125px; }

  #mobile-head {
    background: #fff;
    width: 100%;
    height: 65px;
    z-index: 999;
    position: relative; }

  #top-head #global-nav {
    position: absolute;
    top: -700px;
    background: #edf3fc;
    width: 100%;
    text-align: center;
    padding: 8% 0 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  #top-head #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    left: auto;
    padding: 0 8%; }
  #top-head #global-nav ul li {
    display: block;
    position: static;
    text-align: left;
    font-size: 1.07rem; }
  #top-head #global-nav ul li a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 1% 0;
    position: relative; }
  #top-head #global-nav ul li a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #1e2f46;
    border-right: solid 2px #1e2f46;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px; }
  #top-head #global-nav ul li.menu {
    margin: 0 0 6%; }
  #top-head #global-nav ul li.menu a:hover {
    color: #1e2f46; }
  #top-head #global-nav ul li.menu a.active {
    color: #1e2f46; }
  #top-head #global-nav ul li.btn01 {
    margin: 0 0 8%;
    font-weight: bold; }
  #top-head #global-nav ul li.btn02 a::before, #top-head #global-nav ul li.btn02 a:hover::before, #top-head #global-nav ul li.btn02 a.active::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    background: url(/common/img/menu_icon01.png) no-repeat;
    background-size: 100% auto; }
  #top-head #global-nav ul li.btn03 a::before, #top-head #global-nav ul li.btn03 a:hover::before, #top-head #global-nav ul li.btn03 a.active::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 12px;
    background: url(/common/img/menu_icon02.png) no-repeat;
    background-size: 100% auto; }
  #top-head #global-nav ul li.btn04 a::before, #top-head #global-nav ul li.btn04 a:hover::before, #top-head #global-nav ul li.btn04 a.active::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 15px;
    background: url(/common/img/menu_icon03.png) no-repeat;
    background-size: 100% auto; }
  #top-head #global-nav ul li.btn05 a::before, #top-head #global-nav ul li.btn05 a:hover::before, #top-head #global-nav ul li.btn05 a.active::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 13px;
    background: url(/common/img/menu_icon04.png) no-repeat;
    background-size: 100% auto; }
  #top-head #global-nav ul li.btn05 {
    margin: 0 0 8%; }
  #top-head #global-nav ul li.btn06 {
    margin: 0 0 4.5%; }
  #top-head #global-nav ul li.btn07 {
    margin: 0 0 8%; }
  #top-head #global-nav ul li.btn06 a, #top-head #global-nav ul li.btn07 a {
    font-size: 0.88rem;
    border: none; }
  #top-head #global-nav ul li.btn08 {
    margin: 0 0 3.5%; }
  #top-head #global-nav ul li.btn08, #top-head #global-nav ul li.btn09 {
    position: static;
    font-size: 0.88rem;
    text-align: center;
    font-weight: normal; }
  #top-head #global-nav ul li.btn08 a, #top-head #global-nav ul li.btn09 a {
    width: 50%;
    padding: 8px 15px; }
  #top-head #global-nav ul li.btn08 a span, #top-head #global-nav ul li.btn09 a span {
    display: block; }
  #top-head #global-nav ul li.btn08 a::after, #top-head #global-nav ul li.btn09 a::after {
    display: none; }
  #top-head #global-nav ul li.btn09 {
    margin: 0 0 16%; }

  #top-head.open #global-nav {
    top: -491px; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px); } }
/* ------------------------------
    info
-------------------------------*/
#info {
  background: url(/common/img/info_arrow_pc.jpg) no-repeat top center;
  background-color: #e2f0fc;
  padding: 70px 0 60px;
  text-align: center; }
#info .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
#info .inner p.text {
  font-size: 1.375rem;
  padding: 0 0 2%; }
#info .inner p.form {
  margin: 0 0 2.8%; }
#info .inner p.form a {
  padding: 21px 10px;
  border: solid 1px #0b9f54;
  background: #0b9f54;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  width: 410px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff; }
#info .inner p.form a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -4px; }
#info .inner p.form a:hover {
  background: #fff;
  color: #0b9f54;
  transition-property: all;
  transition: 0.2s linear; }
#info .inner p.form a:hover::after {
  border-top: solid 2px #0b9f54;
  border-right: solid 2px #0b9f54; }
#info .inner .tell {
  font-size: 0;
  padding: 0 0 2%; }
#info .inner .tell p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.94rem;
  line-height: 1.2;
  text-align: left;
  padding: 0 20px 0 0; }
#info .inner .tell p span {
  font-size: 0.75rem; }
#info .inner .tell a {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.1875rem;
  font-weight: bold; }
#info .inner .btn-area {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
#info .inner .btn-area p {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #fff;
  height: 65px;
  line-height: 65px; }
#info .inner .btn-area p a {
  width: 100%;
  height: 100%;
  display: block; }
#info .inner .btn-area p:first-child {
  font-size: 1.25rem;
  line-height: 1.3; }
#info .inner .btn-area p:first-child a {
  padding: 4px 0 0; }
#info .inner .btn-area p:first-child a span {
  font-size: 0.88rem; }
#info .inner .btn-area p:first-child a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(/common/img/link_icon_off.gif) no-repeat;
  background-size: 100% auto;
  margin: 0 0 3px 10px; }
#info .inner .btn-area p:last-child {
  margin: 0;
  font-size: 1.5rem; }
#info .inner .btn-area p:hover {
  background: #1e2f46;
  color: #fff;
  transition-property: all;
  transition: 0.2s linear; }
#info .inner .btn-area p:hover a {
  color: #fff; }
#info .inner .btn-area p:hover a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(/common/img/link_icon_on.png) no-repeat;
  background-size: 100% auto;
  margin: 0 0 3px 10px; }
#info .inner .btn-area p:last-child:hover a {
  color: #fff; }
#info .inner .btn-area p:last-child:hover a::after {
  display: none; }

@media only screen and (max-width: 767px) {
  #info {
    padding: 15% 3% 12%;
    background: url(/common/img/info_arrow_sp.png) no-repeat top center;
    background-color: #e2f0fc;
    background-size: 100% auto; }
  #info .inner {
    max-width: 100%; }
  #info .inner p.text {
    font-size: 1.125rem;
    padding: 0 0 7%; }
  #info .inner p.form {
    margin: 0 0 4%; }
  #info .inner p.form a {
    width: 70%;
    padding: 22px 15%;
    font-size: 1.375rem;
    line-height: 1.2; }
  #info .inner .tell {
    padding: 0 0 3%; }
  #info .inner .tell p {
    display: block;
    text-align: center;
    font-size: 0.88rem; }
  #info .inner .tell a {
    font-size: 1.875rem;
    font-weight: bold; }
  #info .inner .btn-area {
    max-width: 100%;
    width: 100%;
    margin: 0 auto; }
  #info .inner .btn-area p {
    float: none;
    width: 70%;
    margin: 0 auto !important;
    height: 55px;
    line-height: 55px; }
  #info .inner .btn-area p:first-child {
    font-size: 1.25rem;
    line-height: 1.2; }
  #info .inner .btn-area p:first-child a {
    padding: 0; }
  #info .inner .btn-area p:first-child a span {
    font-size: 0.75rem; }
  #info .inner .btn-area p:last-child {
    margin: 4% auto 0 !important; } }
@media only screen and (max-width: 374px) {
  #info .inner p.form a {
    font-size: 1.07rem; } }
/* -----------------------------
    breadcrumb
-------------------------------*/
.breadcrumb {
  background: #1e2f46;
  padding: 25px 4% 25px; }
.breadcrumb .inner {
  max-width: 1000px;
  margin: 0 auto; }
.breadcrumb .inner ul li {
  float: left;
  color: #fff;
  font-size: 0.625rem; }
.breadcrumb .inner ul li a {
  color: #fff;
  font-size: 0.625rem;
  border-bottom: solid 1px #fff; }
.breadcrumb .inner ul li a:hover {
  border: none; }
.breadcrumb .inner ul li::after {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 3px 5px 6px; }
.breadcrumb .inner ul li:first-child::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  background: url(/common/img/icon01.gif) no-repeat;
  background-size: 100% auto;
  margin: 0 13px 3px 0; }
.breadcrumb .inner ul li:last-child::after {
  display: none; }

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none; } }
/* -----------------------------
    footer
-------------------------------*/
footer {
  background: #1e2f46;
  color: #fff;
  padding: 40px 4%; }
footer .inner.top {
  font-size: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
footer .inner.top a {
  color: #fff; }
footer .inner.top .block01 {
  float: right;
  width: 69%;
  border-left: solid 1px #374b66;
  font-size: 0.88rem;
  margin: 80px 0 0; }
footer .inner.top .block01 div {
  float: left; }
footer .inner.top .block01 div p.topics {
  margin: 0 0 28px; }
footer .inner.top .block01 div p.topics a {
  border-bottom: solid 1px #fff; }
footer .inner.top .block01 div p.topics a:hover {
  filter: alpha(opacity=0.5);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
footer .inner.top .block01 div:first-child {
  margin: 0 0 0 11%; }
footer .inner.top .block01 div:first-child p {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 12px;
  font-size: 0.75rem; }
footer .inner.top .block01 div:first-child p::before {
  content: '';
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin: -2px 0 0 0; }
footer .inner.top .block01 div:first-child p.topics {
  padding: 0;
  margin: 0 0 28px;
  font-size: 0.88rem; }
footer .inner.top .block01 div:first-child p.topics::before {
  filter: alpha(opacity=0.5);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
footer .inner.top .block01 div:first-child p:nth-child(4) a:hover, footer .inner.top .block01 div:first-child p:nth-child(5) a:hover, footer .inner.top .block01 div:first-child p:last-child a:hover {
  filter: alpha(opacity=0.5);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
footer .inner.top .block01 div:first-child p.last {
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .inner.top .block01 div:first-child {
    margin: 0 0 0 6%; } }
footer .inner.top .block01 div:nth-child(2) {
  margin: 0 0 0 8%; }
footer .inner.top .block01 div:nth-child(2) p.small {
  font-size: 0.75rem; }
footer .inner.top .block01 div:nth-child(2) p:last-child {
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .inner.top .block01 div:nth-child(2) {
    margin: 0 0 0 6%; } }
footer .inner.top .block01 div:last-child {
  margin: 0 0 0 8%; }
footer .inner.top .block01 div:last-child p {
  margin: 0 0 28px; }
footer .inner.top .block01 div:last-child p a {
  padding: 6px 24px 8px;
  border: solid 1px #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  width: 125px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.85rem; }
footer .inner.top .block01 div:last-child p a::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px; }
footer .inner.top .block01 div:last-child p a:hover {
  background: #fff;
  color: #1e2f46;
  transition-property: all;
  transition: 0.2s linear; }
footer .inner.top .block01 div:last-child p a:hover::after {
  border-top: solid 2px #1e2f46;
  border-right: solid 2px #1e2f46; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .inner.top .block01 div:last-child {
    margin: 0 0 0 6%; } }
footer .inner.top .block02 {
  float: left;
  width: 30%;
  font-size: 0.6875rem; }
footer .inner.top .block02 .f_logo {
  width: 200px;
  margin: 0 0 40px; }
footer .inner.top .block02 .access {
  margin: 0 0 20px; }
footer .inner.top .block02 .access a {
  padding: 6px 25px 8px;
  border: solid 1px #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  width: 125px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem; }
footer .inner.top .block02 .access a::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px; }
footer .inner.top .block02 .access a:hover {
  background: #fff;
  color: #1e2f46;
  transition-property: all;
  transition: 0.2s linear; }
footer .inner.top .block02 .access a:hover ::after {
  border-top: solid 2px #1e2f46;
  border-right: solid 2px #1e2f46; }
footer .inner.bottom {
  padding: 20px 0 0;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%; }
footer .inner.bottom p {
  float: left; }
footer .inner.bottom p.copy {
  font-size: 0.6875rem; }
footer .inner.bottom p.privacy {
  line-height: 0.8;
  margin: 0 0 0 35px; }
footer .inner.bottom p.privacy a {
  color: #fff;
  font-size: 0.625rem;
  position: relative;
  padding: 0 0 0 12px; }
footer .inner.bottom p.privacy a:hover {
  filter: alpha(opacity=0.5);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
footer .inner.bottom p.privacy a::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px; }

@media only screen and (max-width: 767px) {
  footer {
    padding: 13% 0 5.5%; }
  footer .inner.top {
    max-width: 100%; }
  footer .inner.top .block01 {
    float: none;
    width: 84%;
    margin: 0 auto;
    border-left: none;
    border-bottom: solid 1px #374b66; }
  footer .inner.top .block01 div {
    float: none; }
  footer .inner.top .block01 div p a {
    padding: 1% 0;
    display: block;
    height: 100%;
    width: 100%; }
  footer .inner.top .block01 div p.topics {
    margin: 0 0 6%; }
  footer .inner.top .block01 div p.topics a {
    border-bottom: none;
    font-size: 1.07rem; }
  footer .inner.top .block01 div p.topics a:hover {
    border: none; }
  footer .inner.top .block01 div p.topics.btn01 {
    margin: 0 0 15px !important; }
  footer .inner.top .block01 div:first-child {
    margin: 0; }
  footer .inner.top .block01 div:first-child p {
    padding: 0 0 0 2%;
    width: 80%;
    margin: 0 auto 2.5%;
    font-size: 0.88rem; }
  footer .inner.top .block01 div:first-child p a {
    position: relative; }
  footer .inner.top .block01 div:first-child p a::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px; }
  footer .inner.top .block01 div:first-child p.last {
    margin: 0 auto 4%; }
  footer .inner.top .block01 div:first-child p::before {
    display: none; }
  footer .inner.top .block01 div:first-child p.topics {
    width: 100%;
    margin: 0 0 6%; }
  footer .inner.top .block01 div:nth-child(2) {
    margin: 0; }
  footer .inner.top .block01 div:nth-child(2) p a {
    position: relative; }
  footer .inner.top .block01 div:nth-child(2) p a::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px; }
  footer .inner.top .block01 div:nth-child(2) p.small {
    font-size: 0.88rem; }
  footer .inner.top .block01 div:last-child {
    margin: 0;
    padding: 10% 0 9%; }
  footer .inner.top .block01 div:last-child p:first-child, footer .inner.top .block01 div:last-child p:nth-child(2) {
    width: 84%;
    margin: 0 auto 6%; }
  footer .inner.top .block01 div:last-child p:first-child a, footer .inner.top .block01 div:last-child p:nth-child(2) a {
    padding: 9px 0;
    width: 100%;
    font-size: 1.07rem; }
  footer .inner.top .block01 div:last-child p:first-child a::after, footer .inner.top .block01 div:last-child p:nth-child(2) a::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px; }
  footer .inner.top .block01 div:last-child p.privacy {
    line-height: 0.8;
    margin: 0;
    padding: 2% 0 4%;
    text-align: center; }
  footer .inner.top .block01 div:last-child p.privacy a {
    color: #fff;
    font-size: 0.88rem;
    position: relative;
    padding: 0 0 0 20px;
    border: none;
    width: auto;
    display: inline; }
  footer .inner.top .block01 div:last-child p.privacy a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px; }
  footer .inner.top .block01 div:last-child p.privacy a::after {
    display: none; }
  footer .inner.top .block01 div:last-child p.privacy a:hover {
    background: none; }
  footer .inner.top .block02 {
    float: none;
    width: 84%;
    margin: 0 auto;
    text-align: center; }
  footer .inner.top .block02 .f_logo {
    width: 84%;
    margin: 17% auto 11%; }
  footer .inner.top .block02 .access {
    margin: 0 0 12%; }
  footer .inner.top .block02 .access a {
    padding: 10px 0;
    width: 84%;
    font-size: 1.07rem; }
  footer .inner.top .block02 .access a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px; }
  footer .inner.top .block02 .adress {
    margin: 0 0 15%;
    font-size: 0.94rem; }
  footer .inner.top .block02 .copy {
    font-size: 0.8125rem; } }
/* -----------------------------
    simple_footer
-------------------------------*/
.simple_footer {
  background: #1e2f46;
  text-align: center; }
.simple_footer p {
  padding: 38px 0;
  max-width: 865px;
  margin: 0 auto;
  width: 100%;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #fff; }

@media only screen and (max-width: 767px) {
  .simple_footer p {
    padding: 40px 4%;
    max-width: 92%;
    font-size: 0.8125rem;
    line-height: 1.2; } }
/* -----------------------------
    page-top
-------------------------------*/
p#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 100;
  width: 60px;
  height: 60px;
  margin: 0 0 -30px; }

@media only screen and (max-width: 767px) {
  p#page-top {
    width: 40px;
    height: 40px;
    margin: 0 0 -20px; } }
/* -----------------------------
    ttl_line
-------------------------------*/
.ttl_line {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding-left: 80px;
  padding-right: 45px;
  background: url(/service/img/service_icon_01.png) 45px center no-repeat;
  background-size: 23px 22px;
  position: relative;
  margin-top: 2px;
  font-weight: 500; }
.ttl_line:before {
  content: '';
  width: 2px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  left: 10px;
  top: -2px;
  transform: skewX(-30deg); }
.ttl_line:after {
  content: '';
  width: 2px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: -2px;
  transform: skewX(-30deg); }

@media only screen and (max-width: 767px) {
  .ttl_line {
    font-size: 1.07rem; } }

.research {
    /* ------------------------------
	   mv
    -------------------------------*/
    /* ------------------------------
	   sec01
    -------------------------------*/
    /* ------------------------------
	   sec02
    -------------------------------*/
    /* ------------------------------
	   sec03
    -------------------------------*/
    /* ------------------------------
	   sec04
    -------------------------------*/
    /* ------------------------------
	   sec05
    -------------------------------*/ }
.research .inner {
  box-sizing: border-box; }
.research .mv {
  padding: 50px 0 40px;
  background-image: url('/service/research/process/img/group-heading_bg.gif');
}
.research .mv__heading {
  text-align: center;
  color: #2a9bc5;
  font-size: 2.1875rem;
  line-height: 1.25;
}

.research .mv__heading-body {
  font-weight: bold;
  position: relative;
}
.research .mv__heading-body::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.research .mv__heading-body--marketing {
  padding-left: 80px;
}

.research .mv__heading-body--marketing::before {
  width: 57px;
  height: 57px;
  background-image: url('/service/research/process/example/img/icon_heading_marketing.png');
}

.research .mv__heading-body--concept {
  padding-left: 80px;
}

.research .mv__heading-body--concept::before {
  width: 70px;
  height: 59px;
  background-image: url('/service/research/process/example/img/icon_heading_concept.png');
}

.research .mv__heading-body--measures {
  padding-left: 80px;
}

.research .mv__heading-body--measures::before {
  width: 59px;
  height: 59px;
  background-image: url('/service/research/process/example/img/icon_heading_measures.png');
}

.research .mv__heading-body--improvement {
  padding-left: 60px;
}

.research .mv__heading-body--improvement::before {
  width: 49px;
  height: 57px;
  background-image: url('/service/research/process/example/img/icon_heading_improvement.png');
}

.research .mv__text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .research .mv {
    padding: 9% 0 8%;
  }
  .research .mv__heading {
    font-size: 1.4375rem;
  }
  .research .mv__heading-body--marketing {
    padding-left: 50px;
  }
  
  .research .mv__heading-body--marketing::before {
    width: 42px;
    height: 42px;
  }
  
  .research .mv__heading-body--concept {
    padding-left: 60px;
  }
  
  .research .mv__heading-body--concept::before {
    width: 54px;
    height: 46px;
  }
  
  .research .mv__heading-body--measures {
    padding-left: 50px;
  }
  
  .research .mv__heading-body--measures::before {
    width: 40px;
    height: 40px;
  }

  .research .mv__heading-body--improvement {
    padding-left: 45px;
  }
  
  .research .mv__heading-body--improvement::before {
    width: 35px;
    height: 41px;
  }

  .research .mv__text {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.714;
    margin-top: 7%;
  }
}

.research .sub-heading {
  padding: 45px 0 45px;
  background-color: #f0f3f7;
}

.research .sub-heading__body {
  text-align: center;
  color: #2a9bc5;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .research .sub-heading {
    padding: 5.3% 0;
  }
  
  .research .sub-heading__body {
    font-size: 1.3125rem;
    line-height: 1.5813;
  }
}

.research .summary__container {
  max-width: 860px;
  width: 92%;
  margin: 45px auto 0;
}

.research .summary__lede {
  font-size: 1.125rem;
  line-height: 1.8888;
}

.research .summary__note {
  font-size: 0.875rem;
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em;
}

.research .summary__content {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .research .summary__container {
    width: 100%;
    margin-top: 7%;
  }
  
  .research .summary__lede {
    font-size: 0.935rem;
    line-height: 1.8;
  }
  
  .research .summary__note {
    font-size: 0.75rem;
  }

  .research .summary__content {
    margin-top: 7%;
  }
}

.research .summary-content {
  background-color: #f0f3f7;
  border-radius: 10px;
  padding: 50px 55px;
  box-sizing: border-box;
}

.research .summary-content__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.research .summary-content__item:nth-child(n+2) {
  margin-top: 40px;
}

.research .summary-content__heading {
  font-weight: 500;
  width: 26.6%;
  background-color: #dfe2e6;
  border-radius: 16px;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
}

.research .summary-content__text {
  width: 70%;
  font-size: 1rem;
  line-height: 2;
}

.research .summary-content__page-link {
  position: relative;
  padding-right: 15px;
  text-decoration: underline;
}

.research .summary-content__page-link--tight {
  letter-spacing: -0.05em;
}

.research .summary-content__page-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-bottom: 2px solid #1e2f46;
  border-right: 2px solid #1e2f46;
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .research .summary-content {
    padding: 8% 4%;
  }
  
  .research .summary-content__item {
    display: block;
  }
  
  .research .summary-content__item:nth-child(n+2) {
    margin-top: 10%;
  }
  
  .research .summary-content__heading {
    width: 100%;
  }
  
  .research .summary-content__text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.714;
    margin-top: 5.3%;
  }
  
  .research .summary-content__page-link {
    padding-right: 0;
  }

  .research .summary-content__page-link::after {
    position: static;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    padding-right: 0;
  }
}

.research .analysis__container {
  max-width: 860px;
  width: 92%;
  margin: 0 auto;
  padding: 35px 0 105px;
  margin-top: 30px;
  position: relative;
}

.research .analysis__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: solid 20px #2a9bc5;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  transform: translateX(-50%);
}

.research .analysis__heading {
  color: #2a9bc5;
  font-size: 1.4375rem;
  font-weight: 500;
  text-align: center;
}

.analysis__lede {
  font-size: 1rem;
  text-align: center;
  margin-top: 15px;
}

.research .analysis__image {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .research .analysis {
    margin-top: -65px;
    padding-top: 65px;
  }
  .research .analysis__container {
    width: 100%;
    padding: 25px 0 16%;
    margin-top: 5.8%;
  }
  
  .research .analysis__container::before {
    border-top: solid 15px #2a9bc5;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
  }
  
  .research .analysis__heading {
    font-size: 1.1875rem;
  }
  
  .research .analysis__lede {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 3.5%;
    line-height: 1.714;
  }

  .research .analysis__image {
    margin-top: 4.4%;
  }
}

.research .strengths {
  background-color: #d2e9f2;
}

.research .strengths__container {
  max-width: 860px;
  width: 92%;
  margin: 0 auto;
  padding: 55px 0 80px;
}

.research .strengths__heading {
  color: #2a9bc5;
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
}

.research .strengths__item {
  background-image: url('/service/research/process/example/img/dog-ear.gif');
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #2a9bc5;
  padding: 6.6%;
  box-sizing: border-box;
  margin-top: 40px;
}

.research .strengths__item:nth-of-type(n+2) {
  margin-top: 30px;
}

.research .strengths__item-heading {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-left: 30px;
  text-indent: -30px;
  color: #fff;
  font-weight: 500;
}

.research .strengths__item-heading:before {
  background: url('/service/research/process/example/img/icon_check.png') center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  vertical-align: baseline;
}

.research .strengths__item-text {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {  
  .research .strengths__container {
    width: 100%;
    padding: 10% 0 12%;
  }
  
  .research .strengths__heading {
    font-size: 1.3125rem;
  }
  
  .research .strengths__item {
    background-size: 30px 30px;
    padding: 8.6% 8%;
    margin-top: 6.5%;
  }
  
  .research .strengths__item:nth-of-type(n+2) {
    margin-top: 6.8%;
  }
  
  .research .strengths__item-heading {
    font-size: 1rem;
    padding-left: 25px;
    text-indent: -25px;
  }
  
  .research .strengths__item-heading:before {
    margin-right: 7px;
    width: 17px;
    height: 17px;
  }
  
  .research .strengths__item-text {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

.research .others__container {
  max-width: 860px;
  width: 92%;
  margin: 0 auto;
  padding: 55px 0 65px;
}

.research .others__heading {
  color: #2a9bc5;
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
}

.research .others__list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.research .others__item {
  width: 49%;
  max-width: 420px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #1e2f46;
}

.research .others__list--threebtns .others__item {
  width: 31.6%;
}

.research .others__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #1e2f46;
  font-size: 1.125rem;
  line-height: 1.555;
  padding: 17px 40px 17px 20px;
  box-sizing: border-box;
  transition: background-color .3s , color .3s;
}

.research .others__item a::after {
  position: absolute;
  top: calc(50% + 1px);
  right: 19px;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid #1e2f46;
  border-right: 2px solid #1e2f46;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color .3s;
}

.research .others__item a:hover {
  background-color: #1e2f46;
  color: #fff;
}

.research .others__item a:hover::after {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .research .others__container {
    width: 100%;
    padding: 10% 0;
  }
  
  .research .others__heading {
    font-size: 1.3125rem;
  }
  
  .research .others__list {
    margin-top: 6.5%;
    display: block;
  }
  
  .research .others__item {
    width: 100%;
    max-width: 100%;
  }

  .research .others__list--threebtns .others__item {
    width: 100%;
  }

  .research .others__item:nth-of-type(n+2) {
    margin-top: 4.3%;
  }
    
  .research .others__item a {
    font-size: 0.9375rem;
    padding: 16px 30px 16px 15px;
  }

  .research .others__item a::after {
    right: 12px;
    width: 6px;
    height: 6px;
  }
}


.research .flow {
  background-image: url('/service/img/marketing_bg.gif');
  background-size: auto;
  background-repeat: repeat;
}

.research .flow__container {
  max-width: 860px;
  width: 92%;
  margin: 0 auto;
  padding: 55px 0 85px;
}

.research .flow__heading {
  color: #fff;
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
}

.research .flow__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.research .flow__item {
  width: calc(192 / 860 * 100%);
  position: relative;
}

.research .flow__item-group {
  background-color: #fff;
  padding: 23px 15px 26px;
  border-radius: 5px;
  box-sizing: border-box;
}

.research .flow__item--invalid .flow__item-group{
  opacity: 0.7;
}

.research .flow__item--invalid .flow__item-btn a{
  pointer-events: none;
}

.research .flow__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 12px #fff;
  transform: translateY(-50%);
} 

.research .flow__item:first-child::before {
  content: none;
}

.research .flow__item-icon {
  text-align: center;
}

.research .flow__item-icon img{
  width: auto;
}

.research .flow__item-text {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.333;
  color: #2a9bc5;
  font-weight: 500;
  margin-top: 14px;
  letter-spacing: 0.05em;
}

.research .flow__item-btn a {
  margin-top: 12px;
  padding: 6px 0;
  border: solid 1px #1e2f46;
  border-radius: 50px;
  width: 100%;
  max-width: 230px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8125rem;
  font-weight: 500;
  background: #fff; }

.research .flow__item-btn a:hover {
  background: #1e2f46;
  color: #fff;
  transition-property: all;
  transition: 0.2s linear; }

.research .flow__item-btn a::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #1e2f46;
  border-right: solid 2px #1e2f46;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15%; }

  .research .flow__item-btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff; }


  @media only screen and (max-width: 767px) {
    .research .flow__container {
      width: 100%;
      padding: 10% 0 14%;
    }
    
    .research .flow__heading {
      font-size: 1.3125rem;
    }

    .research .flow__list {
      display: block;
      width: 100%;
      margin-top: 6.5%;
    }
  
    .research .flow__item {
      width: 100%;
    }
    
    .research .flow__item-group {      
      padding: 5.8% 4.3% 7.2%;
    }

    .research .flow__item:nth-child(n+2) {
      margin-top: 35px;
    }

    .research .flow__item::before {
      top: -25px;
      left: 50%;
      border-left: solid 18px transparent;
      border-right: solid 18px transparent;
      border-top: solid 13px #fff;
      transform: translateX(-50%);
    }

    .research .flow__item-icon {
      width: 27%;
      margin: auto;
    }
    
    .research .flow__item-icon img{
      width: 100%;
    }

    .research .flow__item-text {
      font-size: 1.34375rem;
      margin-top: 10px;
    }

    .research .flow__item-btn {
      text-align: center;
    }

    .research .flow__item-btn a {
      padding: 10px 0;
      width: 80%;
      max-width: 250px;
      font-size: 0.9375rem; }

    .research .flow__item-btn a::after {
      content: '';
      width: 6px;
      height: 6px;
      margin-top: -2px;
    }
  }


  #info {
    background-image: url('/service/research/process/example/img/info_arrow_pc.jpg');
    background-position: center -2px;
  }

  @media only screen and (max-width: 767px) {
    #info {
      background-image: url('/service/research/process/example/img/info_arrow_sp.png');
      background-position: center top;
    }
  }