@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-size: 100%;
  font: inherit;
  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 {
  font-family: YakuHanJP, "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #192E2C;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

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

a,
button {
  transition: 0.3s;
}

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

a:hover,
button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

*:focus {
  outline: none;
}

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

img {
  width: 100%;
  vertical-align: bottom;
}

footer {
  background-color: #EBF7F8;
  padding-top: 30px;
  padding-bottom: 60px;
}

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

	Layout

-------------------------------*/
/*
* wrapper
*/
.l-base {
  margin-left: 6%;
  margin-right: 6%;
}

.l-p-fixed {
  margin-left: 6%;
  margin-right: 6%;
}

/*
*  main layout
*/
.l-container__side {
  -ms-flex-order: 1;
      order: 1;
  margin-left: 6%;
  margin-right: 6%;
}
.l-container__main {
  background-color: #fff;
  -ms-flex-order: 2;
      order: 2;
}

/*
*  スティッキーヘッダー
*/
.l-sticky {
  position: fixed;
  top: -220px;
  width: 100%;
  z-index: 30;
  transition: top 0.3s;
}
.l-sticky.visible {
  top: 0;
}

.l-sticky-sp {
  position: fixed;
  bottom: -65px;
  width: 100%;
  z-index: 30;
  transition: bottom 0.3s;
}
.l-sticky-sp.visible {
  bottom: 0;
}

/*
*  モーダルメニュー
*/
.l-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
}

.l-modal-btn {
  position: fixed;
  top: 20px;
  right: 6%;
  z-index: 100;
}

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

	Object

-------------------------------*/
/*---------- Component ----------*/
/*
 * ボタン
 */
.c-btn {
  margin: 0;
  padding: 0;
  appearance: none;
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

/*
* heading
*/
.c-h1 {
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #2BB7C3;
}

.c-h2 {
  font-weight: bold;
  letter-spacing: 0.05em;
} /*---------- Project ----------*/
/*
 * header
 */
.p-hdr-top {
  background-color: #ECFDFF;
}
.p-hdr-top__wrapper {
  padding: 20px 0;
}
.p-hdr-top__box-l {
  -ms-flex: 1;
      flex: 1;
}
.p-hdr-top__h1-txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}
.p-hdr-top__h1-txt br {
  display: block;
}
.p-hdr-top__h1 {
  font-size: 2.6rem;
  margin-bottom: 10px;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
}
.p-hdr-top__address {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}
.p-hdr-top__txt1 {
  display: none;
}
.p-hdr-top__txt2 {
  display: none;
}
.p-hdr-top__tel {
  display: none;
}
.p-hdr-top__tel:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 31px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon_tel.png");
}
.p-hdr-top__mail {
  display: none;
}

.p-gnav {
  display: none;
}
.p-gnav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
}
.p-gnav__item {
  font-size: 2rem;
  font-weight: 500;
}
.p-gnav__item a {
  color: #53C8D1;
  display: inline-block;
}

.p-linkbox__tel, .p-linkbox__line, .p-linkbox__mail {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.p-linkbox {
  height: 64px;
  display: -ms-flexbox;
  display: flex;
}
.p-linkbox__mail {
  background-color: #2BB7C3;
}
.p-linkbox__mail img {
  width: 32px;
  margin-right: 11px;
}
.p-linkbox__line {
  background-color: #06C755;
}
.p-linkbox__line img {
  width: 32px;
  margin-right: 11px;
}
.p-linkbox__tel {
  background-color: #0154BC;
}
.p-linkbox__tel img {
  width: 24px;
  margin-right: 7px;
}

/*
 * article
 */

/*
* section
*/
.p-sec01__h1-box {
  background-color: #2BB7C3;
  position: relative;
  margin-bottom: 17px;
  padding: 22px 0;
  background-image: url("../images/bg/dot_green_sp.png"), url("../images/bg/dot_green_sp.png");
  background-size: 70px 57px, 70px 57px;
  background-position: left 9px top 10px, right 6px bottom 6px;
  background-repeat: no-repeat, no-repeat;
}
.p-sec01__h1-box:before {
  content: "";
  bottom: -17px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 17px solid #2BB7C3;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
}
.p-sec01__h1 {
  font-size: 2.8rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.p-sec01__box {
  padding-top: 30px;
  padding-bottom: 60px;
}
.p-sec01__list {
  margin-bottom: 30px;
}
.p-sec01__item {
  font-size: 1.8rem;
  line-height: 1.6;
  position: relative;
  padding-left: 48px;
}
.p-sec01__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  width: 39.5px;
  height: 39.5px;
  background-image: url("../images/icon/icon_check01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-sec01__item + .p-sec01__item {
  margin-top: 30px;
}
.p-sec01__txt1 {
  line-height: 1.75;
}
.p-sec01__thumb {
  margin-bottom: 30px;
}

.p-sec02 {
  padding-top: 30px;
  margin-bottom: 60px;
}
.p-sec02__h1 {
  max-width: 314px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.p-sec02__list {
  background-image: url("../images/bg/bg-pattern.jpg");
  background-size: 12px 12px;
  position: relative;
  padding: 12px 20px 30px;
}
.p-sec02__list + .p-sec02__list {
  margin-top: 30px;
}
.p-sec02__num {
  margin-left: -24px;
  width: 170px;
  margin-bottom: 8px;
}
.p-sec02__h2 {
  font-size: 2rem;
  line-height: 1.4;
  color: #2BB7C3;
  margin-bottom: 16px;
}
.p-sec02__thumb {
  width: 200px;
  display: block;
  margin: 0 auto 22px;
}
.p-sec02__txt1 {
  line-height: 1.75;
  letter-spacing: 0;
}

.p-sec03 {
  padding: 30px 0 60px;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/consult/bg_sp.jpg");
}
.p-sec03__h1 {
  font-size: 2rem;
  line-height: 1.45;
  color: #0154BC;
  text-align: center;
  margin-bottom: 30px;
}
.p-sec03__list {
  border-radius: 10px;
  border: 3px solid #d6f0f3;
  background-color: #fff;
  padding: 8px 19px 20px;
}
.p-sec03__item {
  font-size: 1.6rem;
  line-height: 1.66;
  position: relative;
  padding: 12px 0 0 39px;
}
.p-sec03__item small {
  font-size: 1.4rem;
}
.p-sec03__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 14px;
  left: 0;
  width: 24px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon_check02.png");
}
.p-sec03__bb {
  display: block;
  height: 3px;
  background-color: #ECFDFF;
  margin-top: 12px;
}

.p-sec04 {
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
.p-sec04__h-box {
  position: relative;
  background-color: #2BB7C3;
  padding: 23px 0 18px;
  margin-bottom: 30px;
}
.p-sec04__h-box:after {
  content: "";
  display: block;
  top: -10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/lawyer/icon_law.png");
}
.p-sec04__bdr {
  display: block;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 42px;
}
.p-sec04__h1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}
.p-sec04__h1 span {
  color: #fff59a;
}
.p-sec04__box {
  margin-bottom: 40px;
}
.p-sec04__txt1 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-sec04__txt1 span {
  color: #0154BC;
}
.p-sec04__thumb {
  width: 200px;
  border-radius: 10px;
  display: block;
  margin: 0 auto 30px;
}
.p-sec04__item {
  font-size: 1.6rem;
  position: relative;
  padding-left: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-sec04__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #93dde3;
}
.p-sec04__item + .p-sec04__item {
  margin-top: 27px;
}
.p-sec04__list2 {
  background-color: #FCFAF4;
  border-radius: 10px;
  padding: 14px 20px 20px;
  font-weight: 500;
}
.p-sec04__item2 {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 12px 0 10px;
}
.p-sec04__item2 + .p-sec04__item2 {
  border-top: 1px solid #dedbd4;
}
.p-sec04__h2 {
  font-size: 1.4rem;
  font-weight: normal;
}
.p-sec04__link {
  color: #1e8891;
  text-decoration: underline !important;
}

.p-sec05__h-img {
  margin: 0 auto;
  display: block;
  width: 118px;
  margin-bottom: 8.5px;
}
.p-sec05__h1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2BB7C3;
  line-height: 1.44;
  text-align: center;
  margin-bottom: 30px;
}
.p-sec05__h1 em {
  font-size: 1.7rem;
}
.p-sec05__h-box {
  background-color: #eaf8f9;
  text-align: center;
  padding: 14px 0 10px;
  margin-bottom: 30px;
}
.p-sec05__h-box div {
  display: inline-block;
}
.p-sec05__h2 {
  font-size: 1.6rem;
  color: #0154BC;
  margin-bottom: 14px;
  line-height: 1.3;
}
.p-sec05__h2-txt {
  font-size: 1.4rem;
  position: relative;
  height: 3px;
  margin: 8px 7%;
  width: 86%;
  background-color: rgba(30, 136, 145, 0.2);
}
.p-sec05__h2-txt span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 20px;
  background-color: #eaf8f9;
}
.p-sec05__list {
  margin-bottom: 30px;
}
.p-sec05__item + .p-sec05__item {
  margin-top: 30px;
}
.p-sec05__h3 {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 7px;
  padding-left: 36px;
}
.p-sec05__h3:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 6px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon_check03.png");
}
.p-sec05__bdr {
  display: block;
  height: 2px;
  background-size: 6px 2px;
  background-image: linear-gradient(to right, rgba(1, 84, 188, 0.45), rgba(1, 84, 188, 0.45) 2.5px, transparent 2.5px, transparent 6px);
  background-repeat: repeat-x;
}
.p-sec05__txt1 {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0;
  margin-top: 12px;
  text-align: left;
}
.p-sec05__bb {
  font-weight: bold;
}
.p-sec05__bb:before {
  display: none;
}
.p-sec05__txt2 {
  font-size: 1.8rem;
  line-height: 1.75;
  color: #2BB7C3;
  text-align: center;
  margin-bottom: 60px;
}

