@charset "UTF-8";

/* =======================================

	reset CSS

========================================== */
html {
  scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  padding: 0;
  margin: 0;
}

html,
body {
  background: #fff;
  color: #000;
}

.fJ {
  font-family: "Montserrat", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

.fE {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {
  font-size: small;
}

*:first-child+html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child+html+input,
*:first-child html+textarea,
*:first-child+html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child+html pre,
*:first-child html+code,
*:first-child html+kbd,
*:first-child+html+samp,
*:first-child+html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

input.long,
textarea.message {
  width: 100% !important;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
}

textarea.message {
  width: 100%;
  height: 20rem !important;
}

.hissu {
  padding: 3px 4px 2px 4px;
  color: #d41c1c;
  font-weight: bold;
  font-size: 11px;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

.fW100 {
  font-weight: 100;
}

.fW200 {
  font-weight: 200;
}

.fW300 {
  font-weight: 300;
}

.fW400 {
  font-weight: 400;
}

.fW500 {
  font-weight: 500;
}

.fW600 {
  font-weight: 600;
}

.fW700 {
  font-weight: 700;
}

.fW800 {
  font-weight: 800;
}

.fW900 {
  font-weight: 900;
}

.ls0 {
  letter-spacing: 0;
}

.ls05 {
  letter-spacing: 0.05em;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.lh0 {
  line-height: 0% !important;
}

.lh100 {
  line-height: 100% !important;
}

.lh110 {
  line-height: 110% !important;
}

.lh120 {
  line-height: 120% !important;
}

.lh130 {
  line-height: 130% !important;
}

.lh140 {
  line-height: 140% !important;
}

.lh150 {
  line-height: 150% !important;
}

.lh160 {
  line-height: 160% !important;
}

.lh170 {
  line-height: 170% !important;
}

.lh180 {
  line-height: 180% !important;
}

.lh190 {
  line-height: 190% !important;
}

.lh200 {
  line-height: 200% !important;
}

.lh220 {
  line-height: 220% !important;
}

.lh240 {
  line-height: 240% !important;
}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child+html .cf {
  zoom: 1;
}

/* IE7 */
/* =======================================

	Structure CSS

========================================== */
* {
  box-sizing: border-box;
}

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

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

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

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.bold {
  font-weight: bold !important;
}

.red {
  color: #ff610c !important;
}

.blue {
  color: #2C4A7B !important;
}

.white {
  color: #fff !important;
}

.black {
  color: #313136;
}

.gray {
  color: #777F8E;
}

.orange {
  color: #f88f03 !important;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.rela {
  position: relative;
}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
  margin-bottom: 10px;
}

.c_list li {
  position: relative;
  /* text-indent: -1em; */
  margin-left: 24px;
  line-height: 135%;
  margin-bottom: 10px;
}

.c_list li:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background: linear-gradient(90deg, #ff5500, #ffd400);
  border-radius: 0.2em;
  top: 0.3em;
  left: -20px;
}

.o_02 .head {
  display: flex;
}

.o_02 .sub {
  background: #333;
  color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.o_02 .tag {
  width: 140px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 0.2em;
  font-size: 90%;
  margin-right: 15px;
  padding: 3px 0 1px;
}

.o_02 .tag01 {
  background: #4bad12;
}

.o_02 .tag02 {
  background: #2c4593;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.c_y0_xc {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.c_yc_x0 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(50%) translateX(0%);
}

/*タイトル
========================================== */
.h3Tit {
  font-size: 22px;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: 0.08em;
  line-height: 140%;
  position: relative;
  text-align: left;
  padding-left: 37px;
  margin-bottom: 15px;
}

.c_tit {
  letter-spacing: 0.07em;
  line-height: 150%;
}

/*ボタン
========================================== */
.btn01 a {
  color: #2C4A7B;
  padding-right: 55px;
  position: relative;
  display: inline-block;
  font-size: 2.0rem;
}

.btn01 a::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/arrow02.png) no-repeat right center/100%;
  transition: right 0.3s ease;
}

.btn01 a:hover::after {
  right: -0.5em;
}

.btn02 {
  background: #2C4A7B url(../img/arrow01-w.svg) no-repeat right 1em center/0.8em;
  border-radius: 50em;
  padding: 1em 2.5em;
  text-align: center;
  color: #fff;
  font-weight: 300;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn02:hover {
  background-color: #5A7DB2;
}

.btn03 {
  background: url(../img/arrow01-b.svg) no-repeat right 1em center/0.8em;
  border-radius: 50em;
  padding: 1em 2em;
  border: 1px solid #2C4A7B;
  text-align: center;
  font-weight: 300;
  color: #2C4A7B !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.8rem;
  display: inline-block;
}

.btn03:hover {
  background: #2C4A7B url(../img/arrow01-w.svg) no-repeat right 1em center/0.8em;
  color: #fff !important;
}

.linkBox a,
.o_02 a,
.footer01 .f_con_line a,
.footer02_01 a,
.copyright a {
  transition: 0.3s;
}

.submit {
  cursor: pointer !important;
  transition: 0.3s;
}

.footer02_nav a:hover,
.footer02_01 a:hover,
.copyright a:hover,
.logo:hover,
.u_l:hover {
  opacity: 0.7;
}

.linkBox a:hover,
.o_02 a:hover,
.submit:hover {
  opacity: 0.9;
}


/*flex
========================================== */
.flex {
  display: flex;
}

.flex_nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_space_between {
  justify-content: space-between;
}

.flex_center {
  justify-content: center;
}

.flex_left {
  justify-content: left;
}

.flex_right {
  justify-content: right;
}

.flex_flex_end {
  justify-content: flex-end;
}

.flex_row_reverse {
  flex-flow: row-reverse;
}

.align_items_c {
  align-items: center;
}

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  transition: 0.3s;
  height: auto;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

.w_4em {
  width: 4em;
}

.w_45em {
  width: 4.5em;
}

.w_5em {
  width: 5em;
}

.w_6em {
  width: 6em;
}

.w_7em {
  width: 7em;
}

.w_8em {
  width: 8em;
}

.w_9em {
  width: 9em;
}

.f10 {
  font-size: 1rem !important;
}

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

.f31 {
  font-size: 3.1rem !important;
}

.f32 {
  font-size: 3.2rem !important;
}

.f33 {
  font-size: 3.3rem !important;
}

.f34 {
  font-size: 3.4rem !important;
}

.f35 {
  font-size: 3.5em !important;
}

.f36 {
  font-size: 3.6rem !important;
}

.f37 {
  font-size: 3.7rem !important;
}

.f38 {
  font-size: 3.8rem !important;
}

.f39 {
  font-size: 3.9rem !important;
}

.f40 {
  font-size: 4rem !important;
}

.f_ps60 {
  font-size: 60% !important;
}

.f_ps65 {
  font-size: 65% !important;
}

.f_ps70 {
  font-size: 70% !important;
}

.f_ps75 {
  font-size: 75% !important;
}

.f_ps80 {
  font-size: 80% !important;
}

.f_ps85 {
  font-size: 85% !important;
}

.f_ps90 {
  font-size: 90% !important;
}

.f_ps95 {
  font-size: 95% !important;
}

.f_ps100 {
  font-size: 100% !important;
}

.f_ps105 {
  font-size: 105% !important;
}

.f_ps110 {
  font-size: 110% !important;
}

.f_ps115 {
  font-size: 115% !important;
}

.f_ps120 {
  font-size: 120% !important;
}

.f_ps125 {
  font-size: 125% !important;
}

.f_ps130 {
  font-size: 130% !important;
}

.f_ps135 {
  font-size: 135% !important;
}

.f_ps140 {
  font-size: 140% !important;
}

.f_ps145 {
  font-size: 145% !important;
}

.f_ps150 {
  font-size: 150% !important;
}

.inner {
  max-width: 1000px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.h2Tit_inner {
  width: calc(100% - 50px);
  margin: auto;
}

.inner_500 {
  max-width: 500px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_600 {
  max-width: 600px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_700 {
  max-width: 700px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_800 {
  max-width: 800px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_900 {
  max-width: 900px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1000 {
  max-width: 1000px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1100 {
  max-width: 1100px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1200 {
  max-width: 1200px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1300 {
  max-width: 1300px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1400 {
  max-width: 1400px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1500 {
  max-width: 1500px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1600 {
  max-width: 1600px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1700 {
  max-width: 1700px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1800 {
  max-width: 1800px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

/* =======================================

	margin / padding

========================================== */
/*! mb */
.mA0 {
  margin: 0px !important;
}

.mA5 {
  margin: 5px !important;
}

.mA10 {
  margin: 10px !important;
}

.mA15 {
  margin: 15px !important;
}

.mA20 {
  margin: 20px !important;
}

.mA25 {
  margin: 25px !important;
}

.mA30 {
  margin: 30px !important;
}

.mA35 {
  margin: 35px !important;
}

.mA40 {
  margin: 40px !important;
}

.mA45 {
  margin: 45px !important;
}

.mA50 {
  margin: 50px !important;
}

.mA55 {
  margin: 55px !important;
}

.mA60 {
  margin: 60px !important;
}

.mA65 {
  margin: 65px !important;
}

.mA70 {
  margin: 70px !important;
}

.mA75 {
  margin: 75px !important;
}

.mA80 {
  margin: 80px !important;
}

.mA85 {
  margin: 85px !important;
}

.mA90 {
  margin: 90px !important;
}

.mA95 {
  margin: 95px !important;
}

.mA100 {
  margin: 100px !important;
}

.mA105 {
  margin: 105px !important;
}

.mA110 {
  margin: 110px !important;
}

.mA115 {
  margin: 115px !important;
}

.mA120 {
  margin: 120px !important;
}

.mA125 {
  margin: 125px !important;
}

.mA130 {
  margin: 130px !important;
}

.mA135 {
  margin: 135px !important;
}

.mA140 {
  margin: 140px !important;
}

.mA145 {
  margin: 145px !important;
}

.mA150 {
  margin: 150px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT75 {
  margin-top: 75px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mT85 {
  margin-top: 85px !important;
}

.mT90 {
  margin-top: 90px !important;
}

.mT95 {
  margin-top: 95px !important;
}

.mT100 {
  margin-top: 100px !important;
}

.mT105 {
  margin-top: 105px !important;
}

.mT110 {
  margin-top: 110px !important;
}

.mT115 {
  margin-top: 115px !important;
}

.mT120 {
  margin-top: 120px !important;
}

.mT125 {
  margin-top: 125px !important;
}

.mT130 {
  margin-top: 130px !important;
}

.mT135 {
  margin-top: 135px !important;
}

.mT140 {
  margin-top: 140px !important;
}

.mT145 {
  margin-top: 145px !important;
}

.mT150 {
  margin-top: 150px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB55 {
  margin-bottom: 55px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB65 {
  margin-bottom: 65px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB75 {
  margin-bottom: 75px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mB85 {
  margin-bottom: 85px !important;
}

.mB90 {
  margin-bottom: 90px !important;
}

.mB95 {
  margin-bottom: 95px !important;
}

.mB100 {
  margin-bottom: 100px !important;
}

.mB105 {
  margin-bottom: 105px !important;
}

.mB110 {
  margin-bottom: 110px !important;
}

.mB115 {
  margin-bottom: 115px !important;
}

.mB120 {
  margin-bottom: 120px !important;
}

.mB125 {
  margin-bottom: 125px !important;
}

.mB130 {
  margin-bottom: 130px !important;
}

.mB135 {
  margin-bottom: 135px !important;
}

.mB140 {
  margin-bottom: 140px !important;
}

.mB145 {
  margin-bottom: 145px !important;
}

.mB150 {
  margin-bottom: 150px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL65 {
  margin-left: 65px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL75 {
  margin-left: 75px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL90 {
  margin-left: 90px !important;
}

.mL95 {
  margin-left: 95px !important;
}

.mL100 {
  margin-left: 100px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL125 {
  margin-left: 125px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL135 {
  margin-left: 135px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL145 {
  margin-left: 145px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR55 {
  margin-right: 55px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mR65 {
  margin-right: 65px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR75 {
  margin-right: 75px !important;
}

.mR80 {
  margin-right: 80px !important;
}

.mR85 {
  margin-right: 85px !important;
}

.mR90 {
  margin-right: 90px !important;
}

.mR95 {
  margin-right: 95px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR105 {
  margin-right: 105px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR115 {
  margin-right: 115px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR125 {
  margin-right: 125px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR135 {
  margin-right: 135px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR145 {
  margin-right: 145px !important;
}

.mR150 {
  margin-right: 150px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

.pB70 {
  padding-bottom: 70px !important;
}

.pB75 {
  padding-bottom: 75px !important;
}

.pB80 {
  padding-bottom: 80px !important;
}

.pB85 {
  padding-bottom: 85px !important;
}

.pB90 {
  padding-bottom: 90px !important;
}

.pB95 {
  padding-bottom: 95px !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.pB105 {
  padding-bottom: 105px !important;
}

.pB110 {
  padding-bottom: 110px !important;
}

.pB115 {
  padding-bottom: 115px !important;
}

.pB120 {
  padding-bottom: 120px !important;
}

.pB125 {
  padding-bottom: 125px !important;
}

.pB130 {
  padding-bottom: 130px !important;
}

.pB135 {
  padding-bottom: 135px !important;
}

.pB140 {
  padding-bottom: 140px !important;
}

.pB145 {
  padding-bottom: 145px !important;
}

.pB150 {
  padding-bottom: 150px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.pT75 {
  padding-top: 75px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT85 {
  padding-top: 85px !important;
}

.pT90 {
  padding-top: 90px !important;
}

.pT95 {
  padding-top: 95px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pT105 {
  padding-top: 105px !important;
}

.pT110 {
  padding-top: 110px !important;
}

.pT115 {
  padding-top: 115px !important;
}

.pT120 {
  padding-top: 120px !important;
}

.pT125 {
  padding-top: 125px !important;
}

.pT130 {
  padding-top: 130px !important;
}

.pT135 {
  padding-top: 135px !important;
}

.pT140 {
  padding-top: 140px !important;
}

.pT145 {
  padding-top: 145px !important;
}

.pT150 {
  padding-top: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pR55 {
  padding-right: 55px !important;
}

.pR60 {
  padding-right: 60px !important;
}

.pR65 {
  padding-right: 65px !important;
}

.pR70 {
  padding-right: 70px !important;
}

.pR75 {
  padding-right: 75px !important;
}

.pR80 {
  padding-right: 80px !important;
}

.pR85 {
  padding-right: 85px !important;
}

.pR90 {
  padding-right: 90px !important;
}

.pR95 {
  padding-right: 95px !important;
}

.pR100 {
  padding-right: 100px !important;
}

.pR105 {
  padding-right: 105px !important;
}

.pR110 {
  padding-right: 110px !important;
}

.pR115 {
  padding-right: 115px !important;
}

.pR120 {
  padding-right: 120px !important;
}

.pR125 {
  padding-right: 125px !important;
}

.pR130 {
  padding-right: 130px !important;
}

.pR135 {
  padding-right: 135px !important;
}

.pR140 {
  padding-right: 140px !important;
}

.pR145 {
  padding-right: 145px !important;
}

.pR150 {
  padding-right: 150px !important;
}

.pA0 {
  padding: 0px !important;
}

.pA5 {
  padding: 5px !important;
}

.pA10 {
  padding: 10px !important;
}

.pA15 {
  padding: 15px !important;
}

.pA20 {
  padding: 20px !important;
}

.pA25 {
  padding: 25px !important;
}

.pA30 {
  padding: 30px !important;
}

.pA35 {
  padding: 35px !important;
}

.pA40 {
  padding: 40px !important;
}

.pA45 {
  padding: 45px !important;
}

.pA50 {
  padding: 50px !important;
}

.pA55 {
  padding: 55px !important;
}

.pA60 {
  padding: 60px !important;
}

.pA65 {
  padding: 65px !important;
}

.pA70 {
  padding: 70px !important;
}

.pA75 {
  padding: 75px !important;
}

.pA80 {
  padding: 80px !important;
}

.pA85 {
  padding: 85px !important;
}

.pA90 {
  padding: 90px !important;
}

.pA95 {
  padding: 95px !important;
}

.pA100 {
  padding: 100px !important;
}

.pA105 {
  padding: 105px !important;
}

.pA110 {
  padding: 110px !important;
}

.pA115 {
  padding: 115px !important;
}

.pA120 {
  padding: 120px !important;
}

.pA125 {
  padding: 125px !important;
}

.pA130 {
  padding: 130px !important;
}

.pA135 {
  padding: 135px !important;
}

.pA140 {
  padding: 140px !important;
}

.pA145 {
  padding: 145px !important;
}

.pA150 {
  padding: 150px !important;
}

.mB1em {
  margin-bottom: 1em !important;
}

/*! mb */
@media (max-width: 900px) and (min-width: 0px) {
  .mA0 {
    margin: 0% !important;
  }

  .mA5 {
    margin: 2.5% !important;
  }

  .mA10 {
    margin: 2.5% !important;
  }

  .mA15 {
    margin: 2.5% !important;
  }

  .mA20 {
    margin: 5% !important;
  }

  .mA25 {
    margin: 5% !important;
  }

  .mA30 {
    margin: 5% !important;
  }

  .mA35 {
    margin: 7.5% !important;
  }

  .mA40 {
    margin: 7.5% !important;
  }

  .mA45 {
    margin: 7.5% !important;
  }

  .mA50 {
    margin: 10% !important;
  }

  .mA55 {
    margin: 10% !important;
  }

  .mA60 {
    margin: 10% !important;
  }

  .mA65 {
    margin: 12.5% !important;
  }

  .mA70 {
    margin: 12.5% !important;
  }

  .mA75 {
    margin: 12.5% !important;
  }

  .mA80 {
    margin: 15% !important;
  }

  .mA85 {
    margin: 15% !important;
  }

  .mA90 {
    margin: 15% !important;
  }

  .mA95 {
    margin: 17.5% !important;
  }

  .mA100 {
    margin: 17.5% !important;
  }

  .mA105 {
    margin: 17.5% !important;
  }

  .mA110 {
    margin: 20% !important;
  }

  .mA115 {
    margin: 20% !important;
  }

  .mA120 {
    margin: 20% !important;
  }

  .mA125 {
    margin: 22.5% !important;
  }

  .mA130 {
    margin: 22.5% !important;
  }

  .mA135 {
    margin: 22.5% !important;
  }

  .mA140 {
    margin: 25% !important;
  }

  .mA145 {
    margin: 25% !important;
  }

  .mA150 {
    margin: 25% !important;
  }

  .mT10 {
    margin-top: 2.5% !important;
  }

  .mT15 {
    margin-top: 2.5% !important;
  }

  .mT20 {
    margin-top: 5% !important;
  }

  .mT25 {
    margin-top: 5% !important;
  }

  .mT30 {
    margin-top: 5% !important;
  }

  .mT35 {
    margin-top: 7.5% !important;
  }

  .mT40 {
    margin-top: 7.5% !important;
  }

  .mT45 {
    margin-top: 7.5% !important;
  }

  .mT50 {
    margin-top: 12% !important;
  }

  .mT55 {
    margin-top: 10% !important;
  }

  .mT60 {
    margin-top: 10% !important;
  }

  .mT65 {
    margin-top: 12.5% !important;
  }

  .mT70 {
    margin-top: 12.5% !important;
  }

  .mT75 {
    margin-top: 12.5% !important;
  }

  .mT80 {
    margin-top: 15% !important;
  }

  .mT85 {
    margin-top: 15% !important;
  }

  .mT90 {
    margin-top: 15% !important;
  }

  .mT95 {
    margin-top: 17.5% !important;
  }

  .mT100 {
    margin-top: 17.5% !important;
  }

  .mT105 {
    margin-top: 17.5% !important;
  }

  .mT110 {
    margin-top: 20% !important;
  }

  .mT115 {
    margin-top: 20% !important;
  }

  .mT120 {
    margin-top: 20% !important;
  }

  .mT125 {
    margin-top: 22.5% !important;
  }

  .mT130 {
    margin-top: 22.5% !important;
  }

  .mT135 {
    margin-top: 22.5% !important;
  }

  .mT140 {
    margin-top: 25% !important;
  }

  .mT145 {
    margin-top: 25% !important;
  }

  .mT150 {
    margin-top: 25% !important;
  }

  .mB0 {
    margin-bottom: 0% !important;
  }

  .mB5 {
    margin-bottom: 2.5% !important;
  }

  .mB10 {
    margin-bottom: 2.5% !important;
  }

  .mB15 {
    margin-bottom: 2.5% !important;
  }

  .mB20 {
    margin-bottom: 5% !important;
  }

  .mB25 {
    margin-bottom: 5% !important;
  }

  .mB30 {
    margin-bottom: 5% !important;
  }

  .mB35 {
    margin-bottom: 7.5% !important;
  }

  .mB40 {
    margin-bottom: 7.5% !important;
  }

  .mB45 {
    margin-bottom: 7.5% !important;
  }

  .mB50 {
    margin-bottom: 10% !important;
  }

  .mB55 {
    margin-bottom: 10% !important;
  }

  .mB60 {
    margin-bottom: 10% !important;
  }

  .mB65 {
    margin-bottom: 12.5% !important;
  }

  .mB70 {
    margin-bottom: 12.5% !important;
  }

  .mB75 {
    margin-bottom: 12.5% !important;
  }

  .mB80 {
    margin-bottom: 15% !important;
  }

  .mB85 {
    margin-bottom: 15% !important;
  }

  .mB90 {
    margin-bottom: 15% !important;
  }

  .mB95 {
    margin-bottom: 17.5% !important;
  }

  .mB100 {
    margin-bottom: 17.5% !important;
  }

  .mB105 {
    margin-bottom: 17.5% !important;
  }

  .mB110 {
    margin-bottom: 20% !important;
  }

  .mB115 {
    margin-bottom: 20% !important;
  }

  .mB120 {
    margin-bottom: 20% !important;
  }

  .mB125 {
    margin-bottom: 22.5% !important;
  }

  .mB130 {
    margin-bottom: 22.5% !important;
  }

  .mB135 {
    margin-bottom: 22.5% !important;
  }

  .mB140 {
    margin-bottom: 25% !important;
  }

  .mB145 {
    margin-bottom: 25% !important;
  }

  .mB150 {
    margin-bottom: 25% !important;
  }

  .mL0 {
    margin-left: 0% !important;
  }

  .mL5 {
    margin-left: 2.5% !important;
  }

  .mL10 {
    margin-left: 2.5% !important;
  }

  .mL15 {
    margin-left: 2.5% !important;
  }

  .mL20 {
    margin-left: 5% !important;
  }

  .mL25 {
    margin-left: 5% !important;
  }

  .mL30 {
    margin-left: 5% !important;
  }

  .mL35 {
    margin-left: 7.5% !important;
  }

  .mL40 {
    margin-left: 7.5% !important;
  }

  .mL45 {
    margin-left: 7.5% !important;
  }

  .mL50 {
    margin-left: 10% !important;
  }

  .mL55 {
    margin-left: 10% !important;
  }

  .mL60 {
    margin-left: 10% !important;
  }

  .mL65 {
    margin-left: 12.5% !important;
  }

  .mL70 {
    margin-left: 12.5% !important;
  }

  .mL75 {
    margin-left: 12.5% !important;
  }

  .mL80 {
    margin-left: 15% !important;
  }

  .mL85 {
    margin-left: 15% !important;
  }

  .mL90 {
    margin-left: 15% !important;
  }

  .mL95 {
    margin-left: 17.5% !important;
  }

  .mL100 {
    margin-left: 17.5% !important;
  }

  .mL105 {
    margin-left: 17.5% !important;
  }

  .mL110 {
    margin-left: 20% !important;
  }

  .mL115 {
    margin-left: 20% !important;
  }

  .mL120 {
    margin-left: 20% !important;
  }

  .mL125 {
    margin-left: 22.5% !important;
  }

  .mL130 {
    margin-left: 22.5% !important;
  }

  .mL135 {
    margin-left: 22.5% !important;
  }

  .mL140 {
    margin-left: 25% !important;
  }

  .mL145 {
    margin-left: 25% !important;
  }

  .mL150 {
    margin-left: 25% !important;
  }

  .mR0 {
    margin-right: 0% !important;
  }

  .mR5 {
    margin-right: 2.5% !important;
  }

  .mR10 {
    margin-right: 2.5% !important;
  }

  .mR15 {
    margin-right: 2.5% !important;
  }

  .mR20 {
    margin-right: 5% !important;
  }

  .mR25 {
    margin-right: 5% !important;
  }

  .mR30 {
    margin-right: 5% !important;
  }

  .mR35 {
    margin-right: 7.5% !important;
  }

  .mR40 {
    margin-right: 7.5% !important;
  }

  .mR45 {
    margin-right: 7.5% !important;
  }

  .mR50 {
    margin-right: 10% !important;
  }

  .mR55 {
    margin-right: 10% !important;
  }

  .mR60 {
    margin-right: 10% !important;
  }

  .mR65 {
    margin-right: 12.5% !important;
  }

  .mR70 {
    margin-right: 12.5% !important;
  }

  .mR75 {
    margin-right: 12.5% !important;
  }

  .mR80 {
    margin-right: 15% !important;
  }

  .mR85 {
    margin-right: 15% !important;
  }

  .mR90 {
    margin-right: 15% !important;
  }

  .mR95 {
    margin-right: 17.5% !important;
  }

  .mR100 {
    margin-right: 17.5% !important;
  }

  .mR105 {
    margin-right: 17.5% !important;
  }

  .mR110 {
    margin-right: 20% !important;
  }

  .mR115 {
    margin-right: 20% !important;
  }

  .mR120 {
    margin-right: 20% !important;
  }

  .mR125 {
    margin-right: 22.5% !important;
  }

  .mR130 {
    margin-right: 22.5% !important;
  }

  .mR135 {
    margin-right: 22.5% !important;
  }

  .mR140 {
    margin-right: 25% !important;
  }

  .mR145 {
    margin-right: 25% !important;
  }

  .mR150 {
    margin-right: 25% !important;
  }

  .pT0 {
    padding-top: 0% !important;
  }

  .pT5 {
    padding-top: 2.5% !important;
  }

  .pT10 {
    padding-top: 2.5% !important;
  }

  .pT15 {
    padding-top: 2.5% !important;
  }

  .pT20 {
    padding-top: 5% !important;
  }

  .pT25 {
    padding-top: 5% !important;
  }

  .pT30 {
    padding-top: 5% !important;
  }

  .pT35 {
    padding-top: 7.5% !important;
  }

  .pT40 {
    padding-top: 7.5% !important;
  }

  .pT45 {
    padding-top: 7.5% !important;
  }

  .pT50 {
    padding-top: 10% !important;
  }

  .pT55 {
    padding-top: 10% !important;
  }

  .pT60 {
    padding-top: 10% !important;
  }

  .pT65 {
    padding-top: 12.5% !important;
  }

  .pT70 {
    padding-top: 12.5% !important;
  }

  .pT75 {
    padding-top: 12.5% !important;
  }

  .pT80 {
    padding-top: 15% !important;
  }

  .pT85 {
    padding-top: 15% !important;
  }

  .pT90 {
    padding-top: 15% !important;
  }

  .pT95 {
    padding-top: 17.5% !important;
  }

  .pT100 {
    padding-top: 17.5% !important;
  }

  .pT105 {
    padding-top: 17.5% !important;
  }

  .pT110 {
    padding-top: 20% !important;
  }

  .pT115 {
    padding-top: 20% !important;
  }

  .pT120 {
    padding-top: 20% !important;
  }

  .pT125 {
    padding-top: 22.5% !important;
  }

  .pT130 {
    padding-top: 22.5% !important;
  }

  .pT135 {
    padding-top: 22.5% !important;
  }

  .pT140 {
    padding-top: 25% !important;
  }

  .pT145 {
    padding-top: 25% !important;
  }

  .pT150 {
    padding-top: 25% !important;
  }

  .pB0 {
    padding-bottom: 0% !important;
  }

  .pB5 {
    padding-bottom: 2.5% !important;
  }

  .pB10 {
    padding-bottom: 2.5% !important;
  }

  .pB15 {
    padding-bottom: 2.5% !important;
  }

  .pB20 {
    padding-bottom: 5% !important;
  }

  .pB25 {
    padding-bottom: 5% !important;
  }

  .pB30 {
    padding-bottom: 5% !important;
  }

  .pB35 {
    padding-bottom: 7.5% !important;
  }

  .pB40 {
    padding-bottom: 7.5% !important;
  }

  .pB45 {
    padding-bottom: 7.5% !important;
  }

  .pB50 {
    padding-bottom: 10% !important;
  }

  .pB55 {
    padding-bottom: 10% !important;
  }

  .pB60 {
    padding-bottom: 10% !important;
  }

  .pB65 {
    padding-bottom: 12.5% !important;
  }

  .pB70 {
    padding-bottom: 12.5% !important;
  }

  .pB75 {
    padding-bottom: 12.5% !important;
  }

  .pB80 {
    padding-bottom: 15% !important;
  }

  .pB85 {
    padding-bottom: 15% !important;
  }

  .pB90 {
    padding-bottom: 15% !important;
  }

  .pB95 {
    padding-bottom: 17.5% !important;
  }

  .pB100 {
    padding-bottom: 17.5% !important;
  }

  .pB105 {
    padding-bottom: 17.5% !important;
  }

  .pB110 {
    padding-bottom: 20% !important;
  }

  .pB115 {
    padding-bottom: 20% !important;
  }

  .pB120 {
    padding-bottom: 20% !important;
  }

  .pB125 {
    padding-bottom: 22.5% !important;
  }

  .pB130 {
    padding-bottom: 22.5% !important;
  }

  .pB135 {
    padding-bottom: 22.5% !important;
  }

  .pB140 {
    padding-bottom: 25% !important;
  }

  .pB145 {
    padding-bottom: 25% !important;
  }

  .pB150 {
    padding-bottom: 25% !important;
  }

  .pL0 {
    padding-left: 0% !important;
  }

  .pL5 {
    padding-left: 2.5% !important;
  }

  .pL10 {
    padding-left: 2.5% !important;
  }

  .pL15 {
    padding-left: 2.5% !important;
  }

  .pL20 {
    padding-left: 5% !important;
  }

  .pL25 {
    padding-left: 5% !important;
  }

  .pL30 {
    padding-left: 5% !important;
  }

  .pL35 {
    padding-left: 7.5% !important;
  }

  .pL40 {
    padding-left: 7.5% !important;
  }

  .pL45 {
    padding-left: 7.5% !important;
  }

  .pL50 {
    padding-left: 10% !important;
  }

  .pL55 {
    padding-left: 10% !important;
  }

  .pL60 {
    padding-left: 10% !important;
  }

  .pL65 {
    padding-left: 12.5% !important;
  }

  .pL70 {
    padding-left: 12.5% !important;
  }

  .pL75 {
    padding-left: 12.5% !important;
  }

  .pL80 {
    padding-left: 15% !important;
  }

  .pL85 {
    padding-left: 15% !important;
  }

  .pL90 {
    padding-left: 15% !important;
  }

  .pL95 {
    padding-left: 17.5% !important;
  }

  .pL100 {
    padding-left: 17.5% !important;
  }

  .pL105 {
    padding-left: 17.5% !important;
  }

  .pL110 {
    padding-left: 20% !important;
  }

  .pL115 {
    padding-left: 20% !important;
  }

  .pL120 {
    padding-left: 20% !important;
  }

  .pL125 {
    padding-left: 22.5% !important;
  }

  .pL130 {
    padding-left: 22.5% !important;
  }

  .pL135 {
    padding-left: 22.5% !important;
  }

  .pL140 {
    padding-left: 25% !important;
  }

  .pL145 {
    padding-left: 25% !important;
  }

  .pL150 {
    padding-left: 25% !important;
  }

  .pR0 {
    padding-right: 0% !important;
  }

  .pR5 {
    padding-right: 2.5% !important;
  }

  .pR10 {
    padding-right: 2.5% !important;
  }

  .pR15 {
    padding-right: 2.5% !important;
  }

  .pR20 {
    padding-right: 5% !important;
  }

  .pR25 {
    padding-right: 5% !important;
  }

  .pR30 {
    padding-right: 5% !important;
  }

  .pR35 {
    padding-right: 7.5% !important;
  }

  .pR40 {
    padding-right: 7.5% !important;
  }

  .pR45 {
    padding-right: 7.5% !important;
  }

  .pR50 {
    padding-right: 10% !important;
  }

  .pR55 {
    padding-right: 10% !important;
  }

  .pR60 {
    padding-right: 10% !important;
  }

  .pR65 {
    padding-right: 12.5% !important;
  }

  .pR70 {
    padding-right: 12.5% !important;
  }

  .pR75 {
    padding-right: 12.5% !important;
  }

  .pR80 {
    padding-right: 15% !important;
  }

  .pR85 {
    padding-right: 15% !important;
  }

  .pR90 {
    padding-right: 15% !important;
  }

  .pR95 {
    padding-right: 17.5% !important;
  }

  .pR100 {
    padding-right: 17.5% !important;
  }

  .pR105 {
    padding-right: 17.5% !important;
  }

  .pR110 {
    padding-right: 20% !important;
  }

  .pR115 {
    padding-right: 20% !important;
  }

  .pR120 {
    padding-right: 20% !important;
  }

  .pR125 {
    padding-right: 22.5% !important;
  }

  .pR130 {
    padding-right: 22.5% !important;
  }

  .pR135 {
    padding-right: 22.5% !important;
  }

  .pR140 {
    padding-right: 25% !important;
  }

  .pR145 {
    padding-right: 25% !important;
  }

  .pR150 {
    padding-right: 25% !important;
  }

  .pA0 {
    padding: 0% !important;
  }

  .pA5 {
    padding: 2.5% !important;
  }

  .pA10 {
    padding: 2.5% !important;
  }

  .pA15 {
    padding: 2.5% !important;
  }

  .pA20 {
    padding: 5% !important;
  }

  .pA25 {
    padding: 5% !important;
  }

  .pA30 {
    padding: 5% !important;
  }

  .pA35 {
    padding: 7.5% !important;
  }

  .pA40 {
    padding: 7.5% !important;
  }

  .pA45 {
    padding: 7.5% !important;
  }

  .pA50 {
    padding: 10% !important;
  }

  .pA55 {
    padding: 10% !important;
  }

  .pA60 {
    padding: 10% !important;
  }

  .pA65 {
    padding: 12.5% !important;
  }

  .pA70 {
    padding: 12.5% !important;
  }

  .pA75 {
    padding: 12.5% !important;
  }

  .pA80 {
    padding: 15% !important;
  }

  .pA85 {
    padding: 15% !important;
  }

  .pA90 {
    padding: 15% !important;
  }

  .pA95 {
    padding: 17.5% !important;
  }

  .pA100 {
    padding: 17.5% !important;
  }

  .pA105 {
    padding: 17.5% !important;
  }

  .pA110 {
    padding: 20% !important;
  }

  .pA115 {
    padding: 20% !important;
  }

  .pA120 {
    padding: 20% !important;
  }

  .pA125 {
    padding: 22.5% !important;
  }

  .pA130 {
    padding: 22.5% !important;
  }

  .pA135 {
    padding: 22.5% !important;
  }

  .pA140 {
    padding: 25% !important;
  }

  .pA145 {
    padding: 25% !important;
  }

  .pA150 {
    padding: 25% !important;
  }
}

.z-in0 {
  z-index: 0;
}

.z-in1 {
  z-index: 1;
}

.z-in2 {
  z-index: 2;
}

.z-in3 {
  z-index: 3;
}

.z-in4 {
  z-index: 4;
}

.z-in5 {
  z-index: 5;
}

.z-in6 {
  z-index: 6;
}

.z-in7 {
  z-index: 7;
}

.z-in8 {
  z-index: 8;
}

.z-in9 {
  z-index: 9;
}

.z-in10 {
  z-index: 10;
}

.visibility_hidden {
  visibility: hidden;
}

.no_link {
  color: #9a9a9a !important;
  pointer-events: none !important;
}

.po_ev_no {
  pointer-events: none !important;
}

.reverse {
  flex-direction: row-reverse;
}

.cl7_3,
.cl4_6,
.cl6_4,
.cl3_7,
.cl25,
.cl33,
.cl50,
.cl50_max {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 901px) {

  .cl50_max>*,
  .cl50>*,
  .cl33>*,
  .cl25>*,
  .cl3_7>*,
  .cl7_3>*,
  .cl4_6>*,
  .cl6_4>* {
    display: block;
  }

  .cl50_max>* {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 4%;
  }

  .cl50>* {
    width: 48%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl33>* {
    width: 30%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl25>* {
    width: 23%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl3_7>*:nth-child(odd) {
    width: 30%;
  }

  .cl3_7>*:nth-child(even) {
    width: 66%;
  }

  .cl7_3>*:nth-child(odd) {
    width: 66%;
  }

  .cl7_3>*:nth-child(even) {
    width: 30%;
  }

  .cl4_6>*:nth-child(odd) {
    width: 40%;
  }

  .cl4_6>*:nth-child(even) {
    width: 56%;
  }

  .cl6_4>*:nth-child(odd) {
    width: 56%;
  }

  .cl6_4>*:nth-child(even) {
    width: 40%;
  }
}

@media (max-width: 900px) and (min-width: 0px) {

  .cl50_max,
  .cl50,
  .cl33,
  .cl25,
  .cl20,
  .cl3_7,
  .cl7_3,
  .cl4_6,
  .cl6_4 {
    flex-wrap: wrap;
  }

  .cl50_max>* {
    width: 100%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl50>* {
    width: 100%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl33>* {
    width: 48%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl25>*,
  .cl20>* {
    width: 48%;
    margin-bottom: 4%;
    position: relative;
  }

  .cl3_7>*,
  .cl7_3>*,
  .cl4_6>*,
  .cl6_4>* {
    width: 100%;
    margin-bottom: 5%;
  }
}

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

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
  background: #fff;
  position: relative;
  color: #313136;
  font-weight: 500;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.5;
  max-width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.mincho {
  font-family: "Noto Serif JP", serif;
}

.gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bg_y {
  background: #fcf4e8;
}

.bg_g {
  background: #f8f8f8;
  padding: 30px;
}

.bg00 {
  background: #2C4A7B;
}

.bg01 {
  background: #EEF1F6;
}

.bg02 {
  background: #000F2D;
}

.bg03 {
  background: #FBFBFB;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc>li {
  list-style-type: disc;
}

.disc>li:not(:last-child) {
  padding-bottom: 5px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

.decimal>li {
  list-style-type: decimal;
}

.decimal>li:not(:last-child) {
  padding-bottom: 5px;
}

/* =======================================
	共通
========================================== */
.h2Tit_wrap {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.h2Tit {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  color: #2C4A7B;
  line-height: 1.6;
  white-space: nowrap;
}

.h2Tit_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #2C4A7B;
}

.h2Tit_wrap.center .h2Tit_line {
  left: 50%;
  transform: translateX(-50%);
}

.h2Tit_line.white {
  background: #fff;
}

.main_inpages {
  padding: 58px 0 145px;
  border-top: 1px solid #a6a4a4;
}

.main_inpages h2 {
  letter-spacing: 0.1em;
  font-size: 5rem;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

.totop_wrap .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★mailformpro
========================================== */
/*zyuusyoBox*/
td.zyuusyoBox>div:nth-child(1) {
  margin-bottom: 6px;
}

td.zyuusyoBox>div:nth-child(1) p {
  float: left;
  padding-top: 6px;
}

td.zyuusyoBox>div:nth-child(1) input {
  width: 5.5em !important;
  margin-left: 5px;
  float: left;
}

td.zyuusyoBox>div:nth-child(2) input:nth-child(1) {
  width: 6.7em;
}

#privacyBox {
  overflow-y: scroll;
  padding: 21px;
  background: #fff;
  margin-top: 20px;
  height: 163px;
  margin-bottom: 20px;
}

#js-show-popup {
  color: #0236cb;
  text-decoration: underline;
  cursor: pointer;
}

#contact .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

#contact .popup.is-show {
  opacity: 1;
  visibility: visible;
}

#contact .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  max-height: 90vh;
  overflow-y: scroll;
}

#contact .popup-inner img {
  width: 100%;
}

#contact .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

#contact .close-btn i {
  font-size: 20px;
  color: #333;
}

#contact .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

#contact label.c_b {
  font-size: 14px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

.p_policyArea a {
  word-break: break-all;
}

input::-moz-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.c_table_01 {
  /* border: 2px solid #eaf1f8; */
  /* border-radius: 0.5em; */
}

.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border-radius: 0.5em;
}

.c_table_01 table tbody tr th {
  border-bottom: 3px solid #dbdbdb;
  /* background: #f3f8fc; */
  vertical-align: top;
  padding: 23px 15px;
  /* color: #0b3985; */
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c_table_01 table tbody tr:nth-of-type(1) th {
  border-radius: 0.5em 0 0 0;
}

.c_table_01 table tbody tr:last-child th {
  border-radius: 0 0 0 0.5em;
}

.c_table_01 table tbody tr td {
  border-bottom: 3px solid #edf2f6;
  vertical-align: top;
  padding: 23px 21px;
  word-break: break-all;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_02 table thead {
  /* background-color: #666; */
  /* color: #fff; */
  margin: 0;
  border: 0;
}

.c_table_02 table thead tr th {
  padding: 10px;
  text-align: center;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}

.c_table_02 table tbody tr:nth-child(even) {
  /* background-color: #e4e4e4; */
}

/* =======================================
	パンくず
========================================== */
ul.pankuzu {
  display: flex;
  font-size: 14px;
  color: #2C4A7B;
  letter-spacing: 0.3em;
  position: relative;
  justify-content: flex-end;
  line-height: 100%;
  align-items: center;
}

ul.pankuzu li:nth-child(1) a {
  /* font-family: mr-eaves-sans, sans-serif; */
  font-size: 14px;
}

ul.pankuzu a {
  margin-right: 13px;
  position: relative;
  display: inline-block;
  padding-right: 16px;
  vertical-align: middle;
  text-decoration: none;
  color: #2C4A7B;
}

ul.pankuzu a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before,
ul.pankuzu a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before {
  right: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #2C4A7B;
  border-right: 1px solid #2C4A7B;
  transform: rotate(45deg);
}

/* =======================================
	ページャー
========================================== */
div#pager {
  display: flex;
  justify-content: center;
}

div#pager a,
#pager span {
  border: 1px solid #2c4a7b;
  height: 40px;
  line-height: 36px;
  width: 40px;
  text-align: center;
  border-radius: 50em;
  margin: 0 5px;
  color: #2c4a7b;
  position: relative;
}

#pager span {
  background: #2c4a7b;
  color: #fff;
}

#pager .dots {
  color: #949494;
  background: no-repeat;
  border: none;
  margin: 0;
  width: 26px;
  transform: translate(0px, 2px);
}

#pager .next:before,
#pager .prev:before {
  content: "";
  background: url(../images/arrow03.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  top: 0;
  left: 0;
}

#pager .next,
#pager .prev {
  border: none;
}

#pager .next {
  margin-left: 20px;
}

#pager .prev {
  margin-right: 20px;
}

#pager .next:before {
  transform: rotateY(180deg);
}

/* =======================================
	home
========================================== */
body {
  position: relative;
}

.main {
  position: relative;
  height: 100vh;
  background-color: #eef1f6;
}

/* メインビジュアルコンテナ */
#vegas-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#vegas-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  z-index: 1;
  pointer-events: none;
}

/* ★★★ これを追加 ★★★ */
/* Vegas.jsの画像を画面サイズに合わせる */
.vegas-slide,
.vegas-slide-inner {
  background-size: cover !important;
  background-size: contain;
}

.vegas-wrapper {
  width: 100% !important;
  height: 100% !important;
}

/* ★★★ ここまで追加 ★★★ */
/* オーバーレイコンテンツ */
.mv-content {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 100;
  color: white;
}

.mv-title {
  font-size: 5.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

/* パーキング情報ボックス */
.parking-info {
  position: absolute;
  bottom: 40px;
  right: 55px;
  padding: 20px 40px;
  border-radius: 6px;
  z-index: 100;
  /* width: 255px; */
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(3.5px);
}

.parking-header {
  position: relative;
}

.parking-info h3 {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.parking-icon {
  position: absolute;
  top: -41px;
  right: -12px;
  background: #2C4A7B;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  flex-shrink: 0;
}

.parking-mark {
  display: flex;
  gap: 5px;
  margin: 10px 0;
}

.parking-mark span {
  padding: 0.1em 0.4em;
  border: 1px solid #313136;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.detail-link {
  text-align: left;
  color: #313136;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s;
  background: url(../img/arrow01.svg) no-repeat center right 0em/1em;
  padding-right: 1.5em;
}

.detail-link:hover {
  color: #2C4A7B;
  padding-left: 5px;
  background: url(../img/arrow01-b.svg) no-repeat center right 0em/1em;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .parking-info {
    bottom: 20px;
    right: 20px;
    left: 20px;
    min-width: auto;
    padding: 30px 25px;
  }

  .parking-info h3 {
    font-size: 20px;
  }

  .parking-icon {
    width: 60px;
    height: 60px;
    font-size: 36px;
  }

  .info-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .info-btn {
    padding: 15px;
    font-size: 16px;
  }

  .detail-link {
    font-size: 16px;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .mv-title {
    font-size: 36px;
  }
}

/* 車のアニメーション */
.car-animation {
  position: absolute;
  bottom: -2px;
  left: -200px;
  z-index: 999;
  transform: translateX(0);
  transition: transform 4.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.car-animation.drive-in {
  transform: translateX(calc(100vw - 10px));
}

.car-icon {
  width: 150px;
  height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .car-animation {
    bottom: 200px;
    left: -150px;
  }

  .car-animation.drive-in {
    transform: translateX(calc(100vw - 10px));
  }

  .car-icon {
    width: 100px;
  }
}

/* お知らせ */
.topNewsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5%;
}


.topNewsList li figure {
  width: 100%;
  aspect-ratio: 4/3;
  /* heightを削除してこれだけで比率を制御 */
  background: #fff;
  text-align: center;
  border-radius: 6px;
  display: flex;
  /* imgをセンタリングするために追加 */
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
}

.topNewsList li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.topNewsList li a:hover img {
  transform: scale(1.2);
}

.cate02 {
  border: 1px solid #777F8E;
  border-radius: 50em;
  font-size: 1.4rem;
  padding: 0.1em 0.6em;
  color: #777F8E;
}

.cate02_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.new {
  background-color: #DE671B;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 8px;
  padding: 0.1em 0.4em;
}

/* 賑わいのすぐそばに、千松島パーキング */
.imgs {
  position: relative;
}

.imgs img {
  border-radius: 6px;
  margin: 0 auto;
}

.imgs img:nth-of-type(2) {
  position: absolute;
  right: -17%;
  bottom: -24%;
}

.home02_txt {
  color: #8B96AA;
  margin-left: 7%;
  font-size: 2rem;
  margin-top: 8%;
}

.home02_txt h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.home02_txt p {
  margin-right: 119px;
  line-height: 1.8;
}

.c-reverse {
  flex-direction: row-reverse;
}

.home02 .cl50.c-reverse .imgs img:nth-of-type(2) {
  position: absolute;
  left: -10%;
  bottom: -40%;
  margin: inherit;
}

.home02 .cl50 {
  gap: 30px;
}

.bg_deco01 {
  position: relative;
  overflow: hidden;
  /* はみ出し防止 */
}

.bg_deco01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 47.85vw;
  /* 670 ÷ 1400 × 100 */
  height: 6.857vw;
  /* 96 ÷ 1400 × 100 */
  max-width: 670px;
  /* 最大はデザイン値で止める */
  background: url("../img/deco_left.png") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.bg_deco01::after {
  content: "";
  position: absolute;
  bottom: 1%;
  right: 10%;
  width: 13vw;
  height: 3.7vw;
  max-width: 181px;
  background: url("../img/deco_right.png") no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.home03 {
  position: relative;
  background: url("../img/home03_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0 400px;
}

.home03_inner {
  max-width: 1200px !important;
  margin: 30px auto 0;

}

.home03_list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #313136;
}

.home03_list li {
  position: relative;
  padding-left: 34px;
  color: #313136;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.home03_list li::before {
  content: "－";
  position: absolute;
  left: 0;
  top: 0;
  color: #313136;
}

.home04_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}

.home04_card {
  padding-top: 0;
}

/* タイトルエリア（aタグ） */
.home04_card>a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid #7A94C0;
  margin-bottom: 16px;
  text-decoration: none;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}

.home04_card>a>img {
  transition: transform 0.3s ease;
  width: 55px;
  height: 55px;
}

.home04_card>a:hover>img:last-child {
  transform: translateX(6px);
}

.home04_card_title {
  font-size: 3.0rem;
  font-weight: 500;
  color: #2C4A7B;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.home04_card_title img {
  width: 28px;
  height: 28px;
}

.home04_card_sub {
  font-size: 2.0rem;
  color: #777F8E;
}

.home04_card_txt {
  font-size: 2.0rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 12px;
}

.home04_card_shops {
  font-size: 1.7rem;
  color: #777F8E;
  margin-bottom: 6px;
}

.home04_card_note {
  font-size: 1.7rem;
  color: #777F8E;
  line-height: 1.6;
}

/* よくあるご質問 */
.home04_card_faq {
  /* background: #f5f5f5; */
  padding: 40px;
  border-radius: 7px;
  border: 1px solid #C9CBCF;
  text-align: center;
  height: 260px;
}

.home04_card_faq a {
  border-bottom: none;
  margin-bottom: 0;
}

/* 運営会社ボタン群 */
.home04_btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.home04_card_faq .home04_card_title {
  justify-content: center;
  margin-bottom: 30px;
}

.home04_card_faq.home04_card>a {
  justify-content: center;
}

.home04_card_faq.home04_card {
  transition: background-color 0.3s ease;
}

.home04_card_faq.home04_card:hover {
  background-color: #edeef0;
}

/* SP */
@media (max-width: 768px) {
  .home04_grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home04_card_faq {
    padding: 24px;
  }
}

/* =======================================
	下層共通
========================================== */
.main_inpages {
  background: #EEF1F6;
  background-size: 100%, cover;
  padding: 170px 0 20px;
  border-bottom: 1px solid #d3dcec;
}

.service .main_inpages .h2Tit_en {
  font-size: 5rem;
}

.main_inpages_txt {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
}

.main_inpages_txt h3 {
  font-size: 3.6rem;
  width: 45%;
  margin-bottom: 5px;
}

.main_inpages_txt p {
  width: 45%;
  margin-bottom: 60px;
}

.main_inpages_img {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.main_inpages_img img {
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20%);
  will-change: transform;
}

/* .main_inpages_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
} */

@media (max-width: 960px) {
  .main_inpages_img {
    height: 450px;
  }

  .main_inpages_img img {
    height: 135%;
    transform: translateY(-17.5%);
  }
}

@media (max-width: 640px) {
  .main_inpages_img {
    height: 350px;
  }

  .main_inpages_img img {
    height: 130%;
    transform: translateY(-15%);
  }
}

.c_img {
  border-radius: 6px;
}

/* =======================================
	sdgs ここから追加
========================================== */
.esgTit_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #7A94C0;
  margin-bottom: 40px;
  align-items: center;
}

.sdgsArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sdgsArea>li {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 8px;
  gap: 8px;
}

.txtlink {
  text-decoration: underline;
  color: #2C4A7B !important;
  transition: 0.3s;
}

.txtlink:hover {
  opacity: 0.7;
}

/* =======================================
	テナント情報
========================================== */
.c_tit02 {
  padding-bottom: 16px;
  border-bottom: 1px solid #7A94C0;
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #2C4A7B;
}

.c_box {
  padding: 25px 25px 10px 25px;
  border-radius: 7px;
  border: 1px solid #C9CBCF;
}

.tenant04 .home03_list li {
  font-size: 2.0rem;
}

/* ===== c_table_04 ===== */
.c_table_04 {
  width: 100%;
  border: 1px solid #c8d8e8;
  border-radius: 8px;
  overflow: hidden;
}

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

/* 会社名行（th） */
.c_table_04 tbody th {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #eef1f6;
  color: #313136;
  border-bottom: 1px solid #c8d8e8;
  box-sizing: border-box;
}

/* 所在地・連絡先行（td） */
.c_table_04 tbody td {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid #c8d8e8;
  color: #313136;
  line-height: 1.7;
  box-sizing: border-box;
}

/* 最終行のborder-bottomを削除 */
.c_table_04 tbody tr:last-child td {
  border-bottom: none;
}

.c_table_04 a {
  color: #313136;
}

/* =======================================
	契約店舗・ホテル
========================================== */
.youtube-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =======================================
	料金・アクセス
========================================== */
.faq_btns .faq_btn {
  transition: background 0.3s ease;
}

.faq_btn:hover {
  background: #5A7DB2 !important;
}

.access01 .cl33 img {
  border-radius: 50em;
}

.warning {
  color: #de371b;
  background: url(../img/warning.svg) no-repeat left 0 top 5px/1em;
  padding-left: 1.5em;
}


.flowBox {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 25px;
  align-items: center;
}

.flowBox .img {
  width: 40%;
  text-align: center;
  padding-bottom: 50px;
}

.flowBox .txt {
  width: calc(100% - 180px);
}

.flowBox .img img {
  border-radius: 7px;
}

.flowBox:before {
  content: "";
  background: #e5e5e5;
  width: 8px;
  height: 50px;
  position: absolute;
  left: 153px;
  z-index: 1;
  bottom: 0;
  border-radius: 50em;
}

.flowBox {}

.flowBox .u_01 {
  display: flex;
  align-items: center;
}

.flowBox .u_01 li,
.flowBox .u_02 li {
  margin-right: 23px;
}

.flowBox .u_02 a {
  max-width: fit-content;
  line-height: 120%;
}

.flowBox .u_02 {
  display: flex;
}

@media (max-width: 900px) {

  .flowBox {
    display: block;
    padding-bottom: 53px;
  }

  .flowBox .img {
    margin: 0 auto 10px;
    padding-bottom: 0;
    width: 80%;
  }

  .flowBox .txt {
    width: 100%;
  }

  .flowBox:before {
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    bottom: 19px;
  }

  .flowBox .u_01 {
    justify-content: center;
  }

  .flowBox .u_01 li:nth-child(2),
  .flowBox .u_02 li:nth-child(2) {
    margin-right: 0;
  }
}

/* =======================================
	会社概要
========================================== */
.history dl {
  display: flex;
  flex-wrap: wrap;
}

.history dl dt {
  float: left;
  width: 23%;
  letter-spacing: 0.15em;
  color: #219f62;
  left: 16px;
  font-weight: 600;
  top: 3px;
  position: relative;
}

.history dl dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #219f62;
  right: 10px;
  top: 10px;
  position: absolute;
}

.history dl dd {
  float: right;
  width: 75%;
  border-left: solid 2px #219f62;
  padding: 0 0 30px 40px;
  position: relative;
}

.g_map {
  width: 100%;
  aspect-ratio: 16/5;
}

.g_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}



/* =======================================
	お知らせ news
========================================== */
.cate01_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

}

.cate01_wrap .cate01 a {
  background-color: #2C4A7B;
  padding: 1em 1.5em;
  color: #fff;
  line-height: 1em;
  font-size: 1.8rem;
  display: inline-block;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cate01_wrap .cate01 a:hover {
  background-color: #5A7DB2;
}

.news .cate02_02 a {
  border: 1px solid #777F8E;
  border-radius: 50em;
  font-size: 1.4rem;
  padding: 0.1em 0.6em;
  color: #777F8E;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.news .cate02_02 a:hover {
  background-color: #777F8E;
  color: #fff;
}

.news01 ul li a {
  position: relative;
  display: block;
}

.cate01_tr {
  position: absolute;
  right: 12px;
  top: 12px;
  background-color: #2C4A7B;
  padding: 0.35em 0.5em 0.3em;
  color: #fff;
  line-height: 1em;
  font-size: 1.4rem;
  white-space: nowrap;
  border-radius: 3px;
  z-index: 1;
}

.cate01 {
  background-color: #2C4A7B;
  color: #fff;
  line-height: 1em;
  font-size: 1.4rem;
  white-space: nowrap;
  border-radius: 3px;
  z-index: 1;
  display: inline-block;
}

.cate01 {
  background-color: #2C4A7B;
  color: #fff;
  line-height: 1em;
  font-size: 1.4rem;
  white-space: nowrap;
  border-radius: 3px;
  z-index: 1;
  display: inline-block;
}

#single-news .cate01 {
  padding: 0.5em 1em;
}

#single-news img {
  height: auto !important;
}

#single-news .aligncenter {
  text-align: center;
  margin: auto;
}

#single-news .alignright {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

#single-news .txtArea h1 {
  font-size: 160%;
}

#single-news .txtArea h2 {
  font-size: 150%;
}

#single-news .txtArea h3 {
  font-size: 140%;
}

#single-news .txtArea h4 {
  font-size: 130%;
}

#single-news .txtArea h5 {
  font-size: 120%;
}

#single-news .txtArea h6 {
  font-size: 110%;
}

.previous-post a,
.next-post a,
.back-archive a {
  color: #26302b !important;
  font-family: "M PLUS Rounded 1c", serif;
  transform: rotate(0.05deg);
}

/* 次へ */
.next-post a {
  padding-right: 1em;
  position: relative;
  z-index: 0;
}

.next-post a::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/arrow03.svg) no-repeat center / 6px;
  width: 0.6em;
  height: 0.6em;
  right: 0;
  top: 0.25em;
}

/* 前へ */
.previous-post a {
  padding-left: 1em;
  position: relative;
  z-index: 0;
}

.previous-post a::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/arrow03.svg) no-repeat center / 6px;
  transform: rotate(180deg);
  width: 0.6em;
  height: 0.6em;
  left: 0;
  top: 0.25em;
}

/* =======================================
    404エラー error
========================================== */
#error .detail {
  background: rgba(229, 236, 238, 0.3019607843);
  padding: 20px;
}

/* =======================================
	Q and A
========================================== */
dt.plus {
  position: relative;
  background: #f5f5f5;
  border-radius: 0.2em;
  padding: 10px 3.5em 8px 1.5em;
  font-weight: bold;
  color: #219f62;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  cursor: pointer;
}

dt.plus:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-top: 3px solid #219f62;
  border-right: 3px solid #219f62;
  transform: rotate(45deg);
  margin: auto;
  transition: 0.2s;
}

dt.active:before {
  transform: rotate(135deg);
}

.accordion dd {
  width: calc(100% - 3em);
  margin: 13px auto 23px;
  line-height: 140%;
}

.faq_lead {
  margin-bottom: 50px;
  line-height: 1.8;
}

.faq_btns .faq_btn {
  display: inline-block;
  background: #2c4a7b;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  margin: 6px;
  text-decoration: none;
  font-size: 20px;
  /* width: 14em; */
}

.faq_item {
  border: 1px solid #c9cbcf;
  margin-bottom: 14px;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}

.faq_item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px;
  font-weight: 700;
  position: relative;
}

.faq_item summary::-webkit-details-marker {
  display: none;
}

.faq_item summary:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
}

.faq_item[open] summary {
  border-bottom: 1px solid #c9cbcf;
}

.faq_item[open] summary:after {
  transform: translateY(-50%) rotate(-135deg);
}

.faq_answer {
  padding: 16px 20px;
}

.contact_policyLink,
.faq_answer a {
  color: #2c4a7b;
  text-decoration: underline;
}

.faq_answer a:hover {
  opacity: 0.7;
}

#faq .inner_1000 {
  max-width: 1080px;
}

.faq_block .h2Tit {
  font-size: 25px;
  font-weight: 700;
}

.faq_block .h2Tit_line {
  width: 100%;
  max-width: 1080px;
  height: 1px;
  margin-top: 15px;
}

/* ==================================================
  company（会社情報）
================================================== */

#company .h3Tit {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

#company .company_greeting_box {
  border: 2px solid #2c4a7b;
  background: #fff;
  border-radius: 6px;
}

#company .company_greeting_box p {
  margin-bottom: 20px;
}

#company .company_greeting_box p:last-child {
  margin-bottom: 0;
}

#company .company_history_table {
  border-radius: 12px;
  overflow: hidden;
}

#company .company_history_table th {
  width: 32%;
  white-space: nowrap;
}

#company .company_lead {
  font-family: "Noto Serif JP", serif;
  color: #2c4a7b;
}

#company .c_table_01 th,
#company .c_table_01 td {
  border-bottom: 1.24px solid #7a94c0;
}

#company .c_table_01 a {
  color: #2c4a7b;
}

#company .c_table_01 a:hover {
  opacity: 0.7;
}

#company .company_history_table {
  border: 1.5px solid #7a94c0;
  border-radius: 10px;
  overflow: hidden;
}

/* 共通セル */
#company .company_history_table th,
#company .company_history_table td {
  background: #f4f6f9;
  /* ← 薄いグレー */
  color: #000;
  font-size: 1.8rem !important;
  line-height: 180%;
  letter-spacing: 0.04em;
  padding: 22px 24px !important;
  border-bottom: 1.5px solid #7a94c0;
}

/* 年号側 */
#company .company_history_table th {
  width: 30%;
  font-weight: 600;
  border-right: 1.5px solid #7a94c0;
  white-space: nowrap;
  background: #000f2d;
  color: #fff;
}

/* 内容 */
#company .company_history_table td {
  color: #313136;
}

/* 最後の線削除 */
#company .company_history_table tr:last-child th,
#company .company_history_table tr:last-child td {
  border-bottom: none;
}

/* =========================
  お問い合わせ
========================= */

#contact .contact_telLink {
  color: inherit;
  text-decoration: none;
}

#contact .contact_telLink:hover {
  text-decoration: underline;
}

#contact #mailformpro input[type="text"],
#contact #mailformpro input[type="email"],
#contact #mailformpro textarea {
  font-size: 16px !important;
}

#contact #mailformpro input.submit {
  background: #2c4a7b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 16px 28px !important;
  min-width: 320px;
  transition: 0.3s;
  font-weight: 300;
  letter-spacing: 0.05em;
}

#contact #mailformpro input.submit:hover {
  opacity: 0.85;
}

#contact .contact_telWrap {
  max-width: 760px;
  margin: 0 auto;
}

#contact .contact_telBox {
  display: flex;
  border: 1px solid #c9cbcf;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

#contact .contact_telLeft {
  width: 180px;
  background: #2c4a7b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 20px 10px;
}

#contact .contact_telRight {
  flex: 1;
  padding: 18px 22px;
}

#contact .contact_telNumber {
  font-weight: 600;
  color: #111;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
}

#contact .contact_telNumber::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/tel.svg") no-repeat center / contain;
  display: inline-block;
}

#contact .contact_telNumber:hover {
  text-decoration: underline;
}

#contact .contact_subtitle {
  background: #2c4a7b;
  color: #fff;
  font-weight: 600;
  padding: 14px 20px;
  text-align: left;
  border-top: none;
  border-radius: 0 !important;
}

.hissu {
  font-size: 1.4rem;
}

#contact .contact_subtitle {
  border-top: 2px solid #e5e5e5;
  border-top: none !important;
}

#contact .c_table_01 {
  overflow: hidden;
}

#contact #mailformpro .c_table_01 table.contact_table {
  width: 100%;
  table-layout: fixed;
}

#contact #mailformpro .c_table_01 col.contact_colTh {
  width: 22%;
}

#contact #mailformpro .c_table_01 col.contact_colTd {
  width: 78%;
}

#contact #mailformpro .c_table_01 th {
  word-break: break-word;
  width: 14em;
}

.company01 .h2Tit_line,
.company02 .h2Tit_line,
.company03 .h2Tit_line,
#contact .h2Tit_wrap .h2Tit_line {
  display: block !important;
  float: none !important;
  position: static !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px;
}

#contact .popup {
  display: none;
}

#contact .popup.is-show {
  display: block;
}

#contact .c_table_01 table tbody tr td {
  border-bottom: 3px solid #dbdbdb;
}

/* ==================================================
プライバシーポリシー
================================================== */
#privacy .privacy_body {
  font-size: 18px;
  line-height: 2;
}

#privacy .privacy_body p {
  margin: 0 0 30px;
}

#privacy .privacy_head {
  font-weight: 700;
  margin: 28px 0 10px;
}

#privacy .privacy_num {
  font-weight: 700;
  margin: 26px 0 10px;
}

#privacy .privacy_list {
  list-style: none;
  margin: 10px 0 18px;
  padding: 0;
}

#privacy .privacy_list li {
  position: relative;
  padding-left: 1.2em;
  margin: 0 0 8px;
}

#privacy .privacy_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

#privacy .privacy_address {
  margin: 10px 0 0;
  line-height: 2;
}

#privacy .privacy_links {
  margin: 14px 0 0;
}

#privacy .privacy_links p {
  margin: 0 0 8px;
  font-weight: 700;
}

#privacy .privacy_links a {
  display: block;
  word-break: break-all;
  text-decoration: underline;
  margin: 0 0 6px;
  color: #2c4a7b;
  text-decoration: underline;
}

#privacy .privacy_links a:hover {
  opacity: 0.75;
}

/*--------------------------------
  PELP!ページ
--------------------------------*/
/*--- GLOBAL CSS ---*/

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img_full {
  display: block;
  width: 100%;
  height: auto;
}

.center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: left;
}

.visible_sp,
.visible_xs,
.visible_ss {
  display: none;
}

@media screen and (max-width: 991px) {
  .hidden_tb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .visible_sp {
    display: block !important;
  }

  .visible_sp {
    display: block !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .visible_xs {
    display: block !important;
  }
}

@media screen and (max-width: 575px) {
  .visible_ss {
    display: block !important;
  }
}

/*---CONTENTS BOX ---*/
@media screen and (max-width: 991px) {
  .u_inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap_conts {
    padding-top: 1.5em;
    padding-bottom: 3em;
  }

  .box_pdt {
    padding-top: 3em;
  }

  .box_pdt_sm {
    padding-top: 1.5em;
  }
}

@media screen and (min-width: 992px) {
  .u_inner {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .wrap_conts {
    padding-top: 3em;
    padding-bottom: 5em;
  }

  .box_pdt {
    padding-top: 5em;
  }

  .box_pdt_sm {
    padding-top: 3em;
  }
}

/*---breadcrumbs ---*/
.wrap_breadcrumbs {
  padding: 0.5em 0;
}

.breadcrumbs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0;
}

.breadcrumbs>li {
  position: relative;
}

.breadcrumbs>li>a {
  display: block;
  padding: 0 1.8em;
  font-weight: 700;
  font-size: 1.4rem;
  color: #0599d9;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.breadcrumbs>li:first-child>* {
  padding-left: 0;
}

.breadcrumbs>li+li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.2em;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2rem solid #222;
  border-bottom: 0.2rem solid #222;
  transform: rotate(-45deg);
}

.breadcrumbs>li>a:hover,
.breadcrumbs>li>a:focus {
  text-decoration: underline;
}

.breadcrumbs>li:last-child>a {
  color: #222222;
  text-decoration: none;
  pointer-events: none;
}

.breadcrumbs {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 991px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
  }

  .breadcrumbs::-webkit-scrollbar {
    height: 0.3em;
  }

  .breadcrumbs::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 1em;
  }

  .breadcrumbs::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background: #0599d9;
  }
}

/*--- page.css ---*/
/* sdgsicon */
.fx_sdgsicon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.8em;
}

.jc_end {
  justify-content: flex-end;
}

.jc_center {
  justify-content: center;
}

.fx_sdgsicon>li {
  position: relative;
  /* z-index: -1; */
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 1.8em;
}

.fx_sdgsicon>li+li {
  border-left: 1px solid #111;
}

.fx_sdgsicon>.sdgs>img {
  width: 100%;
  max-width: 18.125em;
}

.fx_sdgsicon>.icon>img {
  width: 100%;
  max-width: 30.625em;
}

.fx_sdgsicon.sm>.sdgs>img {
  max-width: 10em;
}

.fx_sdgsicon.sm>.icon>img {
  max-width: 16em;
}

.box_sdgsicon>.sup_text {
  margin-top: 1.5em;
}

@media screen and (max-width: 991px) {
  .fx_sdgsicon {
    margin: 0 -2%;
  }

  .fx_sdgsicon>li {
    padding: 0 2%;
  }

  .box_sdgsicon>.sup_text {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}

/* main key */
.box_main {
  position: relative;
}

.box_main>.title {
  position: absolute;
  right: 2em;
  bottom: 2em;
  text-align: right;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 991px) {
  .box_main>.title {
    right: 1.2em;
    bottom: 1.2em;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .box_main>.title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .box_main>.title {
    font-size: 2rem;
  }
}

/* fukidashi */
.box_fukidashi {
  position: relative;
  margin-bottom: 2.5em;
  padding: 3em 2em;
  border-radius: 0.6em;
  background-color: #009c34;
  text-align: center;
  color: #fff;
}

.box_fukidashi::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.48em;
  margin: auto;
  width: 4.5em;
  height: 2.5em;
  background: url("../img/pelp/fukidashi.png") center/contain no-repeat;
}

.box_fukidashi>.catch {
  margin-top: 1em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
}

.box_fukidashi>.title {
  margin-top: 1.3em;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
}

.box_fukidashi>.text {
  margin-top: 1em;
}

.box_fukidashi img {
  width: 90px;
}

@media screen and (max-width: 991px) {
  .box_fukidashi {
    margin-bottom: 1.8em;
    padding: 2em 1.5em;
  }

  .box_fukidashi::before {
    bottom: -1.75em;
    width: 3.5em;
    height: 1.8em;
  }

  .box_fukidashi>.logo_pelp {
    width: 100%;
    max-width: 4em;
  }

  .box_fukidashi>.catch {
    font-size: 1.8rem;
  }

  .box_fukidashi>.title {
    font-size: 2.2rem;
  }

  .box_fukidashi>.text {
    text-align: left;
    font-size: 1.4rem;
  }
}

/* upcycle */
.box_upcycle>.title {
  width: 100%;
  max-width: 25em;
  margin: 0 auto;
  margin-bottom: 1.8em;
  padding: 1em 0.8em 0.8em;
  border-radius: 0.4em;
  background: #009c34;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}

.fx_flow {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../img/pelp/arrow_bl.png) center/50em no-repeat;
}

.fx_flow>.text {
  position: relative;
  width: 100%;
  padding: 3em 0;
}

.fx_flow>.text>.title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #009c34;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 992px) {
  .fx_flow>.text {
    order: 1;
  }

  .fx_flow>.flow:nth-of-type(2) {
    order: 0;
  }

  .fx_flow>.flow:nth-of-type(3) {
    order: 0;
  }

  .fx_flow>.flow:nth-of-type(4) {
    order: 2;
  }

  .fx_flow>.flow:nth-of-type(5) {
    order: 2;
  }
}

