/*
html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*========common=========*/
body {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  letter-spacing: 1.4px;
  overflow-x: hidden;
}

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

.inner {
  width: 1320px;
  margin: 0 auto;
}

.sp-only {
  display: none;
}

section.mainvisual {
  height: 700px;
  width: 100%;
  position: relative;
}

#service,
#flow,
#contact,
#model {
  padding-top: 100px;
  margin-top: -100px;
}

.mainvisual .slider,
.mainvisual .item,
.mainvisual .slider .slick-list,
.mainvisual .slider .slick-track {
  width: 100%;
  height: 100%;
}

.mainvisual .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 290px;
  width: 290px;
  background-color: rgba(0, 0, 0, 0.43);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
}

.logo-wrap .logo {
  height: 90px;
  margin-bottom: 26px;
}

.logo-wrap .logo img {
  height: 100%;
}

.ttl .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ttl {
  border-bottom: 2px solid #000;
  position: relative;
  margin-bottom: 120px;
}

.ttl .box {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #000;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.ttl .ttl-white {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 5px;
  background-color: #fff;
  z-index: 4;
}

.ttl .box .icon {
  margin-bottom: 15px;
  margin-top: -15px;
  height: 35px;
}

.ttl .box .icon img {
  height: 100%;
}

.ttl .box .icon+p {
  font-size: 15px;
}

.main-text .main-ttl {
  font-size: 28px;
  line-height: 2;
}

.main-text h3 {
  font-size: 53px;
  color: #C2C2C2;
  margin-bottom: 35px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.main-text {
  text-align: center;
}

.bg-gray {
  background-color: #EFEFEF;
}

/*========header=========*/
header {
  width: 100%;
  position: relative;
}

header .nav {
  width: 820px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  padding: 15px 0px;
  border-radius: 78px;
  position: absolute;
  transition: .2s;
}

header .nav.header-fix-wrap li .icon {
  height: 30px;
}

header .nav.header-fix-wrap li {
  padding: 0 30px;
}

header .nav.header-fix-wrap {
  position: fixed;
  transform: translate(0, 0);
  top: 0;
  left: 0;
  width: 100%;
  border-radius: initial;
  z-index: 10000;
  background-color: #000000c7;
  padding: 10px 0px;
  transition: .2s;
}

header .nav ul {
  justify-content: center;
}

header .nav li {
  padding: 5px 30px;
  border-right: 1px solid #fff;
  position: relative;
}

header .nav li a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

header .nav li:last-child {
  border: none;
}

header .nav li .icon {
  justify-content: center;
  height: 37px;
  align-items: center;
  margin-bottom: 20px;
}

header .nav li .icon img {
  height: 100%;
}

header .nav li .icon+p {
  font-size: 15px;
}

section.top {
  margin-top: 130px;
  margin-bottom: 180px;
}

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

section.contact

================================*/
.contact .wrap {
  width: 640px;
  margin: 45px auto 0;
  position: relative;
}

.contact-wrapper {
  border: 1px solid #000;
  padding: 5px 5px 25px;
}

.contact-wrapper.contact-top {
  margin-bottom: 30px;
}

.contact .contact-wrapper h4 {
  background-color: #F6F6F6;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  margin-bottom: 25px;
}

.contact .text {
  width: 420px;
  margin: 0 auto;
}

.contact .contact-top .text .time {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 13px 0;
}

.contact .contact-top .text .tel {
  font-family: 'Oswald', sans-serif;
  color: #c2c2c2;
  font-size: 64px;
  text-align: center;
  margin-bottom: 15px;
}

.contact .sub-ttl {
  text-align: center;
  margin-bottom: 35px;
}

.contact .wrapinner .kagu {
  position: absolute;
  z-index: -1;
}

.contact .wrapinner .kagu img {
  width: 100%;
}

.contact .wrapinner .kagu.img-wrap1 {
  top: 100px;
  left: -350px;
  width: 160px;
}

.contact .wrapinner .kagu.img-wrap2 {
  top: 205px;
  left: -490px;
  width: 180px;
}

.contact .wrapinner .kagu.img-wrap3 {
  top: 205px;
  left: -240px;
  width: 170px;
}

.contact .wrapinner .kagu.img-wrap4 {
  top: 375px;
  left: -362px;
  width: 170px;
}

.contact .wrapinner .kagu.img-wrap5 {
  top: 100px;
  right: -355px;
  width: 140px;
}

.contact .wrapinner .kagu.img-wrap7 {
  top: 205px;
  right: -490px;
  width: 150px;
}

.contact .wrapinner .kagu.img-wrap6 {
  top: 205px;
  right: -240px;
  width: 190px;
}

.contact .wrapinner .kagu.img-wrap8 {
  top: 349px;
  right: -360px;
  width: 155px;
}

.contact-form table {
  width: 570px;
  margin: 0 auto 30px;
}

.contact-form {
  padding: 30px 0;
}

.contact-form table tr th, .contact-form table tr td {
  padding: 15px 0;
  vertical-align: middle;
}

.contact-form table tr th {
  text-align: left;
  width: 200px;
  line-height: 1.5em;
  font-weight: 100;
}

.contact-form table tr th .hissu {
  background-color: #ff1a1a;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin-right: 7px;
}

.contact-form table tr td input[type=tel],
.contact-form table tr td input[type=email],
.contact-form table tr td input[type=text] {
  border: none;
  padding: 15px 10px;
  font-size: 16px;
  width: 100%;
}

.contact-form table tr td label input[type=radio]{
      margin-top: 0;
          line-height: 1.5;
}

.contact-form table tr td label {
  margin-bottom:5px;
  display:block;
}
.contact-form table tr td textarea {
  width:100%;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 15px 10px;
    border: 0;
    outline: none;
    background: #fff;
}

.contact-form table tr td {
  padding: 10px 0;
}

.contact-wrapper.contact-bottom {
  padding: 5px;
}

.contact-wrapper.contact-bottom h4 {
  margin-bottom: 10px;
}

.contact .submit_area input {
  font-size: 25px;
  border: none;
  background-color: #FFB200;
  padding: 15px 80px;
  border-radius: 20px;
  font-weight: 500;
}

.contact .submit_area {
  text-align: center;
}

.contact-form {
  padding: 30px 0;
  background-color: #f6f6f6;
}

section.contact {
  background-color: #ffffffba;
  margin-bottom: 70px;
}

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

section.top

================================*/
.top .wrapinner {
  width: 525px;
  margin: 100px auto 0;
  position: relative;
}

.top .wrapinner h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 25px;
}