.p-sec06 {
  background-color: rgba(43, 183, 195, 0.3);
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
}
.p-sec06:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background-image: url("../images/bg/dot_white_sp.png"), url("../images/bg/dot_white_sp.png");
  background-position: left 3% top 0, right 3% top 0;
  background-size: 61px 29px, 61px 29px;
  background-repeat: no-repeat, no-repeat;
}
.p-sec06:after {
  content: "";
  display: block;
  top: -22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/5reason/logo_5reason.png");
}
.p-sec06__h1 {
  font-size: 2.2rem;
  color: #0154BC;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.3;
}
.p-sec06__h1 span {
  position: relative;
  bottom: -5px;
  font-family: din-2014, sans-serif;
  font-size: 240%;
  margin: 0 5px;
  line-height: 1;
}
.p-sec06__list {
  background-color: #fff;
}
.p-sec06__h2 {
  font-size: 1.8rem;
  position: relative;
  color: #2BB7C3;
  line-height: 1.25;
  background-color: #FCFAF4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 54px;
  height: 55px;
}
.p-sec06__h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38.6px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-sec06__h2--01:before {
  background-image: url("../images/numbers/num01.png");
}
.p-sec06__h2--02:before {
  background-image: url("../images/numbers/num02.png");
}
.p-sec06__h2--03:before {
  background-image: url("../images/numbers/num03.png");
}
.p-sec06__h2--04:before {
  background-image: url("../images/numbers/num04.png");
}
.p-sec06__h2--05 {
  font-size: 1.7rem;
}
.p-sec06__h2--05:before {
  background-image: url("../images/numbers/num05.png");
}
.p-sec06__box {
  padding-bottom: 30px;
}
.p-sec06__thumb {
  margin-bottom: 15px;
}
.p-sec06__txt1 {
  padding: 0 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

.p-sec07 {
  margin-top: 60px;
  padding-bottom: 24px;
}
.p-sec07__h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  color: #2BB7C3;
  margin: 0 -15px 15px;
  text-align: center;
}
.p-sec07__txt1 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.44;
  margin-bottom: 30px;
  text-align: center;
}
.p-sec07__txt2 {
  font-size: 1.8rem;
  color: #fff;
  background-color: #0154BC;
  height: 34px;
  border-radius: 52px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 2px;
}
.p-sec07__bdr01 {
  display: block;
  height: 4px;
  width: 82%;
  border-radius: 52px;
  margin: 0 auto 2px;
  background-color: rgba(1, 84, 188, 0.5);
}
.p-sec07__bdr02 {
  display: block;
  height: 4px;
  width: 52%;
  border-radius: 52px;
  margin: 0 auto 30px;
  background-color: rgba(1, 84, 188, 0.2);
}
.p-sec07__item {
  position: relative;
  padding-bottom: 36px;
}
.p-sec07__item:before {
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 16px solid #ccddf2;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
}
.p-sec07__item + .p-sec07__item {
  margin-top: 30px;
}
.p-sec07__item:last-of-type:before {
  display: none;
}
.p-sec07__thumb {
  max-width: 331px;
  display: block;
  margin: 0 auto 20px;
}
.p-sec07__h2 {
  font-size: 2.4rem;
  color: #0154BC;
  position: relative;
  height: 70px;
  padding-left: 74px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  line-height: 1.3;
}
.p-sec07__h2:before {
  content: "";
  position: absolute;
  display: block;
  left: 3px;
  bottom: 4px;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-sec07__h2:after {
  content: "ステップ";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0154BC;
}
.p-sec07__h2--01:before {
  background-image: url("../images/numbers/step01.png");
}
.p-sec07__h2--02:before {
  background-image: url("../images/numbers/step02.png");
}
.p-sec07__h2--03:before {
  background-image: url("../images/numbers/step03.png");
}
.p-sec07__h2--04:before {
  background-image: url("../images/numbers/step04.png");
}
.p-sec07__h2--05:before {
  background-image: url("../images/numbers/step05.png");
}
.p-sec07__txt3 {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.p-sec07__txt3 a {
  color: inherit;
}

.p-sec08 {
  margin-bottom: 60px;
}
.p-sec08__h-box {
  background-image: url("../images/bg/bg-pattern02.jpg");
  background-size: 18.5px 19.5px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.p-sec08__h1 {
  font-size: 3.2rem;
  line-height: 1.45;
  margin-bottom: 8px;
}
.p-sec08__h2 {
  font-size: 1.8rem;
  line-height: 1.42;
  font-weight: 500;
}
.p-sec08__list {
  margin-bottom: 30px;
}
.p-sec08__item {
  margin-top: 30px;
}
.p-sec08__thumb {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.p-sec08__h3 {
  font-size: 1.8rem;
  color: #2BB7C3;
  background-color: #ECFDFF;
  height: 37px;
  line-height: 37px;
  padding-left: 21px;
  margin-bottom: 20px;
}
.p-sec08__txt1 {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.p-sec08__txt1--ex {
  color: #fc2727;
  margin-top: 20px;
}
.p-sec08__list2 {
  margin: 15px 0;
}
.p-sec08__item2 {
  font-size: 1.5rem;
  position: relative;
  padding-left: 27px;
  line-height: 1.75;
}
.p-sec08__item2:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-sec08__item2--01:before {
  background-image: url("../images/numbers/circle_num01.png");
}
.p-sec08__item2--02:before {
  background-image: url("../images/numbers/circle_num02.png");
}
.p-sec08__txt2 {
  font-size: 2rem;
  color: #0154BC;
  text-align: center;
  line-height: 1.42;
}

.p-sec09 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #FCFAF4;
}
.p-sec09__h1 {
  font-size: 2.8rem;
  line-height: 1.65;
  margin-bottom: 30px;
  text-align: center;
  color: #2BB7C3;
}
.p-sec09__item + .p-sec09__item {
  margin-top: 30px;
}
.p-sec09 .p-sec09__a:before, .p-sec09 .p-sec09__q:before {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-sec09__q {
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #1e8891;
  background-color: #fff;
  border: 3px solid #f5f1e7;
  line-height: 1.5;
  border-radius: 27px;
  padding: 4px 20px 4px 47px;
  margin-bottom: 20px;
}
.p-sec09__q:before {
  top: -3px;
  left: -1px;
  background-image: url("../images/icon/icon_question.png");
}
.p-sec09__a {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.75;
  padding-left: 47px;
  position: relative;
}
.p-sec09__a:before {
  top: 0;
  left: 0;
  background-image: url("../images/icon/icon_answer.png");
}

.p-sim {
  background-color: rgba(43, 183, 195, 0.3);
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}
.p-sim__h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #0154BC;
  line-height: 1.44;
  text-align: center;
  margin-bottom: 30px;
}
.p-sim__box {
  border-radius: 10px;
  background-color: #fff;
  padding: 8px 19px 20px;
}
.p-sim__table {
  font-size: 1.6rem;
  line-height: 1.66;
}
.p-sim__table td {
  padding: 10px;
}
.p-sim__table b {
  font-weight: bold;
}
.p-sim__2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-sim__2col td:first-of-type {
  font-weight: bold;
  padding-bottom: 0;
}
.p-sim__2col td:last-of-type input {
  width: 100%;
  padding: 10px;
  font-size: inherit;
  border: 1px solid #dedbd4;
  appearance: none;
}
.p-sim__2col td small {
  display: block;
  font-size: 1.6rem;
}
.p-sim__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  margin: 0 auto;
  border: none;
  padding: 10px;
  background: #0154BC;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 30px;
  white-space: nowrap;
}
.p-sim__btn-col {
  position: relative;
  padding-bottom: 70px !important;
}
.p-sim__btn-col:before {
  content: "";
  display: block;
  bottom: 15%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 16px solid #ccddf2;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
}
.p-sim__price {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-sim__result {
  border: none;
  width: calc(100% - 10px);
  padding: 10px;
  margin-right: 10px;
  border-bottom: 5px solid #2BB7C3;
  pointer-events: none;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.p-sim__result:-ms-input-placeholder {
  color: #dedbd4;
}
.p-sim__result::placeholder {
  color: #dedbd4;
}
.p-sim__note {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.44;
  margin-top: 30px;
}

/*
* navigation
*/
.p-modal-btn__btn span, .p-modal-btn__btn:after, .p-modal-btn__btn:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

.p-modal-btn {
  background-color: #2BB7C3;
  border-radius: 50%;
  padding: 10px 13px;
}
.p-modal-btn__btn {
  position: relative;
  width: 30px;
  height: 36px;
}
.p-modal-btn__btn:before {
  top: 5px;
}
.open .p-modal-btn__btn:before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.p-modal-btn__btn:after {
  bottom: 5px;
}
.open .p-modal-btn__btn:after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.p-modal-btn__btn span {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.p-modal-btn__btn .open span, .open .p-modal-btn__btn span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*
 * aside
 */
.p-sidenav {
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 0;
  margin: 0 auto;
  width: 76%;
}
.p-sidenav__item {
  font-size: 2rem;
  font-weight: 500;
  padding: 14.5px 0 13.5px;
}
.p-sidenav__item a {
  display: inline-block;
  color: #53C8D1;
}
.p-sidenav__item:before {
  content: "";
  display: inline-block;
  width: 13.5px;
  height: 3px;
  border-radius: 1.5px;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
  background-color: rgba(83, 200, 206, 0.5);
}
.p-sidenav__item + .p-sidenav__item {
  border-top: 2px dotted rgba(30, 136, 145, 0.2);
}

.p-info {
  border-radius: 10px;
  background-color: #fff;
  padding: 33px 20px 55px;
  margin-bottom: 60px;
  border: 4px solid #d5f1f3;
}
.p-info__h1 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 14px;
  margin-bottom: 25px;
  color: #1bb3be;
  border-bottom: 2px dotted rgba(30, 136, 145, 0.2);
}
.p-info__item + .p-info__item {
  margin-top: 37px;
}
.p-info__h2 {
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.p-info__h2:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(43, 183, 195, 0.3);
  vertical-align: middle;
  margin-right: 7px;
}
.p-info__txt {
  line-height: 1.75;
  letter-spacing: 0;
  padding-left: 21px;
  color: inherit;
}
.p-info__map-wrapper {
  margin-top: 10px;
  position: relative;
}
.p-info__map-wrapper:before {
  content: "";
  display: block;
  padding-top: 51.6%;
}
.p-info__map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-side-banner {
  display: block;
  margin: 0 auto;
  max-width: 331px;
  padding-bottom: 60px;
}

.p-aside {
  background-color: #1bb3be;
}
.p-aside--sp {
  display: block;
}
.p-aside--pc {
  display: none;
}
.p-aside__wrapper {
  padding: 60px 0;
  background-image: url("../images/bg/square01_sp.png"), url("../images/bg/square02_sp.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 66px 63px, 66px 63px;
  background-position: left top 14px, right bottom;
}
.p-aside__txtbox {
  color: #fff;
  text-align: center;
}
.p-aside__h1 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}
.p-aside__txt1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}
.p-aside__tel {
  font-size: 4rem;
  color: #ECFDFF;
  font-family: din-2014, sans-serif;
  font-style: normal;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 10px;
}
.p-aside__tel:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 30px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon_tel_white.png");
}
.p-aside__txt2 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}
.p-aside__btn {
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 30px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #ECFDFF;
  color: #0154BC;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.p-aside__btn:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon_arrow.png");
}
.p-aside__btn:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1.1);
}

