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

	Reset

-------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, 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;
}

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

	Foundation

-------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", "Helvetica Neue", Arial, Meiryo, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

p,
ul li,
ol li {
  text-align: justify;
  text-justify: inter-ideograph;
}

p + p {
  margin-top: 2em;
}

strong,
b {
  font-weight: bold;
}

img,
figure {
  display: block;
}

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

	Layout

-------------------------------*/
/*
* wrapper
*/
.l-base {
  margin-right: 15px;
  margin-left: 15px;
}

.l-wide {
  width: min(calc(100% - (15px * 2)), 1200px);
  margin: 0 auto;
}

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

	Object

-------------------------------*/
/*---------- Component ----------*/
/*
 * 見出し
 */
.c-h1 {
  margin-bottom: 2rem;
  color: #267cb6;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
.c-h1 span {
  display: inline-block;
}
.c-h1__name {
  display: block;
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: right;
}

.c-h1-line {
  padding: 3.5rem 1rem;
  background: #267cb6;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.c-h2 {
  padding-bottom: 2.8rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

/*
 * 一覧
 */
.c-art {
  padding: 4rem 0 5.6rem;
}

.c-list {
  margin: 2em 0 2em 1em;
}
.c-list li {
  display: -ms-flexbox;
  display: flex;
}
.c-list li:before {
  width: 2rem;
  height: 2rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
  background: url("../images/icon_check.svg") no-repeat center/contain;
  content: "";
}
.c-list li + li {
  margin-top: 1em;
}

.c-thumb {
  display: block;
  width: min(100%, 40rem);
  margin: 2em auto;
}
.c-thumb img {
  width: 100%;
}
.c-thumb.-s {
  width: 40%;
}
.c-thumb.-mt0 {
  margin-top: 0;
}
.c-thumb.-mb {
  margin-bottom: 5.6rem;
} /*---------- Project ----------*/
/*
 * header
 */
.p-topview {
  display: block;
  position: relative;
  padding: 3rem 0;
  background: url("../images/FV_sp.jpg") no-repeat center/cover;
  text-align: center;
}
.p-topview:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.3);
  content: "";
}
.p-topview__intro {
  padding: 1rem 0;
  background: #333;
  color: #ffff4d;
  text-align: center;
}
.p-topview__txt1 {
  position: relative;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.p-topview__txt1 small {
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
}
.p-topview__txt1 b {
  color: #ffff4d;
  font-size: 160%;
}
.p-topview__txt2 {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 2rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.p-topview__txt2:before, .p-topview__txt2:after {
  display: inline-block;
  width: 3rem;
  height: 1px;
  background: #fff;
  content: "";
}
.p-topview__txt3 {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  border-radius: 5px;
  background: #ffff4d;
  text-align: center;
}

/*
 * article
 */
.p-2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em;
  gap: 2rem 0;
}
.p-2col__h {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #267cb6;
  font-weight: bold;
  line-height: 2;
}
.p-2col__h span {
  display: block;
  color: #267cb6;
  font-weight: normal;
  font-size: 1.4rem;
}
.p-2col__h em {
  font-size: 160%;
}
.p-2col__h div {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}
.p-2col__img img {
  width: min(100%, 40rem);
  margin: 0 auto;
}
.p-2col.-start {
  -ms-flex-align: start;
      align-items: flex-start;
}
.p-2col.-mb2 {
  margin-bottom: 2.8rem;
}
.p-2col__name {
  margin-top: 1em;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.2rem;
  line-height: 1.3;
}
.p-2col__outer {
  margin-top: 2em;
  padding: 3rem 2rem 1rem;
  background: #F2F6F7;
}

.p-2col + .c-h2 {
  margin-top: 5.6rem;
}

.p-media__item {
  margin: 2.6rem 0 5.8rem;
}
.p-media__name {
  font-weight: bold;
  font-size: 1.6rem;
}

.p-voice__h1 {
  color: #267cb6;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-voice__h1 span {
  display: inline;
  padding: 5px 0;
  background: linear-gradient(to bottom, transparent 90%, #267cb6 90%);
  font-size: 140%;
}
.p-voice__thumb {
  width: 100%;
  margin-bottom: 1rem;
}
.p-voice__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.8rem;
  gap: 2rem 0;
}
.p-voice__list img {
  width: 100%;
  padding: 2rem;
  background: #fff;
}
.p-voice__1row {
  display: block;
  margin-top: 2rem;
}
.p-voice__1row img {
  width: 100%;
  padding: 2rem;
  background: #fff;
}

.p-hukidashi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 2em;
  gap: 2rem 0;
}
.p-hukidashi img {
  width: 15rem;
  margin: 0 auto;
  border-radius: 2rem;
}
.p-hukidashi__box {
  position: relative;
  padding: 2rem;
  border-radius: 2rem;
  background: #E0EDFF;
}
.p-hukidashi__box:before {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-right: 1rem solid transparent;
  border-bottom: 2rem solid #E0EDFF;
  border-left: 1rem solid transparent;
  content: "";
}

.p-access__2col {
  margin-top: 2.8rem;
}
.p-access__h2 {
  font-weight: bold;
}
.p-access__table table {
  width: 100%;
  margin-top: 2rem;
  line-height: 1.6;
}
.p-access__table table + .p-access__h2 {
  margin-top: 2em;
}
.p-access__table tr {
  border-top: 2px solid #EEF0F1;
  border-bottom: 2px solid #EEF0F1;
}
.p-access__table th {
  padding: 10px;
  border-top: 2px solid #EEF0F1;
  border-bottom: 2px solid #EEF0F1;
  background: #F2F6F7;
  color: #267cb6;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
.p-access__table td {
  padding: 10px 10px 10px 20px;
  font-size: 1.4rem;
  vertical-align: middle;
}
.p-access__map {
  position: relative;
  aspect-ratio: 4/3;
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-flow {
  counter-reset: number 0;
}
.p-flow__item {
  position: relative;
  margin-bottom: 5.6rem;
  padding: 2rem 2rem 3rem;
  background: #F2F6F7;
  font-size: 1.4rem;
  line-height: 1.5;
  counter-increment: number 1;
}
.p-flow__item:before {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 5rem;
  height: 5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #267cb6;
  content: counter(number);
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.p-flow__item:after {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 2rem solid #267cb6;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  content: "";
}
.p-flow__item:last-of-type:after {
  display: none;
}
.p-flow__item img {
  width: 100%;
  margin-bottom: 1rem;
  object-fit: contain;
}

.p-spacer {
  padding-top: 4rem;
}

.p-contact__h1 {
  margin-bottom: 3rem;
  padding: 1rem 0;
  border-radius: 1rem;
  background: #267cb6;
  color: #fff;
  font-weight: bold;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-contact__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30rem;
  height: 6rem;
  margin: 5rem auto 0;
  border-radius: 3rem;
  background: #267cb6;
  color: #fff;
  transition: opacity 0.3s;
}
.p-contact__btn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.p-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 5rem;
  padding: 3rem 2rem;
  gap: 2rem 0;
  background: #F3E6D2;
}
.p-form__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem 0;
}
.p-form__ttl .required,
.p-form__ttl .optional {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
}
.p-form__ttl .required {
  background: #f25a8d;
  color: #fff;
}
.p-form__ttl .optional {
  background: #1a98c1;
  color: #fff;
}
.p-form__input {
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0.8rem;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 1.6rem;
}
.p-form__input.-textarea {
  height: 15em;
}
.p-form__input.-age {
  width: 8rem;
}
.p-form__textarea {
  -ms-flex: 1;
      flex: 1;
}
.p-form__age {
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.p-form__btn {
  display: -ms-flexbox;
  display: flex;
  appearance: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30rem;
  height: 6rem;
  margin: 2rem auto;
  padding: 0;
  border: none;
  background: #0DB35E;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-form__btn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.p-form__btn.-rev {
  border: 1px solid #0DB35E;
  background: #fff;
  color: #0DB35E;
}
.p-form__error {
  color: #ff0000;
  font-size: 1.4rem;
}
.p-form__note {
  font-size: 1.4rem;
}

/*
 * aside
 */
.p-aside {
  padding: 2.8rem 0 5.6rem;
  background: linear-gradient(30deg, #26a2b6, #264cb6);
  text-align: center;
}
.p-aside__h1 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3;
}
.p-aside__2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 2.8rem 0 0;
  gap: 2rem 0;
}
.p-aside__2col img {
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.p-aside__2col figcaption {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
}
.p-aside__txt1 {
  display: inline-block;
  padding: 0 3rem;
  background: #fff;
  color: #fff;
  color: #ff0000;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
.p-aside__txt2 {
  margin-top: 0;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
.p-aside__txt3 {
  margin-top: 0;
  padding-bottom: 2rem;
  color: #ffff4d;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
.p-aside__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin: 3rem 0 0;
  padding: 1.5rem 0;
  border-radius: 5rem;
  background: #ffb428;
  box-shadow: 0 5px 0 #805a14;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.3s;
}
.p-aside__btn:before {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background: url("../images/icon_tel.svg") no-repeat center/contain;
  content: "";
}
.p-aside__btn.-mt0 {
  margin-top: 0.5rem;
}
.p-aside__btn.-line {
  background: #06c755;
  box-shadow: 0 5px 0 #023215;
  font-size: 1.6rem;
}
.p-aside__btn.-line:before {
  background-image: url("../images/icon_line.svg");
}
.p-aside__btn.-mail {
  background: #ff3328;
  box-shadow: 0 5px 0 #400d0a;
  font-size: 1.6rem;
}
.p-aside__btn.-mail:before {
  background-image: url("../images/icon_mail.svg");
}
.p-aside__btn:hover {
  transform: translateY(5px);
  box-shadow: none;
}
.p-aside__note {
  margin-top: 3rem;
  color: #fff;
  text-align: center;
}
.p-aside__table {
  margin: 4rem auto 0;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-aside__table th {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.p-aside__table th span {
  display: inline-block;
  width: 7rem;
  background: #fff;
  color: #267cb6;
}
.p-aside__table td {
  padding: 0.5rem 0 0 2rem;
  font-size: 1.4rem;
  text-align: left;
}

/*
 * footer
 */
.p-ftr {
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
}
.p-ftr__inner {
  padding: 3rem 0;
}
.p-ftr__inner p {
  text-align: center;
}
.p-ftr__inner p + p {
  margin-top: 0;
}
.p-ftr__tel {
  color: inherit;
}

/*---------- Utility ----------*/
/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.u-tb {
  display: block;
}

.u-spacer {
  height: 4rem;
}

.u-em {
  font-size: 140%;
}

.u-tac {
  text-align: center;
}

/*
 * color
 */
.u-red {
  color: #ff0000;
}

.u-white {
  color: #fff;
}

.u-yerrow {
  color: #ffff4d;
}

.u-link {
  color: #267cb6;
  transition: opacity 0.3s;
}
.u-link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
 * 背景色
 */
.u-bg-gray {
  background-color: #F2F6F7;
}

.u-bg-black {
  background-color: #000;
}

/*
 * マーカー
 */
.u-marker {
  display: inline;
  padding: 0.2rem 0;
  background: #ffff4d;
}

.u-black-marker {
  display: inline;
  padding: 0.2rem 0;
  background: linear-gradient(transparent 90%, #333 0%);
}

@media only screen and (min-width: 768px){
  /* middle-size */
  body{
    font-size: 1.8rem;
  }
  .c-h1{
    font-size: 4rem;
  }
  .c-h1__name{
    font-size: 1.8rem;
  }
  .c-h1-line{
    font-size: 2.4rem;
  }
  .c-h2{
    font-size: 2.4rem;
  }
  .c-h2{
    padding-bottom: 5.6rem;
  }
  .c-art{
    padding: 9.8rem 0;
  }
  .c-thumb{
    width: 80%;
  }
  .c-thumb.-s{
    width: 30%;
  }
  .c-thumb.-mt0{
    margin-top: 0;
  }
  .c-thumb.-mb{
    margin-bottom: 9.8rem;
  }
  .p-topview{
    padding: 5.6rem 0;
    background-image: url("../images/FV_pc.jpg");
    background-size: contain;
  }
  .p-topview__txt1{
    font-size: 6.8rem;
  }
  .p-topview__txt1 small{
    font-size: 2.6rem;
  }
  .p-topview__txt2{
    font-size: 2.2rem;
  }
  .p-topview__txt3{
    padding: 1rem 5rem;
  }
  .p-2col{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 0 3rem;
  }
  .p-2col.-align-center{
    -ms-flex-align: center;
        align-items: center;
  }
  .p-2col__h span{
    font-size: 1.6rem;
  }
  .p-2col__h div{
    font-size: 2.4rem;
  }
  .p-2col__txt-box{
    -ms-flex: 1;
        flex: 1;
  }
  .p-2col__img{
    width: 40%;
  }
  .p-2col__img img{
    width: 100%;
    margin: 0;
  }
  .p-2col__img.-small{
    width: 30%;
  }
  .p-2col.-rev{
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .p-2col__name{
    font-size: 1.2rem;
  }
  .p-2col__outer{
    padding: 5rem 4rem 1rem;
  }
  .p-2col + .c-h2{
    margin-top: 9.8rem;
  }
  .p-media__item{
    margin: 9.8rem 0;
  }
  .p-media__name{
    font-size: 2rem;
  }
  .p-voice__h1{
    font-size: 2.4rem;
  }
  .p-voice__thumb{
    width: 40%;
    margin-bottom: 0;
  }
  .p-voice__list{
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 5.6rem;
    gap: 2rem 4%;
  }
  .p-voice__list img{
    width: 48%;
  }
  .p-hukidashi{
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 0 4rem;
  }
  .p-hukidashi img{
    margin: 0;
  }
  .p-hukidashi__box{
    display: inline-block;
    padding: 2rem 4rem;
  }
  .p-hukidashi__box:before{
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
    border-top: 1rem solid transparent;
    border-right: 2rem solid #E0EDFF;
    border-bottom: 1rem solid transparent;
    border-left: none;
  }
  .p-access__2col{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 5.6rem;
  }
  .p-access__table{
    -ms-flex-order: 1;
        order: 1;
    width: 45%;
  }
  .p-access__table table{
    margin-top: 0;
  }
  .p-access__table th{
    font-size: 1.4rem;
  }
  .p-access__table td{
    font-size: 1.6rem;
  }
  .p-access__map{
    -ms-flex-order: 2;
        order: 2;
    width: 50%;
  }
  .p-flow{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-flow__item{
    font-size: 1.6rem;
  }
  .p-flow__item{
    width: calc((100% - 10rem) / 3);
    margin: 0 5rem 3.5rem 0;
  }
  .p-flow__item:before{
    font-size: 2rem;
  }
  .p-flow__item:after{
    top: 50%;
    right: -3.5rem;
    bottom: auto;
    left: auto;
    transform: translate(0, -50%);
    border-top: 2rem solid transparent;
    border-right: none;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid #267cb6;
  }
  .p-flow__item:nth-of-type(3n){
    margin-right: 0;
  }
  .p-flow__item:nth-of-type(3n):after{
    display: none;
  }
  .p-spacer{
    padding-top: 9.8rem;
  }
  .p-contact__h1{
    font-size: 2.4rem;
  }
  .p-form{
    padding: 5rem;
    gap: 3rem 0;
  }
  .p-form__item{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0 3rem;
  }
  .p-form__ttl{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 27rem;
  }
  .p-form__ttl .required,
.p-form__ttl .optional{
    font-size: 1.2rem;
  }
  .p-form__ttl .required,
.p-form__ttl .optional{
    margin-right: 0;
  }
  .p-form__input{
    font-size: 1.7rem;
  }
  .p-form__input.-textarea{
    height: 8em;
  }
  .p-form__btn{
    font-size: 1.8rem;
  }
  .p-form__error{
    font-size: 1.6rem;
  }
  .p-form__note{
    font-size: 1.6rem;
  }
  .p-aside{
    padding: 5.6rem 0;
  }
  .p-aside__h1{
    font-size: 4rem;
  }
  .p-aside__2col{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin: 5.6rem 0;
    gap: 0 3rem;
  }
  .p-aside__2col figure{
    width: 35%;
  }
  .p-aside__2col figcaption{
    font-size: 1.4rem;
  }
  .p-aside__txt1{
    font-size: 3.4rem;
  }
  .p-aside__txt2{
    font-size: 3.4rem;
  }
  .p-aside__txt3{
    font-size: 3.4rem;
  }
  .p-aside__btn{
    font-size: 3.4rem;
  }
  .p-aside__btn{
    width: 62rem;
    margin: 4rem 0 0;
    padding: 2rem 0;
  }
  .p-aside__btn:before{
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
  }
  .p-aside__btn.-mt0{
    margin-top: 0;
  }
  .p-aside__btn.-line{
    font-size: 2.4rem;
  }
  .p-aside__btn.-mail{
    font-size: 2.4rem;
  }
  .p-aside__table th{
    font-size: 1.4rem;
  }
  .p-aside__table th span{
    width: 9rem;
  }
  .p-aside__table td{
    font-size: 1.8rem;
  }
  .p-ftr__inner{
    padding: 10rem 0;
  }
  .u-sp{
    display: none;
  }
  .u-pc{
    display: block;
  }
  .u-spacer{
    height: 9.8rem;
  }
  .u-spacer.-small{
    height: 5rem;
  }
}

@media only screen and (min-width: 870px){
  /* large-size */
  .l-base{
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
  .u-tb{
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */