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

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

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

a:hover {
  opacity: 0.7;
}

*:focus {
  outline: none;
}

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

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

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

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

	Layout

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

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

/*
*  main layout
*/

.l-container__side {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 6%;
  margin-left: 6%;
}

.l-container__main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-color: #fff;
}

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

.l-sticky.visible {
  top: 0;
}

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

.l-sticky-sp.visible {
  bottom: 0;
}

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

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

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

	Object

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

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

.c-h1 span {
  display: none;
}

.c-h2 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

/*
* リンク
*/
.c-txt-link {
  color: #1E8891;
  text-decoration: underline !important;
  word-break: break-all;
}

/*---------- Project ----------*/
/*
 * header
 */
.p-hdr-top {
  background-color: #ECFDFF;
}

.p-hdr-top__wrapper {
  padding: 20px 0;
}

.p-hdr-top__h1-txt {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-hdr-top__h1-txt br {
  display: block;
}

.p-hdr-top__h1 {
  margin-bottom: 10px;
  font-size: 2.7rem;
}

.p-hdr-top__address {
  font-weight: 500;
  line-height: 1.4;
}

.p-hdr-top__txt1 {
  display: none;
}

.p-hdr-top__txt2 {
  display: none;
}

.p-hdr-top__tel {
  display: none;
}

.p-hdr-top__tel::before {
  display: inline-block;
  width: 24px;
  height: 31px;
  margin-right: 10px;
  background-image: url("../images/icon/icon_tel.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-hdr-top__mail {
  display: none;
}

.p-gnav {
  display: none;
}

.p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 0;
}

.p-gnav__item {
  font-weight: 500;
  font-size: 2rem;
}

.p-gnav__item a {
  display: inline-block;
  color: #53C8D1;
}

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

.p-linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
}

.p-linkbox__mail {
  background-color: #2BB7C3;
}

.p-linkbox__mail 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 {
  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-position: left 9px top 10px, right 6px bottom 6px;
  background-size: 70px 57px, 70px 57px;
  background-repeat: no-repeat, no-repeat;
  background-color: #2BB7C3;
}

.p-sec01__h1-box::before {
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 17px solid #2BB7C3;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  content: '';
}

.p-sec01__h1 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.75;
  text-align: center;
}

.p-sec01__box {
  padding-top: 30px;
  padding-bottom: 60px;
}

.p-sec01__list {
  margin-bottom: 30px;
}

.p-sec01__item {
  position: relative;
  padding-left: 48px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.p-sec01__item::before {
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 39.5px;
  height: 39.5px;
  background-image: url("../images/icon/icon_check01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-sec01__item + .p-sec01__item {
  margin-top: 30px;
}

.p-sec01__txt1 {
  line-height: 1.75;
}

.p-sec01__thumb {
  margin-bottom: 30px;
}

.p-sec02 {
  margin-bottom: 60px;
}

.p-sec02__h1 {
  max-width: 335px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.p-sec02__list {
  position: relative;
  padding: 12px 20px 30px;
  background-image: url("../images/bg/bg-pattern.jpg");
  background-size: 12px 12px;
}

.p-sec02__list + .p-sec02__list {
  margin-top: 30px;
}

.p-sec02__num {
  width: 88px;
  margin-bottom: 8px;
  margin-left: -24px;
}

.p-sec02__h2 {
  margin-bottom: 16px;
  color: #2BB7C3;
  font-size: 2rem;
  line-height: 1.4;
}

.p-sec02__thumb {
  display: block;
  width: 200px;
  margin: 0 auto 22px;
}

.p-sec02__txt1 {
  line-height: 1.75;
  letter-spacing: 0;
}

.p-sec03 {
  padding: 30px 0 60px;
  background-image: url("../images/consult/bg_sp.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  letter-spacing: 0.05em;
}

.p-sec03__h1 {
  margin-bottom: 30px;
  color: #0154BC;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}

.p-sec03__list {
  padding: 8px 19px 20px;
  border: 3px solid #D6F0F3;
  border-radius: 10px;
  background-color: #fff;
}

.p-sec03__item {
  position: relative;
  padding: 12px 0 0 39px;
  font-size: 1.6rem;
  line-height: 1.66;
}

.p-sec03__item small {
  font-size: 1.4rem;
}

.p-sec03__item::before {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 24px;
  height: 21px;
  background-image: url("../images/icon/icon_check02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-sec03__bb {
  display: block;
  height: 3px;
  margin-top: 12px;
  background-color: #ECFDFF;
}

.p-sec04 {
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}

.p-sec04__h-box {
  position: relative;
  margin-bottom: 30px;
  padding: 23px 0 18px;
  background-color: #2BB7C3;
}

.p-sec04__h-box::after {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 87px;
  height: 70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/lawyer/icon_law.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-sec04__bdr {
  display: block;
  height: 2px;
  margin-bottom: 42px;
  background-color: rgba(255, 255, 255, 0.5);
}

.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 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-sec04__txt1 span {
  color: #0154BC;
}

.p-sec04__txt1__sp {
  display: block;
}

.p-sec04__thumb {
  display: block;
  width: 200px;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.p-sec04__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 40px;
  font-size: 1.6rem;
}

.p-sec04__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #93DDE3;
  content: '';
}

.p-sec04__item + .p-sec04__item {
  margin-top: 27px;
}

.p-sec04__list2 {
  padding: 14px 20px 20px;
  border-radius: 10px;
  background-color: #FCFAF4;
  font-weight: 500;
}

.p-sec04__item2 {
  padding: 12px 0 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-sec04__item2 + .p-sec04__item2 {
  border-top: 1px solid #DEDBD4;
}

.p-sec04__h2 {
  font-weight: normal;
  font-size: 1.4rem;
}

.p-sec05__h-img {
  display: block;
  width: 118px;
  margin: 0 auto;
  margin-bottom: 8.5px;
}

.p-sec05__h1 {
  margin-bottom: 30px;
  color: #2BB7C3;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.44;
  text-align: center;
}

.p-sec05__h1 em {
  font-size: 1.7rem;
}

.p-sec05__h-box {
  margin-bottom: 30px;
  padding: 14px 0 10px;
  background-color: #EAF8F9;
  text-align: center;
}

.p-sec05__h-box div {
  display: inline-block;
}

.p-sec05__h2 {
  margin-bottom: 14px;
  color: #0154BC;
  font-size: 1.6rem;
}

.p-sec05__h2-txt {
  position: relative;
  width: 86%;
  height: 3px;
  margin: 8px 7%;
  background-color: rgba(30, 136, 145, 0.2);
  font-size: 1.4rem;
}

.p-sec05__h2-txt span {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #EAF8F9;
}

.p-sec05__list {
  margin-bottom: 30px;
}

.p-sec05__item + .p-sec05__item {
  margin-top: 30px;
}

.p-sec05__h3 {
  position: relative;
  margin-bottom: 7px;
  padding-left: 36px;
  font-size: 2rem;
  line-height: 1.5;
}

.p-sec05__h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  width: 25px;
  height: 25px;
  background-image: url("../images/icon/icon_check03.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-sec05__bdr {
  display: block;
  height: 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-size: 6px 2px;
  background-repeat: repeat-x;
}

.p-sec05__txt1 {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
}

.p-sec05__bb {
  font-weight: bold;
}

.p-sec05__bb::before {
  display: none;
}

.p-sec05__txt2 {
  margin-bottom: 60px;
  color: #2BB7C3;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
}

.p-sec06 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(43, 183, 195, 0.3);
}

.p-sec06::before {
  display: block;
  position: absolute;
  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;
  content: '';
}

.p-sec06::after {
  display: block;
  position: absolute;
  top: -22px;
  left: 50%;
  width: 87px;
  height: 70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/5reason/logo_5reason.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-sec06__h1 {
  display: block;
  width: 276px;
  margin: 0 auto 30px;
}

.p-sec06__list {
  background-color: #fff;
}

.p-sec06__h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  padding-left: 54px;
  background-color: #FCFAF4;
  color: #2BB7C3;
  font-size: 1.6rem;
  line-height: 1.25;
}

.p-sec06__h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.6px;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.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 {
  padding-left: 45px;
}

.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 {
  margin-bottom: 15px;
  color: #2BB7C3;
  font-size: 2.4rem;
  line-height: 1.45;
  text-align: center;
}

.p-sec07__txt1 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.44;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-sec07__txt2 {
  height: 34px;
  margin-bottom: 2px;
  border-radius: 52px;
  background-color: #0154BC;
  color: #fff;
  font-size: 1.8rem;
  line-height: 34px;
  text-align: center;
}

.p-sec07__bdr01 {
  display: block;
  width: 82%;
  height: 4px;
  margin: 0 auto 2px;
  border-radius: 52px;
  background-color: rgba(1, 84, 188, 0.5);
}

.p-sec07__bdr02 {
  display: block;
  width: 52%;
  height: 4px;
  margin: 0 auto 30px;
  border-radius: 52px;
  background-color: rgba(1, 84, 188, 0.2);
}

.p-sec07__item {
  position: relative;
  padding-bottom: 36px;
}

.p-sec07__item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 16px solid #CCDDF2;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  content: '';
}

.p-sec07__item + .p-sec07__item {
  margin-top: 30px;
}

.p-sec07__item:last-of-type::before {
  display: none;
}

.p-sec07__thumb {
  display: block;
  max-width: 331px;
  margin: 0 auto 20px;
}

.p-sec07__h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  padding-left: 74px;
  color: #0154BC;
  font-size: 2.4rem;
}

.p-sec07__h2::before {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 3px;
  width: 52px;
  height: 52px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-sec07__h2::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  content: 'ステップ';
  color: #0154BC;
  font-weight: bold;
  font-size: 1.3rem;
}

.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 {
  padding: 20px 0;
  background-image: url("../images/bg/bg-pattern02.jpg");
  background-size: 18.5px 19.5px;
  color: #fff;
  text-align: center;
}

.p-sec08__h1 {
  margin-bottom: 8px;
  font-size: 3.2rem;
  line-height: 1.45;
}

.p-sec08__h2 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.42;
}

.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 {
  height: 37px;
  margin-bottom: 20px;
  padding-left: 21px;
  background-color: #ECFDFF;
  color: #2BB7C3;
  font-size: 1.8rem;
  line-height: 37px;
}

.p-sec08__txt1 {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0;
}

.p-sec08__txt1--ex {
  margin-top: 20px;
  color: #FC2727;
}

.p-sec08__list2 {
  margin: 15px 0;
}

.p-sec08__item2 {
  position: relative;
  padding-left: 27px;
  font-size: 1.5rem;
  line-height: 1.75;
}

.p-sec08__item2::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.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 {
  color: #0154BC;
  font-size: 1.8rem;
  line-height: 1.42;
  text-align: center;
}

.p-sec09 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #FCFAF4;
}

.p-sec09__h1 {
  margin-bottom: 30px;
  color: #2BB7C3;
  font-size: 2.8rem;
  line-height: 1.65;
  text-align: center;
}

.p-sec09__item + .p-sec09__item {
  margin-top: 30px;
}

.p-sec09 .p-sec09__q::before, .p-sec09 .p-sec09__a::before {
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-sec09__q {
  position: relative;
  margin-bottom: 20px;
  padding: 4px 20px 4px 47px;
  border: 3px solid #F5F1E7;
  border-radius: 27px;
  background-color: #fff;
  color: #1E8891;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-sec09__q::before {
  top: -3px;
  left: -1px;
  background-image: url("../images/icon/icon_question.png");
}

.p-sec09__a {
  position: relative;
  padding-left: 47px;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0;
}

.p-sec09__a::before {
  top: 0;
  left: 0;
  background-image: url("../images/icon/icon_answer.png");
}

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

.p-modal-btn {
  padding: 10px 13px;
  border-radius: 50%;
  background-color: #2BB7C3;
}

.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%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-modal-btn__btn::after {
  bottom: 5px;
}

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

.p-modal-btn__btn span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.p-modal-btn__btn .open span, .open .p-modal-btn__btn span {
  opacity: 0;
}

/*
 * aside
 */
.p-sidenav {
  width: 76%;
  margin: 0 auto;
  padding: 60px 0;
  border-radius: 10px;
  background-color: #fff;
}

.p-sidenav__item {
  padding: 14.5px 0 13.5px;
  font-weight: 500;
  font-size: 2rem;
}

.p-sidenav__item a {
  display: inline-block;
  color: #53C8D1;
}

.p-sidenav__item::before {
  display: inline-block;
  width: 13.5px;
  height: 3px;
  margin-top: -3px;
  margin-right: 20px;
  border-radius: 1.5px;
  background-color: rgba(83, 200, 206, 0.5);
  content: '';
  vertical-align: middle;
}

.p-sidenav__item + .p-sidenav__item {
  border-top: 2px dotted rgba(30, 136, 145, 0.2);
}

.p-info {
  margin-bottom: 60px;
  padding: 33px 20px 55px;
  border: 4px solid #D5F1F3;
  border-radius: 10px;
  background-color: #fff;
}

.p-info__h1 {
  margin-bottom: 25px;
  padding-bottom: 14px;
  border-bottom: 2px dotted rgba(30, 136, 145, 0.2);
  color: #1BB3BE;
  font-weight: 500;
  font-size: 2rem;
}

.p-info__item + .p-info__item {
  margin-top: 37px;
}

.p-info__h2 {
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

.p-info__h2::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: rgba(43, 183, 195, 0.3);
  content: '';
  vertical-align: middle;
}

.p-info__txt {
  padding-left: 21px;
  color: inherit;
  line-height: 1.75;
  letter-spacing: 0;
}

.p-info__map-wrapper {
  position: relative;
  margin-top: 10px;
}

.p-info__map-wrapper::before {
  display: block;
  padding-top: 51.6%;
  content: '';
}

.p-info__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-aside {
  background-color: #1BB3BE;
}

.p-aside--sp {
  display: block;
}

.p-aside--pc {
  display: none;
}

.p-aside__wrapper {
  padding: 30px 0;
  background-image: url("../images/bg/square01_sp.png"), url("../images/bg/square02_sp.png");
  background-position: left top 14px, right bottom;
  background-size: 66px 63px, 66px 63px;
  background-repeat: no-repeat, no-repeat;
}

.p-aside__txtbox {
  color: #fff;
  text-align: center;
}

.p-aside__h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}

.p-aside__txt1 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}

.p-aside__tel {
  display: inline-block;
  margin-bottom: 10px;
  color: #ECFDFF;
  font-style: normal;
  font-size: 4rem;
  line-height: 30px;
  font-family: din-2014, sans-serif;
}

.p-aside__tel::before {
  display: inline-block;
  width: 23px;
  height: 30px;
  margin-right: 12px;
  background-image: url("../images/icon/icon_tel_white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-aside__txt2 {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.p-aside__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  padding-left: 26px;
  border-radius: 30px;
  background-color: #ECFDFF;
  color: #0154BC;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: left;
}

.p-aside__btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/icon/icon_arrow.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-aside__btn:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  opacity: 1;
}

/*
 * footer
 */

.p-ftr__txt1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-ftr__txt1 br {
  display: block;
}

.p-ftr__h1 {
  margin-bottom: 15px;
  font-size: 2.7rem;
  white-space: nowrap;
}

.p-ftr__txt2 {
  font-weight: 500;
  font-size: 1.4rem;
}

.p-ftr__list {
  margin-top: 30px;
}

.p-ftr__item {
  margin-top: 20px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 1.4rem;
}

.p-ftr__item a {
  display: inline-block;
  color: inherit;
}

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

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

.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

/*
* color
*/
.u-fc-01 {
  color: #0154BC;
}
@media only screen and (min-width: 375px) {
  /* x-small-size */
  .p-sec04__txt1__sp {
    display: none;
  }
  .p-sec06__h2 {
    font-size: 1.8rem;
  }
  .p-sec06__h2--05 {
    padding-left: 54px;
  }
  .p-sec08__txt2 {
    font-size: 2rem;
  }
  .p-info {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-aside__btn {
    width: 314px;
    padding-left: 52px;
  }
  .p-ftr__h1 {
    font-size: 3.2rem;
  }
  .u-xs {
    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-right: 40px;
    margin-left: 40px;
  }
  .l-modal {
    display: none;
  }
  .l-modal-btn {
    display: none;
  }
  .p-hdr-top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-hdr-top__box-r {
    width: 410px;
    text-align: right;
  }
  .p-hdr-top__h1-txt {
    font-size: 1.6rem;
  }
  .p-hdr-top__h1-txt {
    margin-bottom: 20px;
    line-height: 1;
    white-space: nowrap;
  }
  .p-hdr-top__h1 {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
  .p-hdr-top__address {
    line-height: 1;
  }
  .p-hdr-top__txt1 {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: right;
    white-space: nowrap;
  }
  .p-hdr-top__txt2 {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: right;
    white-space: nowrap;
  }
  .p-hdr-top__tel {
    display: inline-block;
    margin-top: 10px;
    color: #0154BC;
    font-style: normal;
    font-size: 4rem;
    font-family: din-2014, sans-serif;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .p-hdr-top__mail {
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    border-radius: 30px;
    background-color: #0154BC;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    vertical-align: top;
  }
  .p-gnav {
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .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-position: left 17px top 5px, right 27px bottom 5px;
    background-size: 90px 73px, 90px 73px;
  }
  .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-size: 100% auto;
    background-repeat: no-repeat;
    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 {
    margin-bottom: 80px;
  }
  .p-sec02__h1 {
    width: 603px;
    max-width: none;
    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 {
    width: 150px;
    margin-bottom: 12px;
    margin-left: -42px;
  }
  .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;
  }
  .p-sec02__thumb--03 {
    top: -15px;
  }
  .p-sec03 {
    padding: 45px 0 80px;
    background-image: url("../images/consult/bg_pc.jpg");
    text-align: right;
  }
  .p-sec03__h1 {
    font-size: 4rem;
  }
  .p-sec03__h1 {
    margin-bottom: 27px;
    line-height: 1.75;
  }
  .p-sec03__list {
    padding: 25px 43px 40px 46px;
    border-width: 5px;
    border-radius: 20px;
  }
  .p-sec03__item {
    padding-left: 58px;
    font-size: 1.8rem;
  }
  .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 {
    margin-bottom: 40px;
    padding: 40px 0 10px;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-sec04__txt-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 56%;
  }
  .p-sec04__txt1 {
    font-size: 2rem;
  }
  .p-sec04__thumb {
    -webkit-box-ordinal-group: 3;
    -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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
  }
  .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 {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
  .p-sec05__h1 em {
    font-size: 4rem;
  }
  .p-sec05__mv {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-sec05__h-box {
    margin: 0 40px 40px;
    padding: 19px 0 25px;
  }
  .p-sec05__h2 {
    font-size: 2.8rem;
  }
  .p-sec05__h2 {
    margin-bottom: 24px;
  }
  .p-sec05__h2-txt {
    font-size: 2rem;
  }
  .p-sec05__h2-txt {
    width: 100%;
    margin: 8px 0;
  }
  .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 {
    z-index: 0;
    position: relative;
    white-space: nowrap;
  }
  .p-sec05__bb::before {
    display: inline-block;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: -3px;
    left: -2px;
    height: 15px;
    background-color: #FFF59A;
    content: '';
  }
  .p-sec05__txt2 {
    font-size: 2.8rem;
  }
  .p-sec05__txt2 {
    margin-bottom: 80px;
  }
  .p-sec06 {
    padding-top: 125px;
    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 {
    width: 460px;
    margin-bottom: 40px;
  }
  .p-sec06__list {
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-sec06__h2 {
    height: 100px;
    margin-bottom: 20px;
    padding-left: 95px;
    font-size: 3.6rem;
  }
  .p-sec06__h2::before {
    width: 70.5px;
  }
  .p-sec06__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding: 0 24px 40px 20px;
  }
  .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-bottom: 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;
    margin-bottom: 5px;
    line-height: 59px;
  }
  .p-sec07__bdr01 {
    width: 62%;
    height: 8px;
    margin-bottom: 6px;
  }
  .p-sec07__bdr02 {
    height: 8px;
    margin-bottom: 52px;
  }
  .p-sec07__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .p-sec08__thumb {
    margin-right: 40px;
    margin-left: 0;
  }
  .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 {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .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__q::before, .p-sec09 .p-sec09__a::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-sidenav {
    width: auto;
    margin: 0 0 53px;
    padding: 60px 60px 20px 40px;
  }
  .p-sidenav__item {
    padding: 19.5px 0 17.5px;
  }
  .p-info {
    margin-bottom: 37px;
    padding: 35px 36px 20px;
  }
  .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: 40px 40px;
    background-image: url("../images/bg/square01_pc.png"), url("../images/bg/square02_pc.png");
    background-position: left 18px top 18px, right 13px bottom;
    background-size: 122px 117px, 127px 113px;
  }
  .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 {
    margin-bottom: 0;
    line-height: 48px;
  }
  .p-aside__tel::before {
    width: 37px;
    height: 48px;
    margin-right: 17px;
  }
  .p-aside__txt2 {
    font-size: 1.6rem;
  }
  .p-aside__txt2 {
    margin: 10px 7px 0;
    line-height: 1;
  }
  .p-aside__btn {
    font-size: 2.2rem;
  }
  .p-aside__btn {
    width: 479px;
    height: 62px;
    padding-left: 72px;
    line-height: 62px;
  }
  .p-aside__btn::before {
    right: 35px;
    width: 20px;
    height: 20px;
  }
  .p-ftr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-ftr__txt2 {
    font-size: 1.6rem;
  }
  .p-ftr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 30px;
  }
  .p-ftr__item {
    font-size: 1.6rem;
  }
  .p-ftr__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-ftr__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .p-ftr__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-ftr__item:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .p-ftr__item:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-ftr__item:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .p-ftr__item:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .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-right: 40px;
    margin-left: 40px;
  }
  .l-container__side {
    width: 840px;
    margin-right: auto;
    margin-left: 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__tel {
    font-size: 4.4rem;
  }
  .p-sec03__list {
    display: inline-block;
    width: 511px;
  }
  .p-sec06__thumb {
    width: 345px;
  }
  .p-sec07__thumb {
    width: 340px;
    max-width: none;
  }
  .p-sidenav {
    padding-top: 20px;
  }
  .p-aside--sp {
    display: none;
  }
  .p-aside--pc {
    display: block;
  }
  .p-aside__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-aside__txtbox {
    width: 560px;
  }
  .p-aside__h1 {
    margin-top: 84px;
    margin-bottom: 0;
    margin-left: 7%;
    text-align: left;
  }
  .p-aside__txt2 {
    display: inline-block;
  }
  .p-ftr__txt1 br {
    display: none;
  }
  .p-ftr__h1 {
    font-size: 4rem;
  }
  .p-ftr__list {
    width: 55%;
    margin-left: 0;
  }
  .p-ftr__item {
    width: 33%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* XL-size */
  .l-base {
    margin-right: calc((100% - 1120px) / 2);
    margin-left: calc((100% - 1120px) / 2);
  }
  .l-full {
    margin-right: calc((100% - 1200px) / 2);
    margin-left: calc((100% - 1200px) / 2);
  }
  .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-container__side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 320px;
    margin-right: 40px;
    margin-left: 0;
  }
  .l-container__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 320px);
    margin-bottom: 80px;
  }
  .p-hdr-top__box-r {
    width: auto;
  }
  .p-hdr-top__tel {
    margin-top: 0;
    margin-left: 45px;
  }
  .p-sec09 {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */
