@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  background-color: #ecf1f6;
  color: #222;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 1.6em;
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  dd,
dt,
td,
th,
ol,
ul,
p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 320px) {
  dd,
dt,
td,
th,
ol,
ul,
p {
    font-size: 1.2em;
  }
}
ol,
ul {
  list-style: none;
}

a {
  color: #4b5e9a;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wrap.opt-middle {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  height: 100%;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

video {
  outline: none;
}

.text-left {
  text-align: left !important;
}

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

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

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp_only,
br.sp_only,
span.sp_only,
.sp_only {
    display: none !important;
  }

  br.sp_only {
    width: 0 !important;
  }

  .pc_only {
    display: block !important;
  }

  span.pc_only,
img.pc_only,
br.pc_only {
    display: inline !important;
  }

  th.pc_only,
td.pc_only {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }

  th.pc_only,
td.pc_only,
span.pc_only,
br.pc_only,
img.pc_only,
.pc_only {
    display: none !important;
  }

  img.sp_only,
br.sp_only,
span.sp_only {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* ==========================================================================
Parts module
========================================================================== */
/* m-btn
========================================================================== */
.m-btn {
  margin-top: 40px;
  line-height: 1.1 !important;
  text-align: center;
}
.m-btn > a,
.m-btn > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #263973;
  border: 1px solid #263973;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  max-width: 240px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-btn > a:before,
.m-btn > button:before {
  background-color: #4fb6d4;
  border-radius: 50%;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-btn > a:after,
.m-btn > button:after {
  border-right: 2px solid #263973;
  border-top: 2px solid #263973;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  right: 25px;
  top: 49%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .m-btn > a,
.m-btn > button {
    font-size: 1.5rem;
    max-width: 270px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .m-btn > a:hover,
.m-btn > button:hover {
    background-color: #fff;
    color: #263973;
  }
  .m-btn > a:hover:after,
.m-btn > button:hover:after {
    border-right-color: #fff;
    border-top-color: #fff;
  }
}
.m-btn > a:disabled,
.m-btn > button:disabled {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #acacac;
  cursor: not-allowed;
}
.m-btn > a:disabled:before,
.m-btn > button:disabled:before {
  background-color: #acacac;
}
.m-btn > a:disabled:after,
.m-btn > button:disabled:after {
  border-right-color: #e1e1e1;
  border-top-color: #e1e1e1;
}
.m-btn.opt-arrow-right > a:before,
.m-btn.opt-arrow-right > button:before {
  left: 16px;
  right: auto;
}
.m-btn.opt-arrow-right > a:after,
.m-btn.opt-arrow-right > button:after {
  border: 0;
  border-bottom: 2px solid #263973;
  border-left: 2px solid #263973;
  left: 20px;
  right: auto;
}
@media screen and (min-width: 768px) {
  .m-btn.opt-arrow-right > a:hover:after,
.m-btn.opt-arrow-right > button:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
}
.m-btn.opt-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .m-btn.opt-left {
    text-align: center;
  }
}
.m-btn.opt-medium > a,
.m-btn.opt-medium > button {
  max-width: 300px;
}
.m-btn.opt-large > a,
.m-btn.opt-large > button {
  font-size: 2rem;
  max-width: 340px;
  padding-bottom: 18px;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .m-btn.opt-large > a,
.m-btn.opt-large > button {
    font-size: 1.5rem;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .m-btn.opt-large > a:after,
.m-btn.opt-large > button:after {
    top: 48%;
  }
}
.m-btn.opt-maxwidth > a,
.m-btn.opt-maxwidth > button {
  max-width: 100%;
}
.m-btn.theme-orange > a,
.m-btn.theme-orange > button {
  background-color: #ef851e;
  border-color: #ef851e;
}
.m-btn.theme-orange > a:before,
.m-btn.theme-orange > button:before {
  background-color: #ffcc02;
}
.m-btn.theme-orange > a:after,
.m-btn.theme-orange > button:after {
  border-right-color: #ef851e;
  border-top-color: #ef851e;
}
@media screen and (min-width: 768px) {
  .m-btn.theme-orange > a:hover,
.m-btn.theme-orange > button:hover {
    background-color: #fff;
    color: #ef851e;
  }
  .m-btn.theme-orange > a:hover:after,
.m-btn.theme-orange > button:hover:after {
    border-right-color: #fff;
    border-top-color: #fff;
  }
}

/* m-btn-list
========================================================================== */
.m-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-btn-list .m-btn:not(:last-child) {
  margin-right: 30px;
}

/* m-lead
========================================================================== */
.m-lead {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-lead {
    margin-bottom: 35px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
  }
}
.m-lead.opt-left {
  text-align: left;
}
.m-lead.opt-inner {
  margin-bottom: 35px;
  text-align: left;
}
.m-lead.opt-inner:last-child {
  margin-bottom: 0;
}
.m-lead p {
  line-height: 1.875;
}

/* m-media
========================================================================== */
.m-media {
  text-align: left;
}
.m-media:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.m-media.opt-reverse .m-media_img {
  float: right;
  margin-left: 50px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .m-media.opt-reverse .m-media_img {
    float: none;
    margin-left: 0;
  }
}
.m-media .m-media_img {
  float: left;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .m-media .m-media_img {
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.m-media .m-media_text {
  overflow: hidden;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .m-media .m-media_text {
    padding: 0 5px;
  }
}
.m-media .m-media_text table,
.m-media .m-media_text dl,
.m-media .m-media_text ol,
.m-media .m-media_text ul,
.m-media .m-media_text p {
  line-height: 1.875;
}

/* m-summary
========================================================================== */
.m-summary {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .m-summary {
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.m-summary > dl {
  line-height: 1.875;
  text-align: left;
}
.m-summary > dl:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.m-summary > dl > dt {
  color: #263973;
  float: left;
  font-size: 2.2em;
  font-weight: 700;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .m-summary > dl > dt {
    float: none;
    font-size: 1.6em;
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.m-summary > dl > dd {
  overflow: hidden;
}

/* m-dl
========================================================================== */
.m-dl {
  display: table;
}
.m-dl > dl {
  display: table-row;
  line-height: 1.67;
}
.m-dl > dl > dt,
.m-dl > dl > dd {
  display: table-cell;
}
.m-dl > dl > dt {
  font-weight: 700;
  padding-right: 1em;
  position: relative;
}
.m-dl > dl > dt:after {
  content: ":";
  display: block;
  position: absolute;
  right: 0.3em;
  top: 0;
}

/* m-consultant
========================================================================== */
.m-consultant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .m-consultant {
    display: block;
  }
}
.m-consultant .m-consultant_box {
  background-color: #fff;
  border: 3px solid #dae0e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.8%;
  padding: 20px 25px;
  width: 49%;
}
.m-consultant .m-consultant_box:nth-child(2n) {
  margin-right: 0;
}
.m-consultant .m-consultant_box:nth-child(n+3) {
  margin-top: 1.8%;
}
@media screen and (max-width: 767px) {
  .m-consultant .m-consultant_box {
    border-width: 2px;
    display: block;
    margin-right: 0;
    margin-top: 25px;
    padding: 30px 20px 25px;
    width: 100%;
    position: relative;
  }
  .m-consultant .m-consultant_box:first-child {
    margin-top: 0;
  }
  .m-consultant .m-consultant_box:nth-child(2n) {
    margin-right: 0;
  }
  .m-consultant .m-consultant_box:nth-child(n+3) {
    margin-top: 25px;
  }
}
.m-consultant .m-consultant_box > figure {
  width: 146px;
}
@media screen and (max-width: 767px) {
  .m-consultant .m-consultant_box > figure {
    width: 92px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
}
.m-consultant .m-consultant_box > .m-consultant_box_text {
  min-height: 220px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 70px;
  text-align: left;
  width: -webkit-calc(100% - 146px);
  width: calc(100% - 146px);
  position: relative;
}
.m-consultant .m-consultant_box > .m-consultant_box_text h3 {
  color: #263973;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.m-consultant .m-consultant_box > .m-consultant_box_text p {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .m-consultant .m-consultant_box > .m-consultant_box_text {
    min-height: 0;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .m-consultant .m-consultant_box > .m-consultant_box_text h3 {
    font-size: 1.6rem;
    margin-left: auto;
    width: -webkit-calc(100% - 92px);
    width: calc(100% - 92px);
  }
  .m-consultant .m-consultant_box > .m-consultant_box_text p {
    font-size: 1.3rem;
  }
  .m-consultant .m-consultant_box > .m-consultant_box_text p:not(.m-btn) {
    margin-left: auto;
    width: -webkit-calc(100% - 92px);
    width: calc(100% - 92px);
  }
}
.m-consultant .m-consultant_btn {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .m-consultant .m-consultant_btn {
    left: 0;
  }
  .m-consultant .m-consultant_btn > a {
    max-width: 285px;
  }
}

/* m-link
========================================================================== */
.m-link > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.m-link > dl > dd,
.m-link > dl > dt {
  border-bottom: 1px solid #d0d4d7;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .m-link > dl > dd,
.m-link > dl > dt {
    padding: 25px 5px;
  }
}
.m-link > dl > dt {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  width: 230px;
}
.m-link > dl > dt:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .m-link > dl > dt {
    font-size: 1.4rem;
    width: 150px;
  }
  .m-link > dl > dt:after {
    content: none;
  }
}
.m-link > dl > dd {
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px);
}
.m-link > dl > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-link > dl > dd > ul > li {
  line-height: 1.6;
}
.m-link > dl > dd > ul > li:last-child > a {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.m-link > dl > dd > ul > li > a {
  background: -webkit-gradient(linear, left bottom, left top, from(#4b5e9a), to(#4b5e9a)) no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, #4b5e9a, #4b5e9a) no-repeat 0 100%;
  background: linear-gradient(0deg, #4b5e9a, #4b5e9a) no-repeat 0 100%;
  background-size: 0 1px;
  border-right: 1px solid #4b5e9a;
  color: #4b5e9a;
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .m-link > dl > dd > ul > li > a:hover {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 767px) {
  .m-link > dl > dd {
    font-size: 1.3em;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .m-link > dl > dd > ul {
    display: block;
  }
  .m-link > dl > dd > ul > li {
    line-height: 1.73;
  }
  .m-link > dl > dd > ul > li > a {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}

/* m-news-tag
========================================================================== */
.m-news-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .m-news-tag {
    font-size: 1rem;
    padding-bottom: 3px;
    padding-top: 4px;
    width: 50px;
  }
}
.m-news-tag.is-purple {
  background-color: #7c61d2;
}
.m-news-tag.is-blue {
  background-color: #618ed2;
}
.m-news-tag.is-red {
  background-color: #ca6c6c;
}
.m-news-tag.is-yellow {
  background-color: #cca12e;
}
.m-news-tag.is-green {
  background-color: #66a363;
}
.m-news-tag.is-active {
  background-color: #fff;
}
.m-news-tag.is-active.is-purple {
  -webkit-box-shadow: 0 0 0 2px #7c61d2 inset;
          box-shadow: 0 0 0 2px #7c61d2 inset;
  color: #7c61d2;
}
.m-news-tag.is-active.is-blue {
  -webkit-box-shadow: 0 0 0 2px #618ed2 inset;
          box-shadow: 0 0 0 2px #618ed2 inset;
  color: #618ed2;
}
.m-news-tag.is-active.is-red {
  -webkit-box-shadow: 0 0 0 2px #ca6c6c inset;
          box-shadow: 0 0 0 2px #ca6c6c inset;
  color: #ca6c6c;
}
.m-news-tag.is-active.is-yellow {
  -webkit-box-shadow: 0 0 0 2px #cca12e inset;
          box-shadow: 0 0 0 2px #cca12e inset;
  color: #cca12e;
}
.m-news-tag.is-active.is-green {
  -webkit-box-shadow: 0 0 0 2px #66a363 inset;
          box-shadow: 0 0 0 2px #66a363 inset;
  color: #66a363;
}

/* m-news
========================================================================== */
.m-news > ul > li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #d0d4d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  padding: 20px 0;
  text-align: left;
}
.m-news > ul > li > a {
  color: #4b5e9a;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}
.m-news > ul > li > a > span {
  background: -webkit-gradient(linear, left bottom, left top, from(#4b5e9a), to(#4b5e9a)) no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, #4b5e9a, #4b5e9a) no-repeat 0 100%;
  background: linear-gradient(0deg, #4b5e9a, #4b5e9a) no-repeat 0 100%;
  background-size: 0 1px;
  display: inline;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .m-news > ul > li > a:hover > span {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 767px) {
  .m-news > ul > li {
    display: block;
    padding: 20px 5px;
  }
  .m-news > ul > li > a {
    padding: 10px 0 0;
    width: 100%;
  }
}

/* m-breadcrumb
========================================================================== */
.m-breadcrumb {
  margin-bottom: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .m-breadcrumb {
    padding: 15px;
  }
}
.m-breadcrumb > ul {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .m-breadcrumb > ul {
    font-size: 1rem;
  }
}
.m-breadcrumb > ul > li:last-child > span {
  padding-right: 0;
}
.m-breadcrumb > ul > li:last-child > span:before {
  content: none;
}
.m-breadcrumb > ul > li > span,
.m-breadcrumb > ul > li > a {
  color: #4b5e9a;
  padding-right: 2em;
  text-transform: uppercase;
  position: relative;
}
.m-breadcrumb > ul > li > span:before,
.m-breadcrumb > ul > li > a:before {
  border-right: 2px solid #aaa;
  border-top: 2px solid #aaa;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  right: -webkit-calc(1em - 5px);
  right: calc(1em - 5px);
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-breadcrumb > ul > li > span > span,
.m-breadcrumb > ul > li > a > span {
  background: -webkit-gradient(linear, left bottom, left top, from(#4b5e9a), to(#4b5e9a)) no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, #4b5e9a, #4b5e9a) no-repeat 0 100%;
  background: linear-gradient(0deg, #4b5e9a, #4b5e9a) no-repeat 0 100%;
  background-size: 100% 1px;
  display: inline;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .m-breadcrumb > ul > li > span:before,
.m-breadcrumb > ul > li > a:before {
    height: 3px;
    width: 3px;
    right: -webkit-calc(1em - 3px);
    right: calc(1em - 3px);
    top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .m-breadcrumb > ul > li > span:hover > span,
.m-breadcrumb > ul > li > a:hover > span {
    background-size: 0 1px;
  }
}
.m-breadcrumb > ul > li > span {
  color: #222;
}

/* m-horizontal-list
========================================================================== */
.m-horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-horizontal-list > li {
  line-height: 1.875;
  text-align: left;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .m-horizontal-list > li {
    width: 50%;
  }
}

/* m-history
========================================================================== */
.m-history > ul {
  border-top: 1px solid #d7d7d7;
}
.m-history > ul > li {
  border-bottom: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
  padding: 20px 5px;
  text-align: left;
}
.m-history > ul > li .m-history_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  width: 130px;
}
.m-history > ul > li .m-history_date > span:nth-child(1) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .m-history > ul > li .m-history_date {
    width: 90px;
  }
  .m-history > ul > li .m-history_date > span:nth-child(1) {
    margin-right: 5px;
  }
}
.m-history > ul > li .m-history_text {
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .m-history > ul > li .m-history_text {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}

/* m-ul
========================================================================== */
.m-ul > li {
  line-height: 1.875;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.m-ul > li:before {
  content: "・";
}
.m-ul.theme-disc > li {
  line-height: 1.875;
  padding-left: 1em;
  text-align: left;
  text-indent: 0;
  position: relative;
}
.m-ul.theme-disc > li:before {
  color: #4fb6d4;
  content: "●";
  font-size: 0.5em;
  position: absolute;
  left: 0;
  top: 0.6em;
}

/* m-ol
========================================================================== */
.m-ol {
  counter-reset: ol;
}
.m-ol > li {
  counter-increment: ol;
  line-height: 1.875;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.m-ol > li:before {
  content: counter(ol) ".";
}
.m-ol.opt-strong > li {
  font-weight: 700;
}

/* m-table
========================================================================== */
.m-table {
  border-top: 1px solid #d7d7d7;
  overflow-x: auto;
  text-align: left;
}
.m-table table {
  width: 100%;
}
.m-table table tbody tr td,
.m-table table tbody tr th {
  border-bottom: 1px solid #d7d7d7;
  line-height: 1.875;
  padding: 20px 5px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .m-table table tbody tr td,
.m-table table tbody tr th {
    display: block;
    padding: 15px 5px;
  }
}
@media screen and (min-width: 768px) {
  .m-table table tbody tr td a[href^="tel:"],
.m-table table tbody tr th a[href^="tel:"] {
    color: #222;
  }
}
.m-table table tbody tr th {
  font-weight: 700;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .m-table table tbody tr th {
    border-bottom: 0;
    font-size: 1.6em;
    padding-bottom: 6px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .m-table table tbody tr td {
    padding-top: 0;
  }
}
.m-table table tbody tr td.m-table_inner {
  padding: 0;
}
.m-table table tbody tr td.m-table_inner table th {
  font-size: 1em;
  font-weight: 400;
}
.m-table table tbody tr td.m-table_inner table tr:last-child td,
.m-table table tbody tr td.m-table_inner table tr:last-child th {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-table table tbody tr td.m-table_inner {
    padding-left: 60px;
  }
  .m-table table tbody tr td.m-table_inner table {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
  }
  .m-table table tbody tr td.m-table_inner table th {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.m-table.theme-color {
  border-top: 0;
  overflow-x: auto;
  text-align: left;
}
.m-table.theme-color table {
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  width: 100%;
}
.m-table.theme-color table tbody tr td,
.m-table.theme-color table tbody tr th {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 0.5em 0.7em;
}
@media screen and (max-width: 767px) {
  .m-table.theme-color table tbody tr td,
.m-table.theme-color table tbody tr th {
    display: block;
  }
}
.m-table.theme-color table tbody tr th {
  background-color: #dde2f5;
  color: #263973;
  padding-left: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .m-table.theme-color table tbody tr th {
    font-size: 1.5em;
    text-align: center;
  }
}
.m-table.theme-color table tbody tr td.m-table_inner {
  padding: 0;
}
.m-table.theme-color table tbody tr td.m-table_inner table th {
  font-size: 1em;
  font-weight: 400;
}
.m-table.theme-color table tbody tr td.m-table_inner table tr:last-child td,
.m-table.theme-color table tbody tr td.m-table_inner table tr:last-child th {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-table.theme-color table tbody tr td.m-table_inner {
    padding-left: 60px;
  }
  .m-table.theme-color table tbody tr td.m-table_inner table {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
  }
  .m-table.theme-color table tbody tr td.m-table_inner table th {
    font-size: 1.4rem;
    font-weight: 700;
  }
}

/* m-local-nav
========================================================================== */
.m-local-nav {
  margin-bottom: 60px;
}
.m-local-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .m-local-nav > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.m-local-nav > ul > li {
  margin-right: 40px;
  width: 300px;
}
.m-local-nav > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .m-local-nav > ul > li {
    margin-right: 0;
    width: 47%;
  }
  .m-local-nav > ul > li:nth-child(2n) {
    margin-left: auto;
  }
  .m-local-nav > ul > li:nth-child(n+3) {
    margin-top: 5%;
  }
}
.m-local-nav > ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/icon-arrow-down_img02.png) no-repeat right 15px top 50% #fff;
  -webkit-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #263973;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .m-local-nav > ul > li > a {
    background-position: right 10px top 50%;
    padding: 13px 30px 12px 15px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .m-local-nav > ul > li > a:hover {
    background-image: url(../img/icon-arrow-down-aqua_img02.png);
    color: #4fb6d4;
  }
}

/* m-caution
========================================================================== */
.m-caution {
  margin-top: 15px;
}
.m-caution:first-child {
  margin-top: 0;
}
.m-caution > li {
  font-size: 1.3rem;
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
}
.m-caution > li:before {
  content: "※";
}

/* m-pagination
========================================================================== */
.m-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .m-pagination {
    margin-top: 25px;
  }
}
.m-pagination > span,
.m-pagination > a {
  background-color: #263973;
  border: 1px solid #263973;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  overflow: hidden;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .m-pagination > span,
.m-pagination > a {
    font-size: 1.3rem;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.m-pagination > span:last-child,
.m-pagination > a:last-child {
  margin-right: 0;
}
.m-pagination > span.m-pagination_next, .m-pagination > span.m-pagination_prev,
.m-pagination > a.m-pagination_next,
.m-pagination > a.m-pagination_prev {
  text-indent: -200%;
  text-align: left;
  position: relative;
}
.m-pagination > span.m-pagination_next:before, .m-pagination > span.m-pagination_prev:before,
.m-pagination > a.m-pagination_next:before,
.m-pagination > a.m-pagination_prev:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .m-pagination > span.m-pagination_next:before, .m-pagination > span.m-pagination_prev:before,
.m-pagination > a.m-pagination_next:before,
.m-pagination > a.m-pagination_prev:before {
    height: 5px;
    width: 5px;
    top: 11px;
  }
}
.m-pagination > span.m-pagination_prev:before,
.m-pagination > a.m-pagination_prev:before {
  left: 16px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .m-pagination > span.m-pagination_prev:before,
.m-pagination > a.m-pagination_prev:before {
    left: 12px;
  }
}
.m-pagination > span.m-pagination_next:before,
.m-pagination > a.m-pagination_next:before {
  left: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .m-pagination > span.m-pagination_next:before,
.m-pagination > a.m-pagination_next:before {
    left: 9px;
  }
}
.m-pagination > span.is-active,
.m-pagination > a.is-active {
  background-color: #fff;
  color: #263973;
}
@media screen and (min-width: 768px) {
  .m-pagination > span:hover,
.m-pagination > a:hover {
    background-color: #fff;
    color: #263973;
  }
  .m-pagination > span:hover.m-pagination_next:before, .m-pagination > span:hover.m-pagination_prev:before,
.m-pagination > a:hover.m-pagination_next:before,
.m-pagination > a:hover.m-pagination_prev:before {
    border-color: #263973;
  }
}

/* m-caution
========================================================================== */
/* input
========================================================================== */
textarea,
input[type=password],
input[type=email],
input[type=text] {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 0 0.5em;
  width: 100%;
}
textarea.opt-mini,
input[type=password].opt-mini,
input[type=email].opt-mini,
input[type=text].opt-mini {
  max-width: 100px;
}
textarea::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
  color: #b7b7b7;
}
textarea::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder {
  color: #b7b7b7;
}
textarea:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder {
  color: #b7b7b7;
}
textarea::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder {
  color: #b7b7b7;
}
textarea::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=text]::placeholder {
  color: #b7b7b7;
}

input[type=password],
input[type=email],
input[type=text] {
  min-height: 46px;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  input[type=password],
input[type=email],
input[type=text] {
    min-height: 35px;
  }
}

textarea {
  height: 226px;
}
@media screen and (max-width: 767px) {
  textarea {
    min-height: 160px;
  }
}

.js-custom-input {
  display: none;
  margin-top: 10px;
}

/* m-checkradio
========================================================================== */
.m-checkradio label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 1.3;
  margin-left: 0.5em;
}

/* m-select
========================================================================== */
.m-select {
  text-align: left;
}
.m-select > select {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 0.5em;
}

#anc01 {
  margin-top: -100px;
  padding-top: 100px;
}

#anc02 {
  margin-top: -100px;
  padding-top: 100px;
}

#anc03 {
  margin-top: -100px;
  padding-top: 100px;
}

#anc04 {
  margin-top: -100px;
  padding-top: 100px;
}

#anc05 {
  margin-top: -100px;
  padding-top: 100px;
}

#anc06 {
  margin-top: -100px;
  padding-top: 100px;
}

#anc07 {
  margin-top: -100px;
  padding-top: 100px;
}

#anc08 {
  margin-top: -100px;
  padding-top: 100px;
}

#anc09 {
  margin-top: -100px;
  padding-top: 100px;
}

/* m-flow-step
========================================================================== */
.m-flow-step {
  margin-bottom: 60px;
}
.m-flow-step:last-child {
  margin-bottom: 0;
}
.m-flow-step > ol > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-flow-step > ol > li {
    display: block;
    margin-bottom: 45px;
    padding: 20px 25px;
  }
}
.m-flow-step > ol > li:before {
  border-bottom: 1px solid #4fb6d4;
  border-right: 1px solid #4fb6d4;
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (max-width: 767px) {
  .m-flow-step > ol > li:before {
    height: 32px;
    width: 32px;
    bottom: -32px;
  }
}
.m-flow-step > ol > li:last-child {
  margin-bottom: 0;
}
.m-flow-step > ol > li:last-child:before {
  content: none;
}
.m-flow-step > ol > li > h4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px dotted #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 75px;
  padding: 10px 0 10px 40px;
  text-align: left;
  width: 420px;
}
.m-flow-step > ol > li > h4 > span {
  color: #4fb6d4;
  font-size: 2.5rem;
  margin-right: 30px;
}
.m-flow-step > ol > li > h4 > span > span {
  font-size: 5rem;
}
.m-flow-step > ol > li > h4 > em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .m-flow-step > ol > li > h4 {
    border-bottom: 1px dotted #7b7b7b;
    border-right: 0;
    font-size: 1.7rem;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 15px;
    width: auto;
  }
  .m-flow-step > ol > li > h4 > span {
    font-size: 2rem;
    margin-right: 12px;
  }
  .m-flow-step > ol > li > h4 > span > span {
    font-size: 4rem;
  }
  .m-flow-step > ol > li > h4 > em {
    font-style: normal;
  }
}
.m-flow-step > ol > li .m-flow-step_text {
  line-height: 1.5;
  padding: 10px 10px 10px 50px;
  text-align: left;
  width: -webkit-calc(100% - 420px);
  width: calc(100% - 420px);
}
.m-flow-step > ol > li .m-flow-step_text a,
.m-flow-step > ol > li .m-flow-step_text strong {
  color: #4fb6d4;
}
.m-flow-step > ol > li .m-flow-step_text a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .m-flow-step > ol > li .m-flow-step_text {
    padding: 20px 0 0;
    width: 100%;
  }
}

/* layout-header
========================================================================== */
.layout-header {
  background-color: #fff;
  height: 100px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .layout-header {
    height: 50px;
  }
}
.layout-header .layout-header_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
.layout-header .layout-header_inner .logo {
  width: 238px;
}
@media (max-width: 1024px) {
  .layout-header .layout-header_inner .logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .layout-header .layout-header_inner {
    display: block;
    text-align: left;
  }
  .layout-header .layout-header_inner .logo {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-left: 16px;
    padding-top: 9px;
    width: 115px;
  }
}

/* global-navigation
========================================================================== */
.global-navigation {
  margin-left: auto;
  padding-top: 45px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .global-navigation {
    background-color: #263973;
    display: block;
    height: 100vh;
    overflow-y: auto;
    padding: 60px 20px 30px;
    width: 225px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 10000;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .global-navigation.is-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.global-navigation .global-navigation_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .global-navigation .global-navigation_btn {
    display: none;
  }
}
.global-navigation .global-navigation_btn > a {
  background-color: #4fb6d4;
  border: 1px solid #4fb6d4;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  width: 170px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .global-navigation .global-navigation_btn > a {
    font-size: 1.3rem;
    width: 130px;
  }
}
.global-navigation .global-navigation_btn > a span {
  background: url(../img/icon-email-white_img.png) no-repeat 0 50%;
  display: inline-block;
  padding-left: 28px;
}
@media screen and (min-width: 768px) {
  .global-navigation .global-navigation_btn > a:hover {
    background-color: #fff;
    color: #4fb6d4;
  }
  .global-navigation .global-navigation_btn > a:hover span {
    background-image: url(../img/icon-email-blue_img.png);
  }
}
.global-navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 210px;
}
@media (max-width: 1024px) {
  .global-navigation > ul {
    margin-right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .global-navigation > ul {
    display: block;
    margin-right: 0;
  }
}
.global-navigation > ul > li {
  margin-right: 40px;
}
.global-navigation > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .global-navigation > ul > li {
    font-size: 1.4rem;
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .global-navigation > ul > li:hover .global-navigation_sub {
    opacity: 1;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: opacity 0.3s linear 0.1s;
    transition: opacity 0.3s linear 0.1s;
    z-index: 0;
  }
  .global-navigation > ul > li:hover > span:before,
.global-navigation > ul > li:hover > a:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .global-navigation > ul > li {
    font-size: 1.3rem;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .global-navigation > ul > li.opt-half {
    margin-bottom: 15px;
  }
  .global-navigation > ul > li:last-child {
    margin-bottom: 0;
  }
}
.global-navigation > ul > li > span,
.global-navigation > ul > li > a {
  color: #222;
  cursor: pointer;
  display: block;
  font-weight: 500;
  height: 55px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.global-navigation > ul > li > span:before,
.global-navigation > ul > li > a:before {
  background: #4fb6d4;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .global-navigation > ul > li > span,
.global-navigation > ul > li > a {
    color: #81cde3;
    font-weight: 700;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
  }
  .global-navigation > ul > li > span:before,
.global-navigation > ul > li > a:before {
    content: none;
  }
}
.global-navigation > ul > li .global-navigation_sub {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0s linear 0.3s;
  transition: opacity 0.3s linear, -webkit-transform 0s linear 0.3s;
  transition: opacity 0.3s linear, transform 0s linear 0.3s;
  transition: opacity 0.3s linear, transform 0s linear 0.3s, -webkit-transform 0s linear 0.3s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .global-navigation > ul > li .global-navigation_sub {
    opacity: 1;
    position: static;
    z-index: 0;
  }
}
.global-navigation > ul > li .global-navigation_sub:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .global-navigation > ul > li .global-navigation_sub:before {
    content: none;
  }
}
.global-navigation > ul > li .global-navigation_sub > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 25px;
}
.global-navigation > ul > li .global-navigation_sub > ul > li {
  border-right: 1px solid #808fbd;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 1.5em;
  padding-right: 1.5em;
}
.global-navigation > ul > li .global-navigation_sub > ul > li:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
.global-navigation > ul > li .global-navigation_sub > ul > li > a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .global-navigation > ul > li .global-navigation_sub > ul > li > a:hover {
    color: #4fb6d4;
  }
}
@media screen and (max-width: 767px) {
  .global-navigation > ul > li .global-navigation_sub > ul {
    display: block;
    margin-top: 14px;
    padding: 0;
  }
  .global-navigation > ul > li .global-navigation_sub > ul > li {
    border: 0;
    font-size: 1.2rem;
    margin-right: 0;
    margin-top: 12px;
    padding-right: 0;
  }
  .global-navigation > ul > li .global-navigation_sub > ul > li:first-child {
    margin-top: 0;
  }
  .global-navigation > ul > li .global-navigation_sub > ul > li > a {
    color: #fff;
    display: block;
    padding-left: 0.5em;
    position: relative;
  }
  .global-navigation > ul > li .global-navigation_sub > ul > li > a::before {
    content: "-";
    position: absolute;
    left: 0;
  }
}
.global-navigation .global-navigation_helper {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-navigation .global-navigation_helper {
    display: block;
    margin-top: 30px;
  }
  .global-navigation .global-navigation_helper > ul > li {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .global-navigation .global-navigation_helper > ul > li:first-child {
    margin-top: 0;
  }
  .global-navigation .global-navigation_helper > ul > li > a {
    color: #fff;
    display: block;
    padding-left: 0.5em;
    position: relative;
  }
  .global-navigation .global-navigation_helper > ul > li > a::before {
    content: "-";
    position: absolute;
    left: 0;
  }
}

/* menu
========================================================================== */
.menu {
  display: none;
  height: 7px;
  width: 22px;
  position: fixed;
  right: 13px;
  top: 21px;
  z-index: 100000;
  -webkit-transition: top 0.3s linear 0.3s;
  transition: top 0.3s linear 0.3s;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }
}
.menu > span {
  background-color: #263973;
  display: block;
  height: 1px;
  width: 22px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.3s linear 0.2s, opacity 0.3s linear, -webkit-transform 0.3s linear 0.3s;
  transition: background 0.3s linear 0.2s, opacity 0.3s linear, -webkit-transform 0.3s linear 0.3s;
  transition: background 0.3s linear 0.2s, transform 0.3s linear 0.3s, opacity 0.3s linear;
  transition: background 0.3s linear 0.2s, transform 0.3s linear 0.3s, opacity 0.3s linear, -webkit-transform 0.3s linear 0.3s;
}
.menu > span:nth-child(2) {
  background-color: #81cde3;
  right: 3px;
  top: 3px;
}
.menu > span:nth-child(3) {
  right: 5px;
  top: 6px;
}
.menu:after, .menu:before {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.menu:before {
  background-color: #81cde3;
  width: 15px;
  left: 5px;
  -webkit-transform: rotate(45deg) translate(-webkit-calc(-60px * 2), 0);
      -ms-transform: rotate(45deg) translate(calc(-60px * 2), 0);
          transform: rotate(45deg) translate(calc(-60px * 2), 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu:after {
  background-color: #fff;
  width: 25px;
  -webkit-transform: rotate(-10deg) translate(-webkit-calc(60px * 2), 0);
      -ms-transform: rotate(-10deg) translate(calc(60px * 2), 0);
          transform: rotate(-10deg) translate(calc(60px * 2), 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu.is-active span {
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.menu.is-active span:nth-child(2) {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0.1s, 0.2s;
          transition-delay: 0.1s, 0.2s;
}
.menu.is-active span:nth-child(3) {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0.2s, 0.2s;
          transition-delay: 0.2s, 0.2s;
}
.menu.is-active:before {
  -webkit-transform: rotate(35deg) translate(0, 0);
      -ms-transform: rotate(35deg) translate(0, 0);
          transform: rotate(35deg) translate(0, 0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu.is-active:after {
  -webkit-transform: rotate(-35deg) translate(0, 0);
      -ms-transform: rotate(-35deg) translate(0, 0);
          transform: rotate(-35deg) translate(0, 0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/* layout-container
========================================================================== */
.layout-container {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .layout-container {
    padding-top: 50px;
  }
}

/* layout-content
========================================================================== */
/* page-title
   ========================================================================== */
.page-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat 50% 50% #222;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-title.theme-profile {
  background-image: url(../../img/profile-main_bg.jpg);
}
.page-title.theme-strength {
  background-image: url(../../img/strength-main_bg.jpg);
}
.page-title.theme-strength > h1 img {
  margin-bottom: 10px;
}
.page-title.theme-attractive {
  background-image: url(../../img/attractive-main_bg.jpg);
}
.page-title.theme-attractive > h1 img {
  margin-bottom: 20px;
}
.page-title.theme-consulting {
  background-image: url(../../img/consulting-main_bg.jpg);
}
.page-title.theme-consulting > h1 img {
  margin-bottom: 10px;
}
.page-title.theme-flow {
  background-image: url(../../img/flow-main_bg.jpg);
}
.page-title.theme-flow > h1 img {
  margin-bottom: 25px;
}
.page-title.theme-news {
  background-image: url(../../img/news-main_bg.jpg);
}
.page-title.theme-news > h1 img {
  margin-bottom: 25px;
}
.page-title.theme-contact {
  background-image: url(../../img/contact-main_bg.jpg);
}
.page-title.theme-contact > h1 img {
  margin-bottom: 5px;
}
.page-title.theme-entryform {
  background-image: url(../../img/entryform-main_bg.jpg);
}
.page-title.theme-achive_step {
  background-image: url(../../img/achive_step-main_bg.jpg);
}
.page-title.theme-achive_step > h1 img {
  margin-bottom: 10px;
}
.page-title.theme-human_resorce {
  background-image: url(../../img/human_resorce-main_bg.jpg);
}
.page-title.theme-human_resorce > h1 img {
  margin-bottom: 10px;
}
.page-title.theme-partner {
  background-image: url(../../img/partner-main_bg.jpg);
}
.page-title.theme-partner > h1 img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-title {
    height: 200px;
  }
  .page-title.theme-profile {
    background-image: url(../../img/profile-main_bg-sp.jpg);
  }
  .page-title.theme-profile > h1 img {
    width: 145px;
  }
  .page-title.theme-strength {
    background-image: url(../../img/strength-main_bg-sp.jpg);
  }
  .page-title.theme-strength > h1 img {
    margin-bottom: 10px;
    width: 180px;
  }
  .page-title.theme-attractive {
    background-image: url(../../img/attractive-main_bg-sp.jpg);
  }
  .page-title.theme-attractive > h1 img {
    margin-bottom: 10px;
    width: 193px;
  }
  .page-title.theme-consulting {
    background-image: url(../../img/consulting-main_bg-sp.jpg);
  }
  .page-title.theme-consulting > h1 img {
    width: 198px;
  }
  .page-title.theme-flow {
    background-image: url(../../img/flow-main_bg-sp.jpg);
  }
  .page-title.theme-flow > h1 img {
    width: 95px;
  }
  .page-title.theme-news {
    background-image: url(../../img/news-main_bg-sp.jpg);
  }
  .page-title.theme-news > h1 img {
    margin-bottom: 10px;
    width: 108px;
  }
  .page-title.theme-contact {
    background-image: url(../../img/contact-main_bg.jpg);
  }
  .page-title.theme-contact > h1 img {
    margin-bottom: 25px;
    width: 138px;
  }
  .page-title.theme-entryform {
    background-image: url(../../img/entryform-main_bg.jpg);
  }
  .page-title.theme-entryform > h1 img {
    width: 220px;
  }
  .page-title.theme-achive_step {
    background-image: url(../../img/achive_step-main_bg-sp.jpg);
  }
  .page-title.theme-achive_step > h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-title.theme-human_resorce {
    background-image: url(../../img/human_resorce-main_bg-sp.jpg);
  }
  .page-title.theme-human_resorce > h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-title.theme-partner {
    background-image: url(../../img/partner-main_bg-sp.jpg);
  }
}
.page-title > h1 {
  color: #fff;
  font-size: 2.6em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.page-title > h1 > span {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.page-title > h1 > span:after, .page-title > h1 > span:before {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 23px;
  position: absolute;
  top: 50%;
}
.page-title > h1 > span:before {
  left: 0;
}
.page-title > h1 > span:after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-title > h1 {
    font-size: 1.5em;
  }
  .page-title > h1 > span {
    padding-left: 18px;
    padding-right: 18px;
  }
  .page-title > h1 > span:after, .page-title > h1 > span:before {
    width: 13px;
  }
}
.page-title .m-breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  position: absolute;
  bottom: 18px;
  left: 0;
}
.page-title .m-breadcrumb > ul {
  color: #fff;
}
.page-title .m-breadcrumb > ul > li > span,
.page-title .m-breadcrumb > ul > li > a {
  color: #fff;
}
.page-title .m-breadcrumb > ul > li > span:before,
.page-title .m-breadcrumb > ul > li > a:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.page-title .m-breadcrumb > ul > li > span > span,
.page-title .m-breadcrumb > ul > li > a > span {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, #fff, #fff) no-repeat 0 100%;
  background: linear-gradient(0deg, #fff, #fff) no-repeat 0 100%;
  background-size: 100% 1px;
}
@media screen and (min-width: 768px) {
  .page-title .m-breadcrumb > ul > li > span:hover > span,
.page-title .m-breadcrumb > ul > li > a:hover > span {
    background-size: 0 1px;
  }
}
@media screen and (max-width: 767px) {
  .page-title .m-breadcrumb {
    bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .page-title .m-breadcrumb > ul {
    color: #222;
  }
  .page-title .m-breadcrumb > ul > li > span,
.page-title .m-breadcrumb > ul > li > a {
    color: #4b5e9a;
  }
  .page-title .m-breadcrumb > ul > li > span:before,
.page-title .m-breadcrumb > ul > li > a:before {
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
  }
  .page-title .m-breadcrumb > ul > li > span > span,
.page-title .m-breadcrumb > ul > li > a > span {
    background: -webkit-gradient(linear, left bottom, left top, from(#4b5e9a), to(#4b5e9a)) no-repeat 0 100%;
    background: -webkit-linear-gradient(bottom, #4b5e9a, #4b5e9a) no-repeat 0 100%;
    background: linear-gradient(0deg, #4b5e9a, #4b5e9a) no-repeat 0 100%;
    background-size: 100% 1px;
  }
  .page-title .m-breadcrumb > ul > li > span {
    color: #222;
  }
}

/* section
========================================================================== */
.section {
  padding-bottom: 100px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 15px;
  }
}
.section.theme-bg.opt-gray {
  background-color: #f6f9fb;
}

/* section-title
========================================================================== */
.section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title > h3,
.section-title > h2 {
  font-size: 5em;
  font-weight: 700;
  line-height: 1.25;
}
.section-title > h3 > span,
.section-title > h2 > span {
  color: #263973;
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative;
}
.section-title > h3 > span:before,
.section-title > h2 > span:before {
  background-color: #4fb6d4;
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .section-title > h3,
.section-title > h2 {
    font-size: 3em;
  }
  .section-title > h3 > span,
.section-title > h2 > span {
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .section-title > h3 > span:before,
.section-title > h2 > span:before {
    width: 15px;
  }
}
.section-title.theme-simple > h3,
.section-title.theme-simple > h2 {
  font-size: 3.6em;
}
.section-title.theme-simple > h3 > span,
.section-title.theme-simple > h2 > span {
  color: #7180ad;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-title.theme-simple > h3 > span:before,
.section-title.theme-simple > h2 > span:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .section-title.theme-simple > h3,
.section-title.theme-simple > h2 {
    font-size: 2.5em;
  }
  .section-title.theme-simple > h3 > span,
.section-title.theme-simple > h2 > span {
    font-size: 1.3rem;
  }
}
.section-title.theme-number > h3,
.section-title.theme-number > h2 {
  font-size: 5em;
}
.section-title.theme-number > h3 > span,
.section-title.theme-number > h2 > span {
  font-size: 6rem;
}
.section-title.theme-number > h3 > em,
.section-title.theme-number > h2 > em {
  display: block;
  font-size: 2.5rem;
  font-style: normal;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-title.theme-number > h3,
.section-title.theme-number > h2 {
    font-size: 3em;
  }
  .section-title.theme-number > h3 > span,
.section-title.theme-number > h2 > span {
    font-size: 3.5rem;
  }
  .section-title.theme-number > h3 > em,
.section-title.theme-number > h2 > em {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

/* content
========================================================================== */
.content {
  margin-bottom: 90px;
}
.content:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content {
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section .content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* content-title
========================================================================== */
.content-title {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}
.content-title:after, .content-title:before {
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.content-title:before {
  background-color: #263973;
  width: 100%;
}
.content-title:after {
  background-color: #4fb6d4;
  width: 120px;
}
.content-title > h3,
.content-title > h2 {
  color: #263973;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 24px;
  padding-top: 35px;
  position: relative;
}
.content-title > h3:before,
.content-title > h2:before {
  border: 4px solid #4fb6d4;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  left: 0;
  top: 43px;
}
.content-title > h3 > span,
.content-title > h2 > span {
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .content-title {
    margin-bottom: 20px;
  }
  .content-title:after, .content-title:before {
    height: 3px;
  }
  .content-title:after {
    width: 60px;
  }
  .content-title > h3,
.content-title > h2 {
    font-size: 1.8em;
    padding-left: 20px;
    padding-top: 25px;
  }
  .content-title > h3:before,
.content-title > h2:before {
    border-width: 2px;
    height: 5px;
    width: 5px;
    top: 31px;
    left: 5px;
  }
  .content-title > h3 > span,
.content-title > h2 > span {
    font-size: 1.3rem;
  }
}

/* local-title
========================================================================== */
.local-title {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}
.local-title.theme-deep:before {
  background-color: #4fb6d4;
  content: "";
  height: 4px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local-title.theme-deep > h4,
.local-title.theme-deep > h3,
.local-title.theme-deep > h2 {
  background-color: #263973;
  padding-left: 30px;
}
.local-title > h4,
.local-title > h3,
.local-title > h2 {
  background-color: #7180ad;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .local-title {
    margin-bottom: 15px;
  }
  .local-title > h4,
.local-title > h3,
.local-title > h2 {
    font-size: 1.6em;
    padding: 10px;
  }
}

/* sub-title
========================================================================== */
.sub-title {
  color: #263973;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

/* pagetop
========================================================================== */
.pagetop {
  display: none;
  pointer-events: none;
  width: 100%;
  position: fixed;
  bottom: -webkit-calc(86px + 50px);
  bottom: calc(86px + 50px);
  left: 0;
  z-index: 1000;
}
.pagetop a {
  background: url(../img/icon-arrow-top-white_img.svg) no-repeat 50% 50% #4fb6d4;
  border: 2px solid #4fb6d4;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin-left: auto;
  overflow: hidden;
  pointer-events: auto;
  text-align: left;
  text-indent: -200%;
  width: 50px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    background-size: 11px;
    border-width: 1px;
    height: 40px;
    margin-right: 20px;
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    background-image: url(../img/icon-arrow-top-blue_img.svg);
    background-color: #fff;
  }
}

/* footer-consultant
========================================================================== */
.footer-consultant {
  margin-bottom: 100px;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .footer-consultant {
    margin: 80px 15px 75px;
  }
}

/* layout-footer
========================================================================== */
.layout-footer {
  background-color: #263973;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layout-footer {
    padding: 0;
  }
}
.layout-footer .layout-footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-bottom: 86px;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_wrapper {
    display: block;
    padding: 40px 15px 30px;
  }
}
.layout-footer .layout-footer_text figure {
  margin-bottom: 35px;
  width: 206px;
}
.layout-footer .layout-footer_text p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.layout-footer .layout-footer_text p > span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.67;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_text figure {
    margin-bottom: 20px;
    width: 154px;
  }
  .layout-footer .layout-footer_text p {
    font-size: 1.2rem;
  }
  .layout-footer .layout-footer_text p > span {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.layout-footer .layout-footer_link {
  margin-left: auto;
  padding-bottom: 75px;
}
.layout-footer .layout-footer_link .layout-footer_link_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.layout-footer .layout-footer_link .layout-footer_link_item > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-footer .layout-footer_link .layout-footer_link_item > ul > li {
  border-right: 1px solid #fff;
  font-size: 1.2rem;
  margin-right: 1em;
  padding-right: 1em;
}
.layout-footer .layout-footer_link .layout-footer_link_item > ul > li > a {
  color: #fff;
}
.layout-footer .layout-footer_link .layout-footer_link_item .copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_link {
    margin-left: 0;
    padding-bottom: 0;
  }
  .layout-footer .layout-footer_link .layout-footer_link_item {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }
  .layout-footer .layout-footer_link .layout-footer_link_item > ul {
    display: block;
  }
  .layout-footer .layout-footer_link .layout-footer_link_item > ul > li {
    border-right: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-right: 0;
  }
  .layout-footer .layout-footer_link .layout-footer_link_item > ul > li:first-child {
    margin-top: 0;
  }
  .layout-footer .layout-footer_link .layout-footer_link_item > ul > li > a {
    padding-left: 0.5em;
    position: relative;
  }
  .layout-footer .layout-footer_link .layout-footer_link_item > ul > li > a::before {
    content: "-";
    position: absolute;
    left: 0;
  }
  .layout-footer .layout-footer_link .layout-footer_link_item .copyright {
    display: block;
    font-size: 1em;
    margin-top: 30px;
    text-align: right;
  }
}
.layout-footer .layout-footer_sitemap {
  margin-top: 15px;
}
.layout-footer .layout-footer_sitemap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-footer .layout-footer_sitemap > ul > li {
  font-weight: 700;
  line-height: 1.2;
}
.layout-footer .layout-footer_sitemap > ul > li > span,
.layout-footer .layout-footer_sitemap > ul > li > a {
  color: #4fb6d4;
  display: block;
}
.layout-footer .layout-footer_sitemap > ul > li > span:nth-child(n+2),
.layout-footer .layout-footer_sitemap > ul > li > a:nth-child(n+2) {
  margin-top: 15px;
}
.layout-footer .layout-footer_sitemap > ul > li > ul > li {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 17px;
}
.layout-footer .layout-footer_sitemap > ul > li > ul > li > a {
  color: #fff;
  display: block;
  padding-left: 0.5em;
  position: relative;
}
.layout-footer .layout-footer_sitemap > ul > li > ul > li > a::before {
  content: "-";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_sitemap {
    margin-top: 30px;
  }
  .layout-footer .layout-footer_sitemap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout-footer .layout-footer_sitemap > ul > li {
    width: 55%;
  }
  .layout-footer .layout-footer_sitemap > ul > li:nth-child(even) {
    width: 45%;
  }
  .layout-footer .layout-footer_sitemap > ul > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .layout-footer .layout-footer_sitemap > ul > li > ul > li {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.layout-footer .layout-footer_contact {
  background: url(../img/footer_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_contact {
    background-image: url(../img/footer_bg-sp.jpg);
    padding: 10px 20px;
    position: static;
  }
}
.layout-footer .layout-footer_contact .layout-footer_contact_wrapper form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-footer .layout-footer_contact .layout-footer_contact_wrapper form p {
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_contact .layout-footer_contact_wrapper form {
    display: block;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_wrapper form p {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
.layout-footer .layout-footer_contact .layout-footer_contact_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  width: 500px;
}
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email],
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text] {
  background-color: #313c5c;
  border-radius: 10px;
  border: 0;
  color: #fff;
  display: block;
  font-size: 1.5em;
  height: 40px;
  margin-right: 10px;
}
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]::-webkit-input-placeholder, .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]::-webkit-input-placeholder {
  color: #979fb5;
}
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]::-moz-placeholder, .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]::-moz-placeholder {
  color: #979fb5;
}
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]:-ms-input-placeholder, .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]:-ms-input-placeholder {
  color: #979fb5;
}
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]::-ms-input-placeholder, .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]::-ms-input-placeholder {
  color: #979fb5;
}
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]::placeholder,
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]::placeholder {
  color: #979fb5;
}
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text] {
  width: 42%;
}
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email] {
  width: 58%;
}
@media (max-width: 1024px) {
  .layout-footer .layout-footer_contact .layout-footer_contact_input {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_contact .layout-footer_contact_input {
    display: block;
    margin-left: 0;
    width: auto;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email],
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text] {
    border-radius: 5px;
    font-size: 1.2em;
    min-height: 20px;
    height: 35px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]::-webkit-input-placeholder, .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]::-webkit-input-placeholder {
    color: #979fb5;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]::-moz-placeholder, .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]::-moz-placeholder {
    color: #979fb5;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]:-ms-input-placeholder, .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]:-ms-input-placeholder {
    color: #979fb5;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]::-ms-input-placeholder, .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]::-ms-input-placeholder {
    color: #979fb5;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email]::placeholder,
.layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text]::placeholder {
    color: #979fb5;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=text] {
    width: 100%;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_input input[type=email] {
    margin-bottom: 10px;
    width: 100%;
  }
}
.layout-footer .layout-footer_contact .layout-footer_contact_btn {
  position: relative;
  width: 290px;
}
@media (max-width: 1024px) {
  .layout-footer .layout-footer_contact .layout-footer_contact_btn {
    width: 210px;
  }
}
.layout-footer .layout-footer_contact .layout-footer_contact_btn:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-footer .layout-footer_contact .layout-footer_contact_btn:after {
  border-right: 2px solid #4fb6d4;
  border-top: 2px solid #4fb6d4;
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .layout-footer .layout-footer_contact .layout-footer_contact_btn:hover:before {
    background-color: #4fb6d4;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_btn:hover:after {
    border-right-color: #fff;
    border-top-color: #fff;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_btn:hover input {
    background-color: #fff;
    border-color: 1px solid #fff;
    color: #4fb6d4;
  }
}
.layout-footer .layout-footer_contact .layout-footer_contact_btn input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #4fb6d4;
  border: 1px solid #4fb6d4;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  height: 40px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_contact .layout-footer_contact_btn {
    margin: 0 auto;
    width: 210px;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_btn:before {
    height: 11px;
    width: 11px;
    top: 12px;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_btn:after {
    border-right-width: 1px;
    border-top-width: 1px;
    height: 3px;
    width: 3px;
    right: 14px;
  }
  .layout-footer .layout-footer_contact .layout-footer_contact_btn input {
    font-size: 1.2rem;
    height: 35px;
    padding-top: 3px;
    width: 210px;
  }
}