.fx_flow>.flow {
  position: relative;
  width: 100%;
  max-width: 25em;
}

.fx_flow>.flow>.text {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 5.6em;
  padding: 1em 1.5em;
  padding-left: 5.6em;
  background-color: #009c34;
  color: #fff;
}

.fx_flow>.flow>.text>span {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0.8em;
  bottom: 0;
  margin: auto;
  width: 1.6em;
  height: 1.6em;
  padding-top: 0.1em;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
  font-size: 3rem;
  color: #009c34;
  line-height: 1;
}

@media screen and (max-width: 1040px) {
  .box_upcycle>.title {
    margin-bottom: 1.8em;
    padding: 1em 0.8em 0.8em;
    font-size: 2rem;
  }

  .fx_flow {
    background: none;
  }

  .fx_flow>.text {
    padding: 1.2em 0;
    background: rgba(255, 255, 255, 0.7);
  }

  .fx_flow>.text::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/pelp/arrow_bl.png) center/contain no-repeat;
  }

  .fx_flow>.text>.title {
    font-size: 1.8rem;
  }

  .fx_flow>.flow {
    margin-top: 1.5em;
    max-width: 48%;
  }

  .fx_flow>.flow>.text {
    padding: 0.8em 1.2em;
    padding-left: 4.5em;
    font-size: 1.4rem;
  }

  .fx_flow>.flow>.text>span {
    left: 0.6em;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .fx_flow>.flow>.text {
    position: static;
    height: 6em;
    padding: 0.8em 1em;
    font-size: 1.2rem;
  }

  .fx_flow>.flow>.text>span {
    top: 0.5em;
    left: 0.5em;
    bottom: auto;
    font-size: 1.8rem;
  }
}

