 @charset "utf-8";
/* 初期設定 */
html {
  font-size: 62.5%
}
body {
  font-size: 1.6em;
  color: #5A5046;
	margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
line-height: 2em;
}
.POP {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.SP {
  display: none !important;
}
.fit-image img {
  object-fit: cover;
  object-position: center;
}
.Mincho {
  font-family:YuMincho,'Yu Mincho',serif;
  font-weight: normal;
}
.s {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.sm {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.ss {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.mm {
  font-size: 1.75em;
  line-height: 1.5em;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.m {
  font-size: 2.0em;
  line-height: 1.5em;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.l {
  font-size: 2.5em;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.xl {
  font-size: 3em;
  line-height: 1.5em;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.small {
  font-size: 0.8em;
}
.smallM {
  font-size: 0.9em;
}
.spbr {
  display: none;
}
.spf {
  display: none;
}
.sp_plan_img {
  display: none;
}
h1{
  font-size: 2.2em;
	margin: 0;
}
h2 {
  margin-top: 0;
}
h3 {
  margin-top: 0;
}
h4 {
  margin-top: 0px;
}
h5 {
  margin-top: 0px;
}
.pdf::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/icon/pdf.png');
  width: 26px;
  height: 26px;
  position: relative;
  top: 5px;
}
.xls::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/icon/excel.png');
  width: 26px;
  height: 26px;
}
.doc::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/icon/word.png');
  width: 26px;
  height: 26px;
}
/* 見出し装飾 */
.hm {
  position: relative;
  margin-bottom: 70px;
}
.hm::before {
  position: absolute;
  content: "";
  left: 0;
  right: 32px;
  bottom: 0;
  top: 75px;
  width: 32px;
  margin: auto;
  border-bottom: 2px solid #CC5656;
}
.hm::after {
  position: absolute;
  content: "";
  left: 32px;
  right: 0;
  bottom: 0;
  top: 75px;
  width: 32px;
  margin: auto;
  border-bottom: 2px solid #CBB982;
}
/* ▲見出し装飾おわり▲ */
.mini {
  font-size: 0.8em;
}
.bold {
font-weight: bold;
}
.red {
  color: #A72C2C;
}
.blue {
  color: #165583;
}
.pink {
  color: #C77878;
}
.white {
  color: #fff;
}
.sptop , .hamburger , .globalMenuSp {
  display:none;
}
.content {
  width:100%;
  margin: 0 auto;
}
ul {
  padding: 0;
  margin: 0;
}
li {
	list-style: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a {
	text-decoration:none;
  color: #5A5046;
}
a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
a.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
.link {
  text-decoration: underline;
  color: #A72C2C;
}
.link:hover {
  opacity: 0.6;
  color: #A72C2C;
  transition: 0.3s;
}
.ImgLink:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.b {
  font-weight: bold;
}
.n {
  font-weight: normal;
}
p {
  margin: initial;
}
.c {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tate {
  writing-mode: vertical-rl;
}
.tate h3 {
  letter-spacing: 0.1em;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  justify-content: center;
}
.Hcenter {
  align-items: center;	
}
.flow_root {
  display: flow-root;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.clear {
  clear: both;
}
.bg {
  padding-top: 1px;
  padding-bottom: 160px;
}
.bg_h {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  margin-top: -80px;
}
.wrap {
  width: 100%;
  max-width: 1400px;
  min-width: 970px;
  margin: 0 auto;
}
.wrapM {
  width: 100%;
  max-width: 1200px;
  min-width: 970px;
  margin: 0 auto;
}
.wrapS {
  width: 970px;
  margin: 0 auto;
}
.wrapSB {
  width: 880px;
  margin: 0 auto;
}
.blue-inner {
  background-color: #F9EDF4;
  border-radius: 20px;
  padding: 40px 0;
}
ul.list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}

/* テーブルベースデザイン */
.Table {
  border-spacing: 0;
  border-top:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  width: 100%;
}
.Table th,.Table td {
  border-top:1px solid #DDDDDD;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.Table tbody tr:first-child th,.Table tbody tr:first-child td {
  border-top: 0px;
}
.Table th {
  text-align: left;
  background-color: #F7F7F7;
  font-weight: normal;
  width: 12em;
}
/* 3カラム以上 */
.Table01 thead th,.Table01 thead td {
  border-right:1px solid #DDDDDD;
  border-bottom: 0px;
}
.Table01 tbody th,.Table01 tbody td {
  border-right:1px solid #DDDDDD;
  background-color: initial;
  text-align: center;
}

/* ボタン */
.Btn {
  display: block;
  margin-top: 40px;
}
.Btn01 {
  margin-top: 60px;
  position: relative;
}
.Btn01 a{
  color: #5A5046;
  border: 1px solid #D56984;
  padding: 15px 60px;
  text-align: center;
  position: relative;
  border-radius: 40px;
}
.Btn01 a:hover {
  opacity: 1;
  transition: 0.3s;
  background-color: #D56984;
  color: #fff;
}
.Btn01 a::after {
  content: '';
  display: inline-block;
  width: 39px;
  height: 24px;
  background-image: url('../img/icon/y_right.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  right: -20px;
}
.Mail a::before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 24px;
  background-image: url('../img/icon/mail.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  left: -20px;
}
.Rec a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 32px;
  background-image: url('../img/icon/hito.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 10px;
  left: -20px;
}
.Comp a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 27px;
  background-image: url('../img/icon/company.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  left: -20px;
}
.Tel a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  background-image: url('../img/icon/tel.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  left: -10px;
}
.Fax span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  background-image: url('../img/icon/fax.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  left: -10px;
}

/* ---- */
.Btn02 {
  margin-top: 60px;
  position: relative;
}
.Btn02 a{
  color: #ededed;
  border: 1px solid #ededed;
  padding: 10px 60px;
  text-align: center;
  position: relative;
}
.Btn02 a::after{
  content: '';
  display: inline-block;
  width: 58px;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  top: 22.5px;
  right: -30px;
}
.Btn02 a:hover {
  opacity: 1;
  transition: 0.3s;
  background-color: #ededed;
  color: #2f2f2f;
}

/* アイコン */
.tel_icon {
  margin-left: -20px;
}
.tel_icon::before {
  position: relative;
  background-image: url('/img/icon/tel.svg');
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  left: -3px;
  top: 6px;
}
.mail_icon {
  margin-top: -4px;
}
.mail_icon::before {
  position: relative;
  background-image: url('/img/mail.svg');
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  left: -3px;
  top:8px;
}
i {
  font-size: 24px;
  position: relative;
  bottom: -5px;
  margin-right: 3px;
}
.lum-lightbox-inner img {
  max-width: 580px;
  max-height: 580px;
}