/*
 * footer
 */
.p-ftr__txt1 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}
.p-ftr__txt1 br {
  display: block;
}
.p-ftr__h1 {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-bottom: 15px;
  white-space: nowrap;
  line-height: 1.3;
}
.p-ftr__txt2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-ftr__list {
  margin-top: 30px;
}
.p-ftr__item {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 20px;
  margin-right: 20px;
}
.p-ftr__item a {
  display: inline-block;
  color: inherit;
}

.p-cr {
  font-size: 1.4rem;
  color: #707070;
  font-weight: 500;
  text-align: center;
  padding: 50px 0 33px;
}

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

.u-tb {
  display: block;
}

.u-pc {
  display: none;
}

/*
* color
*/
.u-fc-01 {
  color: #0154BC;
}

.u-hidden {
  display: none;
}

@media only screen and (min-width: 420px){
  /* small-size */
}

@media only screen and (min-width: 768px){
  /* middle-size */
  footer{
    padding-top: 60px;
    padding-bottom: 0;
  }
  .l-p-fixed{
    margin-left: 40px;
    margin-right: 40px;
  }
  .l-modal{
    display: none;
  }
  .l-modal-btn{
    display: none;
  }
  .p-hdr-top__wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-hdr-top__box-r{
    -ms-flex: 1;
        flex: 1;
    text-align: right;
  }
  .p-hdr-top__h1-txt{
    font-size: 1.6rem;
  }
  .p-hdr-top__h1-txt{
    margin-bottom: 15px;
    line-height: 1.3;
    white-space: nowrap;
  }
  .p-hdr-top__h1{
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .p-hdr-top__address{
    font-size: 1.6rem;
  }
  .p-hdr-top__txt1{
    display: block;
    font-size: 1.4rem;
    text-align: right;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .p-hdr-top__txt2{
    display: block;
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .p-hdr-top__tel{
    font-size: 4rem;
    display: inline-block;
    color: #0154BC;
    font-family: din-2014, sans-serif;
    font-style: normal;
    margin-top: 10px;
    white-space: nowrap;
  }
  .p-hdr-top__mail{
    display: inline-block;
    height: 40px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 25px;
    background-color: #0154BC;
    border-radius: 30px;
    vertical-align: top;
  }
  .p-gnav{
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
  }
  .p-linkbox{
    display: none;
  }
  .p-mv{
    margin-bottom: 60px;
  }
  .p-sec01__h1-box{
    margin-bottom: 40px;
    background-image: url("../images/bg/dot_green_pc.png"), url("../images/bg/dot_green_pc.png");
    background-size: 90px 73px, 90px 73px;
    background-position: left 17px top 5px, right 27px bottom 5px;
  }
  .p-sec01__h1-box:before{
    bottom: -27px;
    border-top-width: 30px;
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .p-sec01__h1{
    font-size: 4.4rem;
  }
  .p-sec01__box{
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 80px;
    background-image: url("../images/intro/bg_pc.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: right;
  }
  .p-sec01__list{
    display: inline-block;
    width: 428px;
    margin-bottom: 40px;
  }
  .p-sec01__item{
    font-size: 2.2rem;
  }
  .p-sec01__item:before{
    width: 39.5px;
    height: 39.5px;
  }
  .p-sec01__txt1{
    line-height: 2;
  }
  .p-sec02{
    padding-top: 45px;
    margin-bottom: 80px;
  }
  .p-sec02__h1{
    max-width: none;
    width: 566px;
    padding-bottom: 40px;
  }
  .p-sec02__list{
    padding: 3px 30px 35px;
  }
  .p-sec02__list--01{
    margin-top: 36px;
    margin-bottom: 68px;
  }
  .p-sec02__list--02{
    margin-bottom: 55px;
  }
  .p-sec02__list + .p-sec02__list{
    margin-top: 0;
  }
  .p-sec02__num{
    margin-left: -42px;
    width: 311px;
    margin-bottom: 12px;
  }
  .p-sec02__h2{
    font-size: 3.6rem;
  }
  .p-sec02__h2{
    margin-bottom: 40px;
  }
  .p-sec02__thumb{
    position: absolute;
    right: 0;
    width: 200px;
    height: 150px;
    margin: 0;
  }
  .p-sec02__thumb--01{
    top: -36px;
  }
  .p-sec02__thumb--02{
    top: -28px;
    right: -20px;
  }
  .p-sec02__thumb--03{
    top: -15px;
  }
  .p-sec03{
    padding: 30px 0 80px;
    background-image: url("../images/consult/bg_pc.jpg");
    text-align: right;
  }
  .p-sec03__h1{
    font-size: 3.8rem;
  }
  .p-sec03__h1{
    line-height: 1.3;
    margin-bottom: 27px;
  }
  .p-sec03__list{
    border-radius: 20px;
    border-width: 5px;
    padding: 25px 43px 40px 46px;
  }
  .p-sec03__item{
    font-size: 1.8rem;
    padding-left: 58px;
  }
  .p-sec03__item small{
    font-size: 1.6rem;
  }
  .p-sec03__item:before{
    top: 10px;
    width: 35.5px;
    height: 29.5px;
  }
  .p-sec03__bb{
    height: 5px;
    margin-left: -58px;
  }
  .p-sec04{
    margin-bottom: 80px;
  }
  .p-sec04__h-box{
    padding: 40px 0 10px;
    margin-bottom: 40px;
  }
  .p-sec04__h-box:after{
    top: -23px;
    width: 155px;
    height: 124px;
  }
  .p-sec04__bdr{
    margin-bottom: 60px;
  }
  .p-sec04__h1{
    font-size: 3.6rem;
  }
  .p-sec04__h1{
    line-height: 1.75;
  }
  .p-sec04__box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-sec04__txt-box{
    -ms-flex-order: 1;
        order: 1;
    width: 56%;
  }
  .p-sec04__txt1{
    font-size: 2rem;
  }
  .p-sec04__thumb{
    -ms-flex-order: 2;
        order: 2;
    width: 251px;
    height: 258px;
    margin: 0;
  }
  .p-sec04__item{
    font-size: 2rem;
  }
  .p-sec04__item:before{
    left: 9px;
  }
  .p-sec04__item + .p-sec04__item{
    margin-top: 30px;
  }
  .p-sec04__list2{
    padding: 16px 40px 30px;
  }
  .p-sec04__item2{
    padding: 13px 0;
    display: -ms-flexbox;
    display: flex;
  }
  .p-sec04__h2{
    font-size: 1.6rem;
  }
  .p-sec04__h2{
    width: 140px;
  }
  .p-sec04__txt2{
    width: calc(100% - 140px);
  }
  .p-sec05__h-img{
    width: 261px;
    margin-bottom: 17px;
  }
  .p-sec05__h1{
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .p-sec05__h1 em{
    font-size: 4rem;
  }
  .p-sec05__mv{
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
  }
  .p-sec05__h-box{
    padding: 19px 0 25px;
    margin: 0 40px 40px;
  }
  .p-sec05__h2{
    font-size: 2.8rem;
  }
  .p-sec05__h2{
    margin-bottom: 24px;
  }
  .p-sec05__h2-txt{
    font-size: 2rem;
  }
  .p-sec05__h2-txt{
    margin: 8px 0;
    width: 100%;
  }
  .p-sec05__list{
    margin-bottom: 60px;
  }
  .p-sec05__item + .p-sec05__item{
    margin-top: 40px;
  }
  .p-sec05__h3{
    margin-bottom: 20px;
    padding-left: 54px;
  }
  .p-sec05__h3:before{
    top: -8px;
    left: 0;
    width: 42.5px;
    height: 41.5px;
  }
  .p-sec05__txt1{
    font-size: 1.6rem;
  }
  .p-sec05__bb{
    position: relative;
    z-index: 0;
    white-space: nowrap;
  }
  .p-sec05__bb:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: -2px;
    bottom: -3px;
    right: 0;
    z-index: -1;
    height: 15px;
    background-color: #fff59a;
  }
  .p-sec05__txt2{
    font-size: 2.8rem;
  }
  .p-sec05__txt2{
    margin-bottom: 80px;
  }
  .p-sec06{
    padding-top: 135px;
    padding-bottom: 80px;
  }
  .p-sec06:before{
    top: 10px;
    background-image: url("../images/bg/dot_white_pc.png"), url("../images/bg/dot_white_pc.png");
    background-position: left 40px top 0, right 40px top 0;
    background-size: 90px 56px, 90px 56px;
  }
  .p-sec06:after{
    top: -17px;
    width: 150px;
    height: 130px;
  }
  .p-sec06__h1{
    font-size: 3.8rem;
  }
  .p-sec06__h1{
    margin-bottom: 30px;
  }
  .p-sec06__h1 span{
    font-size: 200%;
    margin: 0 10px;
  }
  .p-sec06__list{
    margin-left: 40px;
    margin-right: 40px;
  }
  .p-sec06__h2{
    font-size: 3.6rem;
  }
  .p-sec06__h2{
    padding-left: 95px;
    height: 100px;
    margin-bottom: 20px;
  }
  .p-sec06__h2:before{
    width: 70.5px;
  }
  .p-sec06__box{
    padding: 0 24px 40px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    height: auto;
  }
  .p-sec06__thumb{
    width: 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .p-sec06__txt1{
    padding: 0;
  }
  .p-sec07{
    padding-bottom: 34px;
  }
  .p-sec07__h1{
    font-size: 4.4rem;
  }
  .p-sec07__h1{
    margin: 0 0 28px;
  }
  .p-sec07__txt1{
    font-size: 1.8rem;
  }
  .p-sec07__txt1{
    margin-bottom: 42px;
  }
  .p-sec07__txt2{
    font-size: 2.4rem;
  }
  .p-sec07__txt2{
    height: 59px;
    line-height: 59px;
    margin-bottom: 5px;
  }
  .p-sec07__bdr01{
    height: 8px;
    width: 62%;
    margin-bottom: 6px;
  }
  .p-sec07__bdr02{
    height: 8px;
    margin-bottom: 52px;
  }
  .p-sec07__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    height: auto;
    padding-bottom: 46px;
  }
  .p-sec07__item + .p-sec07__item{
    margin-top: 40px;
  }
  .p-sec07__thumb{
    margin: 0 40px 0 0;
  }
  .p-sec07__h2{
    font-size: 2.8rem;
  }
  .p-sec07__h2{
    height: 80px;
    padding-left: 85px;
  }
  .p-sec07__h2:before{
    width: 60px;
    height: 60px;
  }
  .p-sec07__h2:after{
    font-size: 1.6rem;
  }
  .p-sec07__txt3{
    font-size: 1.6rem;
  }
  .p-sec08{
    margin-bottom: 80px;
  }
  .p-sec08__h-box{
    padding: 38px 0 40px;
  }
  .p-sec08__h1{
    font-size: 4.4rem;
  }
  .p-sec08__h1{
    margin-bottom: 10px;
  }
  .p-sec08__h2{
    font-size: 2.8rem;
  }
  .p-sec08__h2{
    font-weight: bold;
  }
  .p-sec08__list{
    margin-bottom: 60px;
  }
  .p-sec08__item{
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .p-sec08__thumb{
    margin-left: 0;
    margin-right: 40px;
  }
  .p-sec08__h3{
    font-size: 2rem;
  }
  .p-sec08__h3{
    margin-bottom: 19px;
  }
  .p-sec08__txt1{
    font-size: 1.6rem;
  }
  .p-sec08__item2{
    font-size: 1.6rem;
  }
  .p-sec08__item2{
    padding-left: 31px;
  }
  .p-sec08__item2:before{
    width: 21px;
    height: 21px;
  }
  .p-sec08__txt2{
    font-size: 2.6rem;
  }
  .p-sec09{
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 60px;
  }
  .p-sec09__h1{
    font-size: 4.4rem;
  }
  .p-sec09__h1{
    margin-bottom: 60px;
  }
  .p-sec09__item + .p-sec09__item{
    margin-top: 40px;
  }
  .p-sec09 .p-sec09__a:before, .p-sec09 .p-sec09__q:before{
    width: 50px;
    height: 50px;
  }
  .p-sec09__q{
    font-size: 2rem;
  }
  .p-sec09__q{
    padding: 10px 10px 10px 80px;
  }
  .p-sec09__q:before{
    top: 0;
  }
  .p-sec09__a{
    font-size: 1.6rem;
  }
  .p-sec09__a{
    padding-left: 80px;
  }
  .p-sim{
    padding-bottom: 80px;
  }
  .p-sim__h1{
    font-size: 3.6rem;
  }
  .p-sim__h1{
    margin-bottom: 40px;
  }
  .p-sim__box{
    border-radius: 20px;
    padding: 25px 43px 40px 46px;
  }
  .p-sim__table{
    font-size: 1.8rem;
  }
  .p-sim__2col{
    display: table-row;
  }
  .p-sim__2col td:first-of-type{
    width: 30%;
  }
  .p-sim__2col td:last-of-type{
    width: 80%;
  }
  .p-sim__2col td:last-of-type input{
    width: 70%;
  }
  .p-sim__btn{
    font-size: 2.2rem;
  }
  .p-sim__btn{
    width: auto;
    padding: 10px 100px;
  }
  .p-sim__result{
    font-size: 3.6rem;
    width: 260px;
  }
  .p-sim__note{
    font-size: 1.6rem;
  }
  .p-sidenav{
    width: auto;
    padding: 60px 60px 20px 40px;
    margin: 0 0 53px;
  }
  .p-sidenav__item{
    padding: 19.5px 0 17.5px;
  }
  .p-info{
    padding: 35px 36px 20px;
    margin-bottom: 37px;
  }
  .p-info__h1{
    margin-right: 20px;
    padding-bottom: 16px;
  }
  .p-info__item + .p-info__item{
    margin-top: 25px;
  }
  .p-info__map-wrapper{
    margin-bottom: 32px;
  }
  .p-aside__wrapper{
    padding: 80px 40px;
    background-image: url("../images/bg/square01_pc.png"), url("../images/bg/square02_pc.png");
    background-size: 122px 117px, 127px 113px;
    background-position: left 18px top 18px, right 13px bottom;
  }
  .p-aside__h1{
    font-size: 3.6rem;
  }
  .p-aside__txt1{
    font-size: 1.8rem;
  }
  .p-aside__txt1{
    margin-bottom: 20px;
  }
  .p-aside__tel{
    font-size: 7rem;
  }
  .p-aside__tel{
    line-height: 48px;
  }
  .p-aside__tel:before{
    width: 37px;
    height: 48px;
    margin-right: 17px;
  }
  .p-aside__txt2{
    font-size: 1.6rem;
  }
  .p-aside__txt2{
    line-height: 1;
    margin: 10px 7px 0;
  }
  .p-aside__btn{
    font-size: 2.2rem;
  }
  .p-aside__btn{
    width: 479px;
    height: 62px;
    line-height: 62px;
  }
  .p-aside__btn:before{
    width: 20px;
    height: 20px;
    right: 35px;
  }
  .p-aside__btn span{
    margin-left: -2rem;
  }
  .p-ftr{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .p-ftr__txt2{
    font-size: 1.6rem;
  }
  .p-ftr__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    margin-left: 30px;
    width: 45%;
  }
  .p-ftr__item{
    font-size: 1.6rem;
  }
  .p-ftr__item:nth-of-type(1){
    -ms-flex-order: 1;
        order: 1;
  }
  .p-ftr__item:nth-of-type(2){
    -ms-flex-order: 4;
        order: 4;
  }
  .p-ftr__item:nth-of-type(3){
    -ms-flex-order: 2;
        order: 2;
  }
  .p-ftr__item:nth-of-type(4){
    -ms-flex-order: 5;
        order: 5;
  }
  .p-ftr__item:nth-of-type(5){
    -ms-flex-order: 3;
        order: 3;
  }
  .p-ftr__item:nth-of-type(6){
    -ms-flex-order: 6;
        order: 6;
  }
  .p-cr{
    font-size: 1.6rem;
  }
  .p-cr{
    padding: 103px 0 35px;
  }
  .u-sp{
    display: none;
  }
  .u-pc{
    display: block;
  }
}

@media only screen and (min-width: 1024px){
  /* large-size */
  main{
    background-color: #EBF7F8;
  }
  .l-base{
    margin-left: 40px;
    margin-right: 40px;
  }
  .l-container__side{
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-container__main{
    width: 840px;
    margin: 0 auto;
  }
  .p-hdr-top__h1-txt br{
    display: none;
  }
  .p-hdr-top__h1{
    font-size: 4rem;
  }
  .p-hdr-top__txt2{
    font-size: 1.8rem;
  }
  .p-hdr-top__tel{
    font-size: 4.4rem;
  }
  .p-sec02__thumb--02{
    right: 0;
  }
  .p-sec03{
    padding-top: 40px;
  }
  .p-sec03__h1{
    line-height: 1.75;
  }
  .p-sec03__list{
    display: inline-block;
    width: 511px;
  }
  .p-sec06__thumb{
    width: 345px;
  }
  .p-sec07__thumb{
    max-width: none;
    width: 340px;
  }
  .p-sidenav{
    padding-top: 20px;
  }
  .p-aside--sp{
    display: none;
  }
  .p-aside--pc{
    display: block;
  }
  .p-aside__wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-aside__txtbox{
    width: 500px;
  }
  .p-aside__h1{
    margin-bottom: 0;
    text-align: left;
  }
  .p-aside__txt2{
    display: inline-block;
  }
  .p-ftr__txt1 br{
    display: none;
  }
  .p-ftr__h1{
    font-size: 3.2rem;
  }
  .p-ftr__list{
    margin-left: 0;
  }
  .p-ftr__item{
    margin-right: 0;
    width: 33%;
  }
  .u-tb{
    display: none;
  }
}

@media only screen and (min-width: 1200px){
  /* XL-size */
  .l-base{
    margin-left: calc((100% - 1120px) / 2);
    margin-right: calc((100% - 1120px) / 2);
  }
  .l-full{
    margin-left: calc((100% - 1200px) / 2);
    margin-right: calc((100% - 1200px) / 2);
  }
  .l-container{
    display: -ms-flexbox;
    display: flex;
  }
  .l-container__side{
    -ms-flex-order: 1;
        order: 1;
    width: 320px;
    margin-left: 0;
    margin-right: 40px;
  }
  .l-container__main{
    -ms-flex-order: 2;
        order: 2;
    width: calc(100% - 320px);
    margin-bottom: 80px;
  }
  .p-sec09{
    margin-bottom: 0;
  }
  .p-aside__h1{
    margin-left: 7%;
  }
}
/*# sourceMappingURL=style.css.map */