.top .wrapinner .text {
  font-size: 15px;
  line-height: 1.8;
}

.top .wrapinner .kagu {
  position: absolute;
}

.top .wrapinner .kagu img {
  width: 100%;
}

.top .wrapinner .kagu.img-wrap1 {
  top: -50px;
  left: -350px;
  width: 160px;
}

.top .wrapinner .kagu.img-wrap2 {
  top: 105px;
  left: -490px;
  width: 180px;
}

.top .wrapinner .kagu.img-wrap3 {
  top: 105px;
  left: -240px;
  width: 170px;
}

.top .wrapinner .kagu.img-wrap4 {
  top: 275px;
  left: -362px;
  width: 170px;
}

.top .wrapinner .kagu.img-wrap5 {
  top: -50px;
  right: -355px;
  width: 140px;
}

.top .wrapinner .kagu.img-wrap7 {
  top: 105px;
  right: -490px;
  width: 150px;
}

.top .wrapinner .kagu.img-wrap6 {
  top: 105px;
  right: -240px;
  width: 190px;
}

.top .wrapinner .kagu.img-wrap8 {
  top: 249px;
  right: -360px;
  width: 155px;
}

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

section.service

================================*/
.service .inner {
  justify-content: center;
}

.service .bg-gray {
  padding: 40px 0 40px;
  margin-top: 80px;
  position: relative;
}

.service .bg-gray:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, 0px);
  border-right: 65px solid transparent;
  border-top: 40px solid #efefef;
  border-left: 65px solid transparent;
  z-index: 2;
}

.service .item {
  width: 20%;
  padding: 25px 25px 5px;
  border-right: 1px solid #707070;
  position: relative;
}

.service .item:last-child {
  border: none;
}

.service .fu-ttl+p {
  color: #898989;
  line-height: 1.6;
  /*font-size: 15px;*/
      font-size: 18px;
}

.service .fu-ttl {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.service .img-wrap {
  position: relative;
}
.service .img-wrap img{
  width: 123px;
}

.service .img-wrap p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  color: #fff;
  font-size: 23px;
  width: 100%;
  text-align: center;
}

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

section.merit

