@charset "UTF-8";
/*#########################################################

共通ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'YuGothic', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  color: #333;
  background-color: #fff;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    min-width: 1000px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

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

@media print, screen and (min-width: 769px) {
  .u-use--sp {
    display: none;
  }
}

/*#########################################################

レイアウトファイル読み込み

#########################################################*/
.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

@media print, screen and (min-width: 1441px) {
  .l-header {
    height: 104px;
  }
}

@media only screen and (max-width: 1440px) {
  .l-header {
    height: 7.222vw;
  }
}

@media only screen and (max-width: 1000px) {
  .l-header {
    height: 72px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-header.is_scroll {
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.18);
  }
}

@media only screen and (max-width: 768px) {
  .l-header {
    height: 72px;
    background-color: #fff;
  }
  .l-header .c-icon img {
    max-width: 30px;
    max-height: 30px;
  }
  .l-header.is_scroll {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.18);
  }
}

.l-header__inner {
  display: flex;
  flex-direction: row;
  align-items: normal;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .l-main {
    min-height: calc(100vh - 72px);
  }
}

@media print, screen and (min-width: 769px) {
  .l-section {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .l-section {
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-section__inner {
    width: 1000px;
    margin: 0 auto 0;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-section__inner {
    width: 100%;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-section--about {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .l-section--about {
    padding-top: 40px;
  }
  .l-section--about .l-section__inner {
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .l-section--example {
    padding-top: 24px;
  }
}

.l-section--reason {
  background-color: #e6edff;
}

@media print, screen and (min-width: 769px) {
  .l-section--reason {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .l-section--reason {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-section--data {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .l-section--data {
    padding-top: 40px;
  }
}

.l-section--contact {
  background-color: #e6edff;
}

@media print, screen and (min-width: 769px) {
  .l-section--contact {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .l-section--contact {
    padding-top: 60px;
  }
}

.l-section--thanks {
  background-color: #e6edff;
}

@media print, screen and (min-width: 1441px) {
  .l-section--thanks {
    padding-top: 224px;
  }
}

@media only screen and (max-width: 1440px) {
  .l-section--thanks {
    padding-top: 15.555vw;
  }
}

@media only screen and (max-width: 1000px) {
  .l-section--thanks {
    padding-top: 155px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-section--thanks {
    min-height: calc(100vh - 72px);
  }
}

@media only screen and (max-width: 768px) {
  .l-section--thanks {
    padding-top: 76px;
  }
}

.l-footer {
  background-color: #292929;
}

@media print, screen and (min-width: 769px) {
  .l-footer {
    padding: 24px 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 76px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-footer__inner {
    width: 1000px;
    margin: 0 auto 0;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-footer__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/*#########################################################

プロジェクトファイル読み込み

#########################################################*/
@media print, screen and (min-width: 1441px) {
  .p-logo {
    height: 104px;
  }
}

@media only screen and (max-width: 1440px) {
  .p-logo {
    height: 7.222vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-logo {
    height: 72px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-logo {
    margin-left: 8.333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .p-logo {
    width: 35.625vw;
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .p-logo__link {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-logo__link:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 1441px) {
  .p-logo__img {
    width: 210px;
  }
}

@media only screen and (max-width: 1440px) {
  .p-logo__img {
    width: 14.583vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-logo__img {
    width: 145px;
  }
}

@media only screen and (max-width: 768px) {
  .p-logo__img {
    width: 94px;
  }
}

.p-logo__txt {
  font-weight: 700;
  position: relative;
  color: #002d42;
}

@media print, screen and (min-width: 1441px) {
  .p-logo__txt {
    font-size: 1.8rem;
    bottom: -8px;
  }
}

@media only screen and (max-width: 1440px) {
  .p-logo__txt {
    font-size: 1.25vw;
    bottom: -.555vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-logo__txt {
    font-size: 1.2rem;
    bottom: -5px;
  }
}

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

@media print, screen and (min-width: 1441px) {
  .p-lnav {
    height: 104px;
  }
}

@media only screen and (max-width: 1440px) {
  .p-lnav {
    height: 7.222vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-lnav {
    height: 72px;
  }
}

@media only screen and (max-width: 768px) {
  .p-lnav {
    height: 36px;
    flex: 1 0 1%;
  }
}

.p-lnav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media print, screen and (min-width: 1441px) {
  .p-lnav__item {
    height: 104px;
  }
}

@media only screen and (max-width: 1440px) {
  .p-lnav__item {
    height: 7.222vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-lnav__item {
    height: 72px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-lnav__item {
    padding: 0 1.388vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .p-lnav__item {
    width: 50%;
    height: 72px;
  }
  .p-lnav__item:nth-child(1) {
    background-color: #f5f5f5;
  }
  .p-lnav__item:nth-child(2) {
    background-color: #f0fbff;
  }
}

@media print, screen and (min-width: 1441px) {
  .p-lnav__item--contact {
    width: 278px;
    height: 104px;
  }
}

@media only screen and (max-width: 1440px) {
  .p-lnav__item--contact {
    width: 19.305vw;
    height: 7.222vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-lnav__item--contact {
    width: 193px;
    height: 72px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-lnav__item--contact {
    margin-left: 1.388vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-lnav__item--contact {
    position: fixed;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 50px;
    transition: bottom .3s;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.18);
  }
  .is_scroll .p-lnav__item--contact {
    bottom: 0;
    transition: bottom .2s;
  }
}

.p-lnav__link {
  font-weight: 700;
  text-decoration: none;
  color: #002d42 !important;
}

@media print, screen and (min-width: 1441px) {
  .p-lnav__link {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1440px) {
  .p-lnav__link {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-lnav__link {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .p-lnav__link:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  .p-lnav__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-lnav__link--contact {
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid #2065a4;
  background: linear-gradient(0deg, #2065a4, #2065a4), linear-gradient(0deg, #141993, #141993), #003f6f;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media print, screen and (min-width: 1441px) {
  .p-lnav__link--contact {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1440px) {
  .p-lnav__link--contact {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-lnav__link--contact {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .p-lnav__link--contact:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .p-lnav__link--contact {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .p-jumbotron {
    width: 100%;
    height: 62.5vw;
    min-height: 625px;
    max-height: 900px;
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .p-jumbotron {
    padding-top: 36px;
  }
}

.p-jumbotron__first {
  position: relative;
  z-index: 2;
  background-color: #f2f9ff;
}

@media print, screen and (min-width: 769px) {
  .p-jumbotron__first {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .p-jumbotron__first {
    width: 100%;
    height: 70vw;
  }
}

.p-jumbotron__last {
  position: relative;
  z-index: 1;
  background-color: #e6edff;
}

@media print, screen and (min-width: 769px) {
  .p-jumbotron__last {
    width: 50%;
    padding: 0 2.56% 8.95% 2.9%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  .p-jumbotron__last {
    padding: 32px 10px 24px;
  }
}

@media only screen and (max-width: 768px) {
  .p-jumbotron__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.p-jumbotron__img {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .p-jumbotron__img {
    right: -2.5%;
    bottom: 9.444%;
    height: 66.555%;
  }
}

@media only screen and (max-width: 768px) {
  .p-jumbotron__img {
    top: 6.25vw;
    left: 50%;
    width: 73.125vw;
    transform: translateX(-50%);
  }
}

.p-jumbotron__catch {
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}

@media print, screen and (min-width: 1441px) {
  .p-jumbotron__catch {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .p-jumbotron__catch {
    font-size: 2.7vw;
    margin-bottom: 2.777vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-jumbotron__catch {
    font-size: 2.7rem;
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .p-jumbotron__catch {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 1441px) {
  .p-jumbotron__txt {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 1440px) {
  .p-jumbotron__txt {
    margin-bottom: 10.416vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-jumbotron__txt {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-jumbotron__txt {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-jumbotron__txt {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-jumbotron__btn {
    width: 412px;
    margin: 0 auto;
  }
}

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

.p-example {
  display: flex;
  flex-direction: row;
  align-items: normal;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p-example {
    margin-bottom: -8px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-example__item {
    position: relative;
    width: 317px;
    min-height: 159px;
    padding: 24px 0 24px 111px;
    border-bottom: 1px solid #c4c4c4;
  }
  .p-example__item:nth-child(-n+3) {
    border-top: 1px solid #c4c4c4;
  }
}

@media only screen and (max-width: 768px) {
  .p-example__item {
    width: calc(50% - 4px);
    margin-bottom: 8px;
    padding: 8px 4px 0;
    background-color: #f9fbff;
  }
}

@media print, screen and (min-width: 769px) {
  .p-example__figure {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .p-example__figure {
    width: 31.25vw;
    margin: 0 auto;
  }
}

.p-example__icon {
  width: 100%;
}

.p-example__inner {
  flex: 1 0 1%;
}

.p-example__hd {
  font-weight: 700;
  color: #2065a4;
}

@media print, screen and (min-width: 769px) {
  .p-example__hd {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p-example__hd {
    font-size: 1.4rem;
    margin-bottom: 3px;
    text-align: center;
  }
}

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

.p-consultant {
  background: linear-gradient(90deg, #e2fafc 0%, #6c90b1 100%);
}

@media print, screen and (min-width: 769px) {
  .p-consultant {
    margin-top: 40px;
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-consultant {
    margin-top: 24px;
    padding: 40px 10px;
  }
}

.p-consultant__hd {
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .p-consultant__hd {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-consultant__hd {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-consultant__inner {
    width: 412px;
    margin: 0 auto;
  }
}

.p-trouble {
  display: flex;
  flex-direction: row;
  align-items: normal;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .p-trouble {
    margin-bottom: -24px;
  }
}

@media only screen and (max-width: 768px) {
  .p-trouble {
    margin-bottom: -8px;
  }
}

.p-trouble__item {
  padding: 40px 16px;
  background-color: #f2f9ff;
}

@media print, screen and (min-width: 769px) {
  .p-trouble__item {
    width: 317px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .p-trouble__item {
    width: calc(50% - 4px);
    margin-bottom: 8px;
    padding: 16px 10px;
  }
}

.p-trouble__hd {
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .p-trouble__hd {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-trouble__hd {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

.p-trouble__img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 769px) {
  .p-trouble__img {
    width: 230px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .p-reason {
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-reason__item {
  background-color: #6c90b1;
}

@media print, screen and (min-width: 769px) {
  .p-reason__item {
    width: 317px;
    padding: 40px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-reason__item {
    padding: 26px 16px;
  }
  .p-reason__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.p-reason__hd {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-reason__hd {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-reason__hd {
    font-size: 1.6rem;
  }
}

.p-reason__img {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .p-reason__img {
    width: 230px;
    margin: 0 auto 24px;
  }
}

@media only screen and (max-width: 768px) {
  .p-reason__img {
    width: 71.875vw;
    margin: 0 auto 16px;
  }
}

.p-reason__txt {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-reason__txt {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .p-data {
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-data__item {
  border: 2px solid #2065a4;
}

@media print, screen and (min-width: 769px) {
  .p-data__item {
    width: 492px;
    height: 490px;
    padding: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p-data__item {
    padding: 12px 12px 40px;
  }
  .p-data__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.p-data__hd {
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .p-data__hd {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .p-data__hd {
    margin-bottom: 24px;
  }
}

.p-data__hd__main {
  font-size: 1.8rem;
  display: block;
  color: #2065a4;
}

.p-data__hd__sub {
  font-size: 1.4rem;
  color: #c5c5c5;
}

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

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

@media print, screen and (min-width: 769px) {
  .p-data__img--01 {
    width: 298px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-data__img--02 {
    width: 459px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-case {
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-case__item {
  background-color: #eefbff;
}

@media print, screen and (min-width: 769px) {
  .p-case__item {
    width: 317px;
    padding: 40px 16px 64px;
  }
}

@media only screen and (max-width: 768px) {
  .p-case__item {
    padding: 24px 16px 40px;
  }
  .p-case__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.p-case__hd {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .p-case__hd {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-case__hd {
    font-size: 1.6rem;
  }
}

.p-case__img {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
  .p-case__img {
    width: 174px;
    height: 183px;
    margin: 0 auto 24px;
  }
}

@media only screen and (max-width: 768px) {
  .p-case__img {
    width: 54.375vw;
    margin: 0 auto 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-case__comment {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .p-flow {
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.p-flow .p-flow__item--01::after, .p-flow .p-flow__item--02::after, .p-flow .p-flow__item--03::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media print, screen and (min-width: 769px) {
  .p-flow .p-flow__item--01::after, .p-flow .p-flow__item--02::after, .p-flow .p-flow__item--03::after {
    top: 184px;
    left: 196px;
    width: 65px;
    height: 40px;
    background-size: 65px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow .p-flow__item--01::after, .p-flow .p-flow__item--02::after, .p-flow .p-flow__item--03::after {
    bottom: -30px;
    left: 50%;
    width: 65px;
    height: 40px;
    margin-left: -32.5px;
    transform: rotate(90deg);
  }
}

.p-flow__item {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-flow__item {
    width: 249px;
    margin-right: 1px;
    padding: 40px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow__item {
    padding: 24px 16px;
  }
  .p-flow__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-flow__item--01 {
  z-index: 4;
  background-color: #f0fbff;
}

.p-flow__item--01::after {
  background-image: url(../images/icon_step_arrow01.svg);
}

.p-flow__item--02 {
  z-index: 3;
  background-color: #d7f4ff;
}

.p-flow__item--02::after {
  background-image: url(../images/icon_step_arrow02.svg);
}

.p-flow__item--03 {
  z-index: 2;
  background-color: #a8e8ff;
}

.p-flow__item--03::after {
  background-image: url(../images/icon_step_arrow03.svg);
}

.p-flow__item--04 {
  z-index: 1;
  background-color: #64cdf2;
}

.p-flow__hd {
  font-weight: 700;
  text-align: center;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .p-flow__hd {
    font-size: 1.8rem;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow__hd {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-flow__figure {
    width: 100%;
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow__figure {
    display: block;
    width: 67.812vw;
    margin: 0 auto 19px;
  }
}

.p-flow__img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-flow__txt {
    font-size: 1.6rem;
  }
}

.p-flow__note {
  font-size: 1.4rem;
  margin-top: 16px;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

.p-faq__question {
  font-weight: 700;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #c4c4c4;
}

@media print, screen and (min-width: 769px) {
  .p-faq__question {
    font-size: 2rem;
    padding: 23px 70px;
  }
}

@media only screen and (max-width: 768px) {
  .p-faq__question {
    font-size: 1.6rem;
    padding: 0 40px 16px 45px;
  }
  .p-faq__question:not(:first-child) {
    margin-top: 16px;
  }
}

.p-faq__question.is_active::after {
  background-image: url(../images/icon_close.svg);
}

.p-faq__question::after {
  position: absolute;
  width: 23px;
  height: 23px;
  content: '';
  background: url(../images/icon_open.svg) no-repeat center center;
  background-size: 100% auto;
}

@media print, screen and (min-width: 769px) {
  .p-faq__question::after {
    top: 27px;
    right: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .p-faq__question::after {
    top: 2px;
    right: 0;
  }
}

.p-faq__question::before {
  position: absolute;
  width: 13px;
  height: 19px;
  content: '';
  background: url(../images/icon_question.svg) no-repeat left top;
  background-size: 13px 19px;
}

@media print, screen and (min-width: 769px) {
  .p-faq__question::before {
    top: 29px;
    left: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .p-faq__question::before {
    top: 5px;
    left: 16px;
  }
}

.p-faq__answer {
  position: relative;
  display: none;
}

@media print, screen and (min-width: 769px) {
  .p-faq__answer {
    padding: 24px 70px;
  }
}

@media only screen and (max-width: 768px) {
  .p-faq__answer {
    padding: 16px 0 16px 45px;
  }
}

.p-faq__answer::before {
  position: absolute;
  width: 15px;
  height: 16px;
  content: '';
  background: url(../images/icon_answer.svg) no-repeat left top;
  background-size: 15px 16px;
}

@media print, screen and (min-width: 769px) {
  .p-faq__answer::before {
    top: 30px;
    left: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .p-faq__answer::before {
    top: 20px;
    left: 16px;
  }
}

.p-contact__confirm, .p-contact__back, .p-contact__submit {
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #2065a4;
  border-radius: 2px;
}

@media print, screen and (min-width: 769px) {
  .p-contact__confirm, .p-contact__back, .p-contact__submit {
    font-size: 1.8rem;
    width: 320px;
    height: 60px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__confirm, .p-contact__back, .p-contact__submit {
    font-size: 1.6rem;
    width: 100%;
    height: 56px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-contact {
    width: 530px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  .p-contact--confirm {
    width: 480px;
    margin: 0 auto;
  }
}

.p-contact--confirm__head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-contact--confirm__body {
  font-size: 1.6rem;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 769px) {
  .p-contact--confirm__btn {
    width: 656px;
    margin: 80px 0 0 -88px;
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .p-contact--confirm__back, .p-contact--confirm__submit {
    width: 320px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact--confirm__submit {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-contact--thanks {
    width: 848px;
    margin: 80px auto 0;
  }
}

.p-contact--thanks__txt {
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .p-contact--thanks__btn {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact--thanks__btn {
    margin-top: 40px;
  }
}

.p-contact__head {
  position: relative;
  color: #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media print, screen and (min-width: 769px) {
  .p-contact__head {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.p-contact__label {
  font-size: 1.4rem;
  padding: 4px 12px;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-contact__label {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__label {
    margin-right: 12px;
  }
}

.p-contact__label--required {
  background-color: #de6049;
}

.p-contact__label--option {
  background-color: #a5a5a5;
}

@media print, screen and (min-width: 769px) {
  .p-contact__body {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__body {
    margin-bottom: 24px;
  }
}

.p-contact__error {
  font-size: 1.4rem;
  font-weight: 700;
  color: #900;
}

@media print, screen and (min-width: 769px) {
  .p-contact__error {
    position: absolute;
    top: 5px;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__error {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}

.p-contact__annotation {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 5px;
}

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

.p-contact__note {
  font-size: 1.4rem;
  display: block;
  margin-top: 4px;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  color: #333;
}

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

@media print, screen and (min-width: 769px) {
  .p-contact__column {
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .p-contact__column__item {
    width: 255px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__column__item:first-child {
    margin-bottom: 8px;
  }
}

.p-contact__radio {
  position: relative;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-contact__radio {
    width: 255px;
    height: 62px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__radio {
    width: 100%;
    height: 48px;
    padding-left: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.p-contact__radio__input {
  display: none;
}

.p-contact__radio__input:checked + .p-contact__radio {
  background: #2065a4;
}

.p-contact__radio__input:checked + .p-contact__radio .p-contact__radio__txt {
  color: #fff;
}

.p-contact__radio__input:checked + .p-contact__radio .p-contact__radio__mark {
  background-color: #fff;
}

.p-contact__radio__input:checked + .p-contact__radio .p-contact__radio__mark::before {
  display: block;
}

.p-contact__radio__txt {
  font-weight: 700;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .p-contact__radio__txt {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__radio__txt {
    font-size: 1.6rem;
  }
}

.p-contact__radio__mark {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #e2e2e2;
}

@media print, screen and (min-width: 769px) {
  .p-contact__radio__mark {
    top: 21px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__radio__mark {
    top: 14px;
  }
}

.p-contact__radio__mark::before {
  position: absolute;
  top: 4px;
  left: 3px;
  display: none;
  width: 11px;
  height: 5px;
  content: '';
  transform: rotate(-45deg);
  border-bottom: 3px solid #2065a4;
  border-left: 3px solid #2065a4;
}

.p-contact__input {
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #d7d7d7;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-contact__input {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__input {
    font-size: 1.4rem;
  }
}

.p-contact__input::placeholder {
  color: #bac4c6;
}

.p-contact__input::-ms-input-placeholder {
  color: #bac4c6;
}

.p-contact__input:-ms-input-placeholder {
  color: #bac4c6;
}

.p-contact__textarea {
  width: 100%;
  min-height: 220px;
  padding: 16px 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-contact__textarea {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__textarea {
    font-size: 14px;
  }
}

.p-contact__textarea::placeholder {
  color: #bac4c6;
}

.p-contact__textarea::-ms-input-placeholder {
  color: #bac4c6;
}

.p-contact__textarea:-ms-input-placeholder {
  color: #bac4c6;
}

.p-contact__file {
  font-size: 1.6rem;
  font-weight: 700;
  width: 230px;
  height: 62px;
  cursor: pointer;
  color: #2065a4;
  border: 1px solid #d7d7d7;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.p-contact__file__input {
  display: none;
}

.p-contact__check {
  cursor: pointer;
}

.p-contact__check__input {
  display: none;
}

.p-contact__check__input:checked + .p-contact__check__mark::before {
  display: block;
}

.p-contact__check__mark {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #2065a4;
  border-radius: 3px;
  background: #fff;
}

.p-contact__check__mark::before {
  position: absolute;
  top: 4px;
  left: 3px;
  display: none;
  width: 12px;
  height: 6px;
  content: '';
  transform: rotate(-45deg);
  border-bottom: 3px solid #2065a4;
  border-left: 3px solid #2065a4;
}

.p-contact__check__txt {
  margin-left: 8px;
  color: #333;
}

.p-contact__check__txt a {
  color: #2065a4;
}

.p-contact__check__txt a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .p-contact__check__txt {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__check__txt {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .p-contact__agree {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact__agree {
    margin-bottom: 24px;
  }
}

.p-contact__agree__error {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #900;
}

@media only screen and (max-width: 768px) {
  .p-contact__agree__error {
    margin-bottom: 12px;
  }
}

.p-contact__confirm, .p-contact__back {
  color: #2065a4;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-contact__confirm:hover, .p-contact__back:hover {
    opacity: .7;
  }
}

.p-contact__confirm--link, .p-contact__back--link {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.p-contact__submit {
  color: #fff;
  background: #2065a4;
}

@media print, screen and (min-width: 769px) {
  .p-contact__submit:hover {
    opacity: .7;
  }
}

.p-contact__product {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .p-anav {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-anav {
    padding: 40px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .p-anav__list {
    width: 1000px;
    margin: 0 auto 0;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-anav__list {
    width: 100%;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-anav__list {
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-anav__item {
  height: 76px;
}

@media print, screen and (min-width: 769px) {
  .p-anav__item {
    width: 480px;
  }
}

@media only screen and (max-width: 768px) {
  .p-anav__item {
    width: 100%;
  }
  .p-anav__item:first-child {
    margin-bottom: 16px;
  }
}

.p-anav__link {
  font-weight: 700;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #002d42 !important;
}

@media print, screen and (min-width: 769px) {
  .p-anav__link {
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-anav__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .p-anav__link {
    font-size: 1.4rem;
    padding-left: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.p-anav__link--freelance {
  background-color: #f5f5f5;
}

.p-anav__link--company {
  background-color: #f0fbff;
}

@media print, screen and (min-width: 769px) {
  .p-anav__icon {
    margin-right: 19px;
  }
}

@media only screen and (max-width: 768px) {
  .p-anav__icon {
    width: 40px;
    margin-right: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-anav__icon--freelance {
    width: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-anav__icon--company {
    width: 33px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-fnav__list {
    display: flex;
    flex-direction: row;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .p-fnav__list {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-fnav__item {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .p-fnav__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.p-fnav__link {
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .p-fnav__link:hover {
    text-decoration: underline;
  }
}

.p-copyright {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .p-copyright {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-copyright {
    font-size: 1rem;
    text-align: center;
  }
}

/*#########################################################

コンポーネントファイル読み込み

#########################################################*/
.c-hd {
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .c-hd {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-hd {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}

.c-hd::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 4px;
  margin-left: -30px;
  content: '';
  background: #2065a4;
}

@media print, screen and (min-width: 769px) {
  .c-hd__small {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-hd__small {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-hd__small--sp {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .c-hd__big {
    font-size: 6.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-hd__big {
    font-size: 2.4rem;
  }
}

.c-hd__color {
  color: #2065a4;
}

@media only screen and (max-width: 768px) {
  .c-txt {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .c-txt--big {
    font-size: 1.8rem;
  }
}

.c-lead {
  font-size: 2.0rem;
}

@media print, screen and (min-width: 769px) {
  .c-lead {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 24px;
    padding: 0 10px;
  }
}

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

@media only screen and (max-width: 768px) {
  .c-picture {
    display: block;
    width: 100%;
  }
}

.c-picture__img {
  width: 100%;
}

.c-btn {
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 46px;
  background: #2065a4;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .c-btn {
    width: 412px;
    height: 90px;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
    height: 58px;
  }
}

.c-btn__sub {
  padding: 4px;
  color: #2065a4;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .c-btn__sub {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-btn__sub {
    font-size: 1rem;
  }
}

.c-btn__main {
  color: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .c-btn__main {
    font-size: 2rem;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-btn__main {
    font-size: 1.6rem;
    margin-left: 8px;
  }
}


/* 利用目的について */
.p-contact__textArea {
  margin-top: 30px;
}

.p-contact__textArea-header + * {
	margin-top: 10px;
}

.p-contact__textArea-heading {
  font-size: 2rem;
  text-align: center;
	font-weight: bold;
}

.p-contact__textArea-text {
	font-size: 1.6rem;
  text-align: left;
}


/* 送信ボタン */
.js-formIsAgreement[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}