/* searchbox */
.box_search>.title {
  padding: 1em 0.8em 0.8em;
  background: #009c34;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}

.box_search>.fx_search {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  background: #f4f4f4;
}

.box_search>.fx_search>.item_text {
  margin-left: 1em;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: 0.1rem;
  word-break: break-all;
}

.box_search>.fx_search>.item_text>a:hover,
.box_search>.fx_search>.item_text>a:focus {
  color: #3094b3;
}

@media screen and (max-width: 991px) {
  .box_search>.title {
    font-size: 2rem;
  }

  .box_search>.fx_search>.item_text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .box_search>.fx_search {
    flex-direction: column;
    padding: 1.2em;
  }

  .box_search>.fx_search>.item_text {
    margin-top: 1em;
    margin-left: 0;
  }
}

/* ==================================================
1000px周りの調整
================================================== */

@media screen and (min-width: 900px) and (max-width: 1120px) {
  .imgs img:nth-of-type(2) {
    bottom: 10%;
  }

  .home02 .cl50.c-reverse .imgs img:nth-of-type(2) {
    bottom: -1%;
  }

  .home02_txt p {
    margin-right: 85px;
  }

  .contact_bar_form {
    font-size: 1.6rem;
    justify-content: flex-start;
  }

  .contact_bar_tel_num {
    font-size: 2.6rem;
  }

  .contact_bar_tel_label {
    font-size: 1.5rem;
  }

  .contact_bar_sub {
    white-space: nowrap;
  }

  .global-nav .nav-container .nav-title {
    padding: 0.8em 0.8em 0.8em 0em;
  }

  .global-nav .nav-container .nav-title02 {
    padding: 0.4em 0.8em 0.4em 0.5em;
  }

  .global-nav .nav-container {
    margin: 0 auto 10px;
  }

  .global-nav_btn .contact_bar_sub {
    white-space: nowrap;
  }
}