================================*/
.merit {
  width: 100%;
  position: relative;
  background-color: rgba(76, 76, 76, 0.44);
  overflow: hidden;
  color: #fff;
  padding: 100px 0;
  margin-bottom: 160px;
}

.merit::before {
  content: "";
  position: absolute;
  background-image: url(../img/merit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  filter: blur(10px);
  z-index: -1;
}

.merit .main-text {
  margin-bottom: 80px;
}

.merit .block {
  justify-content: center;
}

.merit .block .item .img-wrap {
  width: 147px;
  margin: 0 auto 15px;
}

.merit .block .item {
  width: 175px;
  text-align: center;
  margin-right: 30px;
}

.merit .block .item .text {
  font-size: 18px;
  line-height: 1.6;
  text-shadow: 0px 0px 8px #000;
}

.merit .block .item:last-child {
  margin-right: 0;
}

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

section.model

================================*/
.model {
  margin-bottom: 250px;
}

.model .count {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}

.model .sub-ttl {
  text-align: center;
  /*margin-bottom: 50px;*/
      margin-bottom: 170px;
}

.model .sort-wrap {
  border: 1px solid #DBDBDB;
  padding: 35px 15px 45px;
  width: 100%;
  position: relative;
  margin-bottom: 230px;
}

.model input[type=radio], .model input[type=checkbox] {
  display: none;
}

.model .radio, .model .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  background-color: #EFEFEF;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
}

.model .radio:hover, .model .checkbox:hover {
  background-color: #e7fcfe;
}

.model .radio:hover:after, .model .checkbox:hover:after {
  border-color: #2EB3FF;
}

.model .radio:after, .model .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.model .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2EB3FF;
  content: '';
  opacity: 0;
}

.model input[type=radio]:checked+.radio:before {
  opacity: 1;
}

.model .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17.5px;
  display: block;
  margin-top: -7px;
  width: 9px;
  height: 12px;
  border-right: 3px solid #2EB3FF;
  border-bottom: 3px solid #2EB3FF;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.model input[type=checkbox]:checked+.checkbox:before {
  opacity: 1;
}

.model .sort-wrap .item:first-child {
  width: 54%;
}

.model .sort-wrap .item:nth-of-type(2n) {
  flex: 46%;
}

.model .sort-wrap .item {
  align-items: center;
}

.model .item:first-child .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 14px 0px 12px 35px;
  background-color: #EFEFEF;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  width: 144px;
}

.model .sort-wrap .item:nth-of-type(2n) .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 14px 0px 12px 35px;
  background-color: #EFEFEF;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}

.model .item .ttl-m {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #C2C2C2;
  font-size: 40px;
  width: fit-content;
  margin-right: 50px;
}

.model .sort-wrap .item:nth-of-type(2n) li {
  width: 100%;
}

.model .item .cheack {
  flex: 1;
}

.model .item:last-child .cheack {
  display: block;
  flex: 1;
}

.model .count {
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #fff;
  border: 1px solid #dbdbdb;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.model .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model .case-wrap {
  display: flex !important;
}

.case-view {
  width: 62%;
  position: relative;
  1
}

.case-ttl {
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  z-index: 8;
  color: #c2c2c2;
  top: -130px;
  right: -326px;
}

.case-ttl h4 {
  font-weight: 300;
}

.model .swiper-container,
.model .swiper-container2,
.model .swiper-container3,
.model .swiper-container4,
.model .swiper-container5,
.model .swiper-container6,
.model .swiper-container7,
.model .swiper-container8 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.model .swiper-container .swiper-wrapper,
.model .swiper-container2 .swiper-wrapper,
.model .swiper-container3 .swiper-wrapper,
.model .swiper-container4 .swiper-wrapper,
.model .swiper-container5 .swiper-wrapper,
.model .swiper-container6 .swiper-wrapper,
.model .swiper-container7 .swiper-wrapper,
.model .swiper-container8 .swiper-wrapper {
  height: 500px;
  margin-bottom: 5px;
}

