@charset "UTF-8";

@media print {
  .noPrint { display: none; }
}

/* Initialize */
img { display: block; margin: 0 auto; max-width: 100%; height: auto;}
a { text-decoration: none;}

/* デバイス表示関係 */
.spOnly { display: block !important; }
.pcOnly { display: none !important;  }

/* position */
.rela {
  position: relative;
}

.f_l{ float: left;}
.f_r{ float: right;}

.b_r{ border-radius: 7px;}
.b_r_25{ border-radius: 25px;}

  /* 余白 */
  .mt-30 { margin-top: 30px;}
  .mt-50 { margin-top: 50px;}
  .mt-80 { margin-top: 80px;}
  .mb-30 { margin-bottom: 30px;}
  .mb-50 { margin-bottom: 50px;}
  .mb-80 { margin-bottom: 80px;}
  .m-30 { margin: 30px;}
  .m-50 { margin: 50px;}
  .p-30 { padding: 30px;}
  .p-45 { padding: 5px 40px;}
  .p-50 { padding: 50px;}
  .py-1 { padding: 1rem 0;}
  .py-2 { padding: 2rem 0;}
  .py-3 { padding: 3rem 0;}
  .py-4 { padding: 4rem 0;}
  .py-5 { padding: 5rem 0;}
  .py-6 { padding: 6rem 0;}
  .px-1 { padding: 0 1rem;}
  .px-2 { padding: 0 2rem;}
  .px-3 { padding: 0 3rem;}
  .px-4 { padding: 0 4rem;}
  .px-5 { padding: 0 5rem;}
  .px-6 { padding: 0 6rem;}
  .mx-1 { margin: 0 1rem;}
  .mx-2 { margin: 0 2rem;}
  .mx-3 { margin: 0 3rem;}
  .mx-4 { margin: 0 4rem;}
  .mx-5 { margin: 0 5rem;}
  .mx-6 { margin: 0 6rem;}

  /* テキスト位置 */
  .tar { text-align: right;}
  .tal { text-align: left;}
  .tac { text-align: center; }

  /* レイアウト崩れるためfloatは使わない */
  .fl  { float: left; }
  .fr  { float: right; }

/* ============================ */
/* 1-4.pagetop  => ページトップ */
/* ページトップボタン */

#pagetop { bottom: 15px; position: fixed; right: 5px; display: none;}
#pagetop a { bottom: 15px; color: #fff; padding: 20px; position: fixed; right: 5px;}
#pagetop a {
  /* background-color: #1cb4d3; */
  border-radius: 50%;
  height: 70px;
  padding: 0;
  text-align: center;
  /* transition: opacity .5s; */
  width: 70px;
}
/* #pagetop a:hover { opacity: 0.8; transition: opacity .5s;} */
#pagetop a img { width: 70px;}





/* Header */

header { width: 100%; margin: 0 auto; padding: 0; height: auto; background: url('../images/header_back.png') center top repeat-x;}

.header_back { margin: 0; padding: 0;}
.header_navi { margin: 0; padding: 0; padding-bottom: 30px;}

.header_title {
  float: left;
  width: 100%;
  margin: 0px 0;
  padding: 12px 1em 12px 1em;
  display: inline;
}

.header_info { display: none; float: right; display: inline; margin: 15px 5px;}
.header_img img { width: 100%; height: auto; margin: 0 auto;}

#nav {
  width: 100%;
  padding: 0px auto;
  background: #fffcfc;
  display: block;
  left: 0;
  right: 0;
  z-index: 999;
  /* margin: 6px; */
  padding: 0;
  margin-bottom: 5px;
}

#nav ul {
  width: 100%;
  max-width: 2000px;
  margin: 0;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する。 */
  /* text-align: justify; */
  text-align: center;
  text-justify: distribute-all-lines;
  padding: 0px auto;
}

#nav ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  /* height: 0; */
  line-height: 0;
}

#nav li {
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  list-style: none;
  /* line-height: 1.8rem; */
}

#nav ul li { position: relative; display: inline-block;}
#nav>ul>li>a {
  /* display: block; */
  display: inline-block;
  border-right: 1px dotted #D24146;
  margin: 0;
  padding: 5px 35px;
  /* height: 20px; */
  /* line-height: 3em; */
  color: #333333;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
}

#nav>ul>li:first-child {
  border-left: 1px dotted #D24146;
  /* margin-right: 0px; */
  /* text-align: left; */
  /* left:-35px; */
}

#nav ul li li { min-width: 100%;}
#nav ul li ul li { display: none;}
#nav ul li { position: relative; top: 11px; left: 5px;}
#nav a { display: block; transition: 0.3s;}
#nav a:hover { text-decoration: none;}
#nav>ul>li>a.active { border-bottom-color: #000;}

#nav .level1,
#nav .level2 { width: 100%; position: absolute; z-index: 999;}

#nav .level1 a,
#nav .level2 a {
  padding: 5px 5px;
  background: #fffcfc;
  text-decoration: none;
  color: #333333;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px;
  border-bottom: 1px dotted #D24146;
}

#nav .level1 .active,
#nav .level2 .active {
  background: #fffcfc;
}

#nav .level1 {
  top: 100%;
  left: 0;
  margin-top: -11px;
  margin-left: -5px;
  /* width: 375px; */
  z-index: 99999;
}

#nav .level2 {
  top: 0;
  left: 100%;
  margin-top: -11px;
  margin-left: -24px;
  /* width: 20px; */
}

#nav .item-arrow:after {
  content: "";
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border-color: #37a0da;
}

/* ==================================== */
/* 1-5.drawer   => スマホの引出メニュー */

#mmenu-l  {display: table-cell;width: 100%-120px;height: 80px;vertical-align: middle; text-align: left;}
#mmenu-r {display: table-cell;width: 120px; height: 80px;vertical-align: middle;padding-bottom: 0.4em; text-align: left;}
#mmenu-r>a>p {
  text-align: center;
  vertical-align: bottom;
  line-height: 0.7 !important;
  padding-top: 20px;
  margin-right: 20px;
}
#mmenu-r>a>p>span:nth-child(1) {
  font-family: "mplus-1p-regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 5.5rem;
  font-weight: bold;
}
#mmenu-r>a>p>span:nth-child(2) {
  font-size: 10px;
}

nav:not(.mm-menu) { display: none;}
.mm-menu {  background: #FFF !important;}
.mm-list a { color: #000 !important;}
.mm-list>li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 0px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 1) !important;
}
.mm-slideout {
  background: #FFF;
}





/* Content */

.senpai {
  margin: 50px 0px 50px 0px;
  padding: 0px auto;
}

.senpai img {
  width: calc(100% / 4 - 18px);
  margin: 9px;
}

.senpai_sp {
  margin: 50px 0px 50px 0px;
  padding: 0px auto;
}

.senpai_sp img {
  width: calc(100% / 2 - 18px);
  margin: 9px;
}
.voice h4 {padding:5px 0; text-align:center; font-size: 1.4rem;}
.voice p{
  padding:10px 8%; text-align:left; font-size: 1.2rem; line-height: 2.0; margin-bottom: 30px;
}

.works {
  float: left;
  width: 100%;
  height: 8.6em;
  padding: 1em 1em;
  margin: .4em 0;
  text-align: center;
  background-color: #fcf7f6;
  border: 2px solid #f9c9bb;
  border-radius: 3px;
  margin-top: 10px;
  border-radius: 10px;
}

.works dt {
  border-bottom: 1px dotted #f9c9bb;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.works dd {
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: left;
}
.works h3 {
  position: relative;/*相対位置*/
  padding-left: 1.2rem;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
}

.works h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

.text_line{
  padding:0 3%; text-align:left; font-size: 1.2rem; line-height: 2.0; margin-bottom: 30px; letter-spacing: 0.2em;
}

/* Banner */