.swiper-container .swiper-slide img,
.swiper-container2 .swiper-slide img,
.swiper-container3 .swiper-slide img,
.swiper-container4 .swiper-slide img,
.swiper-container5 .swiper-slide img,
.swiper-container6 .swiper-slide img,
.swiper-container7 .swiper-slide img,
.swiper-container8 .swiper-slide img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.model .case-view .swiper-container .swiper-pagination-bullet:nth-of-type(8n),
.model .case-view .swiper-container2 .swiper-pagination-bullet:nth-of-type(8n),
.model .case-view .swiper-container3 .swiper-pagination-bullet:nth-of-type(8n),
.model .case-view .swiper-container4 .swiper-pagination-bullet:nth-of-type(8n),
.model .case-view .swiper-container5 .swiper-pagination-bullet:nth-of-type(8n),
.model .case-view .swiper-container6 .swiper-pagination-bullet:nth-of-type(8n),
.model .case-view .swiper-container7 .swiper-pagination-bullet:nth-of-type(8n),
.model .case-view .swiper-container8 .swiper-pagination-bullet:nth-of-type(8n) {
  margin-right: 0;
}

.model .case-view .swiper-container .swiper-pagination-bullet,
.model .case-view .swiper-container2 .swiper-pagination-bullet,
.model .case-view .swiper-container3 .swiper-pagination-bullet,
.model .case-view .swiper-container4 .swiper-pagination-bullet,
.model .case-view .swiper-container5 .swiper-pagination-bullet,
.model .case-view .swiper-container6 .swiper-pagination-bullet,
.model .case-view .swiper-container7 .swiper-pagination-bullet,
.model .case-view .swiper-container8 .swiper-pagination-bullet {
  width: 11.94%;
  height: 95px;
  margin: 0 5px 5px 0px;
}

.all-case.bg-gray {
  padding: 20px 20px 20px;
}

.model .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.model .right-intro {
  flex: 1;
  margin-left: 50px;
  margin-top: 27px;
}

.model .ttl-wrap {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 100;
  margin-bottom: 30px;
}

.model .ttl-wrap:before {
  content: "";
  width: 135%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #707070;
  z-index: 2;
}

.model .right-intro .text {
  line-height: 1.8;
  font-size: 15px;
}

.model .right-intro .text {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 20px;
}

.model .right-intro .cate-wrap {
  margin-bottom: 30px;
}

.model .right-intro .cate-wrap ul li {
  padding: 5px 20px;
  background-color: #8FC4DB;
  margin-right: 5px;
  color: #fff;
}

.model .right-intro .tables .table1 {
  margin-bottom: 20px;
}

.model .right-intro .tables .table1 tr th {
  color: #8FC4DB;
  text-align: left;
  width: 100px;
}

.model .right-intro .tables .table1 tr th,
.model .right-intro .tables .table1 tr td {
  padding: 6px;
}
.model .right-intro .tables .table1 tr td .red{

}
td .monthly{
  font-size:24px;
  font-weight:bold;
  color:red;
}
td .total{
display:inline-block;
margin-top:10px;
}

.model .right-intro .tables .table2 table {
  width: 100%;
}

.model .right-intro .tables .table2 tr th,
.model .right-intro .tables .table2 tr td {
  padding: 8px;
  font-size: 13px;
  border: 3px solid #efefef;
}

.model .right-intro .tables .table2 tr th {
  background-color: #DEEBF1;
  font-weight: normal;
  width: 145px;
}

.model .right-intro .tables .table2 tr:nth-of-type(2n),
.model .right-intro .tables .table2 tr:nth-of-type(3n) {
  height: 80px;
}

.model .right-intro .tables .table2 tr {
  margin-bottom: 10px;
  text-align: left;
}

.model .right-intro .tables .table2 tr td {
  background-color: #fff;
  line-height:1.5em;
}

.swiper-container,
.swiper-container2,
.swiper-container3,
.swiper-container4,
.swiper-container5,
.swiper-container6,
.swiper-container7,
.swiper-container8 {
  position: absolute;
  width: 100%;
  top: -75px;
}

.model .slick-list {
  padding: 122px 0 0 0;
  margin-top: -122px;
}

.model .slick-dots {
  bottom: -45px;
}

.model .slick-dots li button:before {
  font-size: 16px;
  opacity: .1;
}

.model .slick-dots li.slick-active button:before {
  opacity: .7;
}

.model .arrows {
  position: relative;
  display: block;
  bottom: -90px;
}

.model .slick-next, .model .slick-prev {
  position: absolute;
  width: 200px;
  border: 1px solid #000;
  height: 50px;
  bottom: -37px;
}

.model .slick-prev {
  right: 51%;
  left: initial;
}

.model .slick-next {
  left: 51%;
  right: initial;
}

.model .slick-prev:before {
  content: '前の事例';
  color: #000;
  font-size: 15px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.model .slick-prev:after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 12px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: skew(-45deg);
  position: absolute;
  left: 25px;
  top: 13px;
}

.model .slick-next:before {
  content: '次の事例';
  color: #000;
  font-size: 15px;
  top: 15px;
  left: 20px;
  position: absolute;
}

.model .slick-next:after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 12px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  position: absolute;
  right: 25px;
  top: 13px;
}

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

section.flow

================================*/
.flow .block {
  justify-content: space-between;
}

.flow .item {
  width: 19%;
  background-color: #F1F1F1;
  padding: 25px;
  color: #707070;
}

.flow .item .flow-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.flow .item .flow-ttl+p {
  font-size: 16px;
  line-height: 1.5;
}

section.flow {
  margin-bottom: 150px;
}

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

section.footer

================================*/
.copy {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

/* 20200302 korenaga */
#modalbg {
  display:none;
  z-index:10009;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  /* display: flex; */
  justify-content: center;
  align-items: center;
}
#modalbg #modalform {
  display:none;
  background-color:#fff;
  border:1px solid #7B8158;
  padding:30px;
  width:95%;
  max-width:650px;
  margin:0 auto;
  border-radius:20px;
}
#modalbg #modalform .mailconts {
  display:flex;
  flex-wrap:wrap;
  border-bottom:1px solid #ddd;
  padding:15px 0px;
}
#modalbg #modalform .mailconts .mlttl {
  width:30%;
  text-align:right;
}
#modalbg #modalform .mailconts .mlconts {
  width:70%;
  padding:0 10px;
}
#modalbg #modalform .btnbox button {
  display:block;
  width:200px;
  margin:15px auto;
  padding:15px;
  border:1px solid #ff5600;
  border-radius:10px;
  background-color:#ff8900;
  color:#fff;
  text-align:center;
  font-size:125%;
  cursor:pointer;
}

#valialert {
  display:none;
  width:450px;
  background-color:#fff;
  border:1px solid #ddd;
  padding:30px;
}
#valialert p.msg {
  text-align:center;
  padding:20px 0px;
  font-size:110%;
}
#valialert p.btns {
  width:80%;
  border:1px solid #ccc;
  padding:15px;
  margin:0 auto;
  text-align:center;
  border-radius:10px;
  cursor:pointer;
}
#valialert p.btns:hover {
  background-color:#e1e1e1;
}

.blog {
  margin-top:120px;
  padding-bottom: 80px;
}
.blog .list {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}
.blog .list .item{
  width:49%;

}
.blog .list .item a{
  display:flex;
  padding:10px;
}
.blog .list .item .img {
  width:35%;
}
.blog .list .item .img img{
  width:100%;
}
.blog .list .item .info {
  width:65%;
  padding-left:10px;
}
.blog .list .item .info .blog-ttl {
  font-weight:bold;
}
.blog .list .item .info .blog-txt {
  margin-top:10px;
  color:#aaa;
}
.blog .list .item .info .date {
  margin-top:10px;
  font-size:13px;
}

.telwork{
  position:absolute;
  bottom: 100px;
  left:0;
  width:100%;
}
.telwork a{
  display:flex;
  width: 820px;
  margin: 0 auto;
  background-color:#fff;
}

.telwork .icon{
  display:block;
  padding:10px;
  color:#fff;
  background-color:red;
}
.telwork .txt{
  display:block;
  padding:10px;
  font-weight:bold;
}

.tw-ttl-main{
  display:block;
  padding:20px;
  color:#fff;
  font-size:24px;
  background-color:#000;
}

#tw{
    padding-bottom: 124px;
}
#tw .top-txt{
line-height:1.5em;
margin-top:20px;
}
.tw-wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

#tw .item{
      border: 1px solid #999;
      padding: 10px;
  width:30%;
 margin-top:32px;
}
#tw .item .img{

}



#tw .item .img img{
 width:100%;
}
#tw .item .info{
 margin-top:20px;
}
#tw .item .info .tw-ttl{
font-weight:bold;
font-size:20px;
}
#tw .item .info table{
  margin-top:20px;
  width:100%;
}
#tw .item .info table td,
#tw .item .info table th,
#tw .item .info table{
border:1px solid #ccc;
padding:10px;
font-size:12px;
}
#tw .item .info table th{
  background-color:#efefef;
}