/* footer */
.footer-back {
  background-color: #fdf5e6;
  padding: 0; margin: 0;
}
footer {
  height: auto;
  margin-top: 3em;
  padding: 30px;
  /* background-image: url("../images/saiyou/top/footer_back.jpg"); */
  /* background-image: url("https://saiyou.nukumori-group.jp/assets/images/footer/back.png"); */
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0; margin: 0;
  /* border: 1px solid #ef2828; */
}

.footer>.menu {
  display: none;
}

.logo img {
  width: 80%;
  mix-blend-mode: multiply;
  margin-bottom: 30px;
}

.footer>.logo {
  width: 100%;
  position: static;
  margin: 1em auto 0 auto;
}

.footer>.row>div>h3 {
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
}

.footer>.row>div>h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.footer>.row>div>h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.ft_info {
  border: 1px solid rgb(230, 230, 230);
  margin: 3px;
  padding: 0px;
  border-radius: 10px;
  /* ボックスの四つ角を丸くする */
  background-color: #fff;
}
.ft_info li {
  list-style: none;
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
  padding: 0;
  /* width: 100%; */
  margin: 4px 8px;
  /* line-height: 3rem; */
}

.ft_info li:nth-child(1) {
  float: left;
  width: 60px;
  border-radius: 5px;
}

.ft_info li:nth-child(1) img {
  /* height: 100%; */
  border-radius: 5px;
  margin: 0px;
}

.ft_info li:nth-child(2) {
  font-weight: bold;
  margin: 5px auto;
}

.ft_info li:nth-child(2),
.ft_info li:nth-child(3),
.ft_info li:nth-child(4),
.ft_info li:nth-child(5) {
  padding: 0px;
  line-height: 1.8rem;
  font-size: 1.1rem;

  /* border: 1px solid #333; */
}


.ft_info a,
.ft_info span {
  font-size: 1.1rem;
  /* line-height: 3rem; */
  text-decoration: none;
  float: left;
  margin-right: 8px;
  color: rgb(70, 70, 70);
}

.ft_info i {
  left: 5px;
}


.ft_tele {
  border: 1px solid rgb(230, 230, 230);
  margin: 0px;
  padding: 0px;
  border-radius: 10px;
  /* ボックスの四つ角を丸くする */
  background-color: #fff;
  color: #D24146;
  font-weight: bold;
  text-align: center;
}

.ft_tele .fa-phone {
  font-size: 1.6rem;
  margin: 3px auto;
  padding-right: 0px;
  text-align: center;
}

.ft_tele li:nth-child(1) {
  float: left;
  width: 1px;
  /* font-size: 1.6rem; */
  /* margin-top: 5px; */
  margin-left: -12px;
}

.ft_tele li:nth-child(2) {
  /* margin-top: 5px; */
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -12px;
  text-align: center;
}

.ft_tele li:nth-child(3) {
  /* margin-top: 5px; */
  font-weight: bold;
  /* font-size: 2.2rem; */
  margin-left: -12px;
  text-align: center;
}

.ft_logo {
  border: 1px solid rgb(230, 230, 230);
  margin: 2px; padding: 2px; border-radius: 10px;
  /* ボックスの四つ角を丸くする */
  background-color: #fff;
  color: #ee2e35;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.ft_logo::after{float: none;}

.ft_logo span { display: block; }
.ft_logo span:nth-child(1) { font-size: 0.8rem; color: #ee2e35; padding:0 auto; margin-left: -90px;}
.ft_logo span:nth-child(2) { font-size: 2.2rem; color: #000000; padding:0 auto; margin-left: -90px;}
.ft_logo span:nth-child(3) { font-size: 1.0rem; color: #ee2e35; padding:0 auto; margin-left: -90px;}

.copyright {
  font-size: 1.3rem;
  text-align: center;
  position: static;
  margin-top: 30px;
  border-top: 3px solid #D24146;
  padding-top: 10px;
  padding-bottom: 30px;
}

















/*****************************************************************************/
/* 768px 以上 */
@media screen and (min-width: 768px) {

  /* デバイス表示関係 */
  .pcOnly { display: block !important; }
  .spOnly { display: none !important;  }

  /*****************************************************************************/
  /* contents => ct_ */
  #content {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

}
