@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
.home #contents {
  background: url(../images/top/hero/bg.jpg) repeat-x;
}
.home .sec .point {
  margin: 0px auto;
  width: 1000px;
  border: 7px #E7F0F0 solid;
  background-color: #fff;
  padding: 40px 50px 50px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #333;
  position: relative;
  z-index: 10;
}
.home .sec .point h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  display: inline-block;
  border-bottom: 4px #3DBFBA solid;
  margin-bottom: 30px;
}
.home .sec .point .txt1 {
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec .point .txt2 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec .point .txt2 span {
  color: #3DBFBA;
  font-size: 36px;
}
.home .sec .point .expl {
  text-align: left;
}
.home .sec .point ul {
  margin-bottom: 30px;
}
.home .sec .point ul:last-child {
  margin-bottom: 0;
}
.home .sec .point ul li {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.home .sec .point ul li:last-child {
  margin-right: 0;
}
.home .sec .point ul li:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/top/no3/no4/icon_flag.svg) no-repeat;
  background-size: 23px auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}
.home .sec .yajirushi {
  margin: 20px auto;
  width: 42px;
  height: 53px;
  background: url(../images/common/icon_arrow1.svg);
}
.home .sec .comment {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
.home .sec.interview_pickup {
  padding-top: 50px !important;
  margin-top: 500px !important;
  background-color: white;
}
.home .sec.interview_pickup .mdArea {
  margin-bottom: 50px;
}
.home .sec.interview_pickup .secIn {
  background-color: #f5f5f5;
  padding: 50px 100px;
  margin-top: 100px !important;
}
.home .sec.interview_pickup .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9比率（高さ÷幅 = 9÷16 = 0.5625） */
  height: 0;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.home .sec.interview_pickup .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .sec.interview_pickup ul {
  padding: 0 10%;
}
.home .sec.interview_pickup ul li {
  float: left;
  width: 22.5%;
  margin-right: 3.33333%;
}
.home .sec.interview_pickup ul li:last-child {
  margin-right: 0;
}
.home .sec.interview_pickup ul li a {
  position: relative;
}
.home .sec.interview_pickup ul li a:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/square4.svg) no-repeat;
  background-size: 22px auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home .sec.interview_pickup ul li a img {
  width: 100%;
  height: auto;
  -webkit-border-top-left-radius: 250px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home .sec.interview_pickup ul li a:hover img {
  opacity: 0.7;
}
.home .sec.interview_pickup ul li .txt {
  margin-top: 20px;
}
.home .sec.interview_pickup ul li .txt .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-top: 10px;
}
.home .sec.interview_pickup ul li .txt .txt1 span {
  font-size: 14px;
  margin-right: 10px;
}
.home .sec.interview_pickup ul li .txt .txt2 {
  font-size: 18px;
}
.home .sec.interview_pickup ul li .txt .txt2 span {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec.no2 {
  margin-top: 0px;
  padding: 0 !important;
}
.home .sec.no2 .secIn {
  background-color: #3DBFBA;
  padding: 80px 70px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative;
}
.home .sec.no2 .secIn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 30px solid #3DBFBA;
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -28px;
}
.home .sec.no2 h2 {
  width: 360px;
  float: left;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.6;
}
.home .sec.no2 ul {
  float: right;
  width: 620px;
}
.home .sec.no2 ul li {
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #333;
  background-color: #fff;
  padding: 15px 25px 15px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
.home .sec.no2 ul li:before {
  content: "";
  width: 13px;
  height: 10px;
  background: url(../images/top/no2/icon_check.svg) no-repeat;
  background-size: 13px auto;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5px;
}
.home .sec.no2 ul li span {
  color: #ff6d36;
}
.home .sec.no2 img {
  width: 350px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50px;
}
.home .sec.no3 .bg1, .home .shindan .sec.no4 .bg1, .shindan .home .sec.no4 .bg1 {
  width: 500px;
  height: auto;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 0;
}
.home .sec.no3 .bg2, .home .shindan .sec.no4 .bg2, .shindan .home .sec.no4 .bg2 {
  width: 500px;
  height: auto;
  position: absolute;
  top: 630px;
  right: 0;
  z-index: 0;
}
.home .sec.no3 .bg3, .home .shindan .sec.no4 .bg3, .shindan .home .sec.no4 .bg3 {
  width: 500px;
  height: auto;
  position: absolute;
  top: 1500px;
  left: 0;
  z-index: 0;
}
.home .sec.no3 .mdArea, .home .shindan .sec.no4 .mdArea, .shindan .home .sec.no4 .mdArea {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.home .sec.no3 .mdArea h2, .home .shindan .sec.no4 .mdArea h2, .shindan .home .sec.no4 .mdArea h2 {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec.no3 .mdArea h2 span, .home .shindan .sec.no4 .mdArea h2 span, .shindan .home .sec.no4 .mdArea h2 span {
  font-size: 70px;
  color: #3DBFBA;
  margin-left: 5px;
}
.home .sec.no3 .mdArea h2 span span, .home .shindan .sec.no4 .mdArea h2 span span, .shindan .home .sec.no4 .mdArea h2 span span {
  font-size: 90px;
}
.home .sec.no3 .bl, .home .shindan .sec.no4 .bl, .shindan .home .sec.no4 .bl {
  position: relative;
  margin-bottom: 80px;
}
.home .sec.no3 .bl:last-child, .home .shindan .sec.no4 .bl:last-child, .shindan .home .sec.no4 .bl:last-child {
  margin-bottom: 0;
}
.home .sec.no3 .bl .pic, .home .shindan .sec.no4 .bl .pic, .shindan .home .sec.no4 .bl .pic {
  float: left;
  width: 553px;
}
.home .sec.no3 .bl .pic img, .home .shindan .sec.no4 .bl .pic img, .shindan .home .sec.no4 .bl .pic img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.home .sec.no3 .bl .txt, .home .shindan .sec.no4 .bl .txt, .shindan .home .sec.no4 .bl .txt {
  float: right;
  width: 500px;
  position: relative;
  margin-top: 40px;
}
.home .sec.no3 .bl .txt .numArea, .home .shindan .sec.no4 .bl .txt .numArea, .shindan .home .sec.no4 .bl .txt .numArea {
  position: absolute;
  top: -30px;
  right: 0;
}
.home .sec.no3 .bl .txt .numArea .num, .home .shindan .sec.no4 .bl .txt .numArea .num, .shindan .home .sec.no4 .bl .txt .numArea .num {
  width: 100px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  background: linear-gradient(to right, #3DBFBA, #44cfbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}
.home .sec.no3 .bl .txt .numArea span, .home .shindan .sec.no4 .bl .txt .numArea span, .shindan .home .sec.no4 .bl .txt .numArea span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #3DBFBA;
  position: absolute;
  top: 44px;
  left: -150px;
}
.home .sec.no3 .bl .txt .txt1, .home .shindan .sec.no4 .bl .txt .txt1, .shindan .home .sec.no4 .bl .txt .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  padding-top: 40px;
}
.home .sec.no3 .bl .txt .txt2, .home .shindan .sec.no4 .bl .txt .txt2, .shindan .home .sec.no4 .bl .txt .txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #3DBFBA;
  padding: 20px 0;
  margin-top: 70px;
}
.home .sec.no3 .bl .txt .txt2.kako, .home .shindan .sec.no4 .bl .txt .txt2.kako, .shindan .home .sec.no4 .bl .txt .txt2.kako {
  margin-left: -20px;
}
.home .sec.no3 .bl .txt .txt2 span, .home .shindan .sec.no4 .bl .txt .txt2 span, .shindan .home .sec.no4 .bl .txt .txt2 span {
  font-size: 40px;
}
.home .sec.no3 .bl .txt .expl, .home .shindan .sec.no4 .bl .txt .expl, .shindan .home .sec.no4 .bl .txt .expl {
  font-size: 18px !important;
}
.home .sec.no3 .bl.no1, .home .shindan .sec.no4 .bl.no1, .shindan .home .sec.no4 .bl.no1 {
  margin-top: -50px;
}
.home .sec.no3 .bl.no2 .pic, .home .shindan .sec.no4 .bl.no2 .pic, .shindan .home .sec.no4 .bl.no2 .pic {
  float: right;
}
.home .sec.no3 .bl.no2 .txt, .home .shindan .sec.no4 .bl.no2 .txt, .shindan .home .sec.no4 .bl.no2 .txt {
  float: left;
}
.home .sec.no3 .bl.no4 .txt1, .home .shindan .sec.no4 .bl.no4 .txt1, .shindan .home .sec.no4 .bl.no4 .txt1 {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec.no4 .mdArea {
  margin-bottom: 50px;
}
.home .sec.no4 .blWrap {
  position: relative;
}
.home .sec.no4 .bl dl {
  width: 100%;
  display: table;
}
.home .sec.no4 .bl dl dt {
  display: table-cell;
  width: 30%;
  background-color: #707070;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.home .sec.no4 .bl dl dt:after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.home .sec.no4 .bl dl dd {
  display: table-cell;
  padding: 30px 20px 40px 20px;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.home .sec.no4 .bl dl dd span.mark {
  margin: 0 auto 10px;
  width: 36px;
  height: 36px;
  display: block;
}
.home .sec.no4 .bl dl dd span.mark.maru {
  background: url(../images/top/no4/maru.svg) no-repeat;
  background-size: 36px auto;
}
.home .sec.no4 .bl dl dd span.mark.sankaku {
  background: url(../images/top/no4/sankaku.svg) no-repeat;
  background-size: 36px auto;
}
.home .sec.no4 .bl dl dd span.mark.batsu {
  background: url(../images/top/no4/batsu.svg) no-repeat;
  background-size: 36px auto;
}
.home .sec.no4 .bl dl dd span.blue {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.home .sec.no4 .bl dl dd:after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.home .sec.no4 .bl dl:first-child dt {
  border-radius: 25px 0 0 0;
}
.home .sec.no4 .bl dl:last-child dt {
  border-radius: 0px 0 0 25px;
}
.home .sec.no4 .bl dl:last-child dt:after {
  display: none;
}
.home .sec.no4 .bl dl:last-child dd {
  border-bottom: none;
}
.home .sec.no4 .bl dl:last-child dd:after {
  display: none;
}
.home .sec.no4 .bl dl.name dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.home .sec.no4 .bl dl.name dd span {
  background-color: #3DBFBA;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 10px;
}
.home .sec.no4 .bl dl.name dd img {
  width: 178px;
  height: auto;
}
.home .sec.no4 .bl.no1 {
  width: 60%;
}
.home .sec.no4 .bl.no2 {
  width: 40%;
  position: absolute;
  top: -25px;
  right: 0;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.02);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.home .sec.no4 .bl.no2 dl:first-child dd {
  padding: 40px 20px 40px 20px;
  border-radius: 25px 25px 0 0;
}
.home .sec.no4 .bl.no2 dl:last-child dd {
  border-radius: 0px 0px 25px 25px;
}
.home .sec.no4 .bl.no2 dl.no4 dd {
  padding-bottom: 60px;
}
.home .sec.no5 {
  background: linear-gradient(to bottom, #43d0cb, #45cec3);
  overflow: hidden;
}
.home .sec.no5 .bg {
  width: 2500px;
  height: auto;
  position: absolute;
  top: -250px;
  left: 50%;
  margin-left: -1250px;
  z-index: 0;
}
.home .sec.no5 .secIn {
  position: relative;
  z-index: 1;
}
.home .sec.no5 .mdArea h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.home .sec.no5 .mdArea h2 .txt1 {
  font-size: 35px;
}
.home .sec.no5 .mdArea h2 .txt2 {
  font-size: 48px;
  margin-top: 10px;
}
.home .sec.no5 .mdArea h2 .txt2 span {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #3DBFBA;
  padding: 0 15px 5px;
  margin: 0 10px;
}
.home .sec.no5 .bl.no1 {
  padding-top: 100px;
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.home .sec.no5 .bl.no1 h3 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}
.home .sec.no5 .bl.no1 h3 span {
  border-bottom: 3px #fff solid;
}
.home .sec.no5 .bl.no1 .txt2 {
  font-size: 22px;
}
.home .sec.no5 .bl.no1 .illust1 {
  width: 131px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
}
.home .sec.no5 .bl.no1 .illust2 {
  width: 131px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 0;
}
.home .sec.no5 .bl.no1 ul {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.home .sec.no5 .bl.no1 ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.home .sec.no5 .bl.no1 ul li:nth-child(2n) {
  margin-right: 0;
}
.home .sec.no5 .bl.no1 ul li .icon {
  width: 124px;
  float: left;
}
.home .sec.no5 .bl.no1 ul li .icon img {
  width: 100%;
  height: auto;
}
.home .sec.no5 .bl.no1 ul li .txt {
  float: right;
  width: 320px;
  color: #333;
  text-align: left;
}
.home .sec.no5 .bl.no1 ul li .txt .txt1 {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}
.home .sec.no5 .bl.no1 ul li .txt .txt2 {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.home .sec.no5 .bl.no1 .comment {
  margin: 20px 0 40px;
}
.home .sec.no6 .bl {
  background-color: #fff;
  padding: 180px 100px 80px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.home .sec.no6 .bl h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  margin-bottom: 40px;
  position: relative;
}
.home .sec.no6 .bl h2 span {
  color: #3DBFBA;
}
.home .sec.no6 .bl h2:before {
  content: "";
  width: 60px;
  height: 70px;
  background: url(../images/top/no6/icon_q.svg) no-repeat;
  background-size: 60px auto;
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -30px;
}
.home .sec.no6 .bl .gazo {
  text-align: center;
  margin-bottom: 60px;
}
.home .sec.no6 .bl.no1 {
  margin-bottom: 70px;
}
.home .sec.no6 .bl.no2 .gazo {
  margin-bottom: 40px;
}
.home .sec.no6 .comment {
  margin-bottom: 50px;
}
.home .sec.no8:before {
  content: "";
  width: 450px;
  height: 450px;
  background: url(../images/common/square2.svg) no-repeat;
  background-size: 450px auto;
  position: absolute;
  top: 80px;
  left: 5%;
}
.home .sec.no8 .mdArea {
  margin-bottom: 40px;
}
.home .sec.no8 .blWrap {
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: relative;
  margin-bottom: 100px;
}
.home .sec.no8 .blWrap:last-child {
  margin-bottom: 0;
}
.home .sec.no8 .blWrap .creca {
  position: absolute;
  top: -50px;
  right: 30px;
  width: 200px;
  height: auto;
}
.home .sec.no8 .blWrap .blWrapIn {
  padding: 80px 80px 40px;
}
.home .sec.no8 .blWrap .sub {
  text-align: center;
  border-top: 2px #E7EAED solid;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.home .sec.no8 .blWrap .mdArea2 {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.home .sec.no8 .blWrap .mdArea2 h3 {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec.no8 .blWrap .mdArea2 h3:after {
  content: "";
  width: 70px;
  height: 6px;
  background: url(../images/common/md_parts.svg) no-repeat;
  background-size: 70px auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -35px;
}
.home .sec.no8 .blWrap .plan {
  margin-bottom: 40px;
}
.home .sec.no8 .blWrap .plan li {
  float: left;
}
.home .sec.no8 .blWrap .plan li .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  color: #fff;
}
.home .sec.no8 .blWrap .plan li .txt1 span {
  margin-left: 10px;
  font-size: 14px;
}
.home .sec.no8 .blWrap .plan li .txt2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
}
.home .sec.no8 .blWrap .plan li .txt2 span {
  font-size: 20px;
}
.home .sec.no8 .blWrap .plan li .txt2 span span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  margin-left: 5px;
}
.home .sec.no8 .blWrap .plan li .txt2_2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
}
.home .sec.no8 .blWrap .plan li .txt2_3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}
.home .sec.no8 .blWrap .plan li .txt3 {
  margin-top: 20px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}
.home .sec.no8 .blWrap .plan li .txt3 span.chui1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  display: inline-block;
  margin-top: 15px;
}
.home .sec.no8 .blWrap .plan li .recommend {
  margin-top: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #f8f9fa;
  overflow: hidden;
  border: 1px #3DBFBA solid;
}
.home .sec.no8 .blWrap .plan li .recommend .md {
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  text-align: center;
  background-color: #3DBFBA;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.home .sec.no8 .blWrap .plan li .recommend ul {
  float: none;
  width: 100%;
  padding: 5px 20px 20px;
}
.home .sec.no8 .blWrap .plan li .recommend ul li {
  float: none;
  width: 100%;
  color: #333;
}
.home .sec.no8 .blWrap .plan li .recommend.t2 {
  border: 1px #4383DB solid;
}
.home .sec.no8 .blWrap .plan li .recommend.t2 .md {
  background-color: #4383DB;
}
.home .sec.no8 .blWrap .plan li.light {
  color: #ff6d36;
}
.home .sec.no8 .blWrap .plan li.light .txt1 {
  background-color: #ff6d36;
}
.home .sec.no8 .blWrap .plan li.simple {
  color: #3DBFBA;
}
.home .sec.no8 .blWrap .plan li.simple .txt1 {
  background-color: #3DBFBA;
}
.home .sec.no8 .blWrap .plan li.simple p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
  font-size: 14px !important;
}
.home .sec.no8 .blWrap .plan li.standard {
  color: #4383DB;
}
.home .sec.no8 .blWrap .plan li.standard .txt1 {
  background-color: #4383DB;
}
.home .sec.no8 .blWrap .plan.three li {
  width: 31.66667%;
  margin-right: 2.5%;
}
.home .sec.no8 .blWrap .plan.three li:last-child {
  margin-right: 0;
}
.home .sec.no8 .blWrap .plan.three li .txt1 span {
  margin-left: -5px;
}
.home .sec.no8 .blWrap .plan.two {
  width: 90%;
  margin: 0 auto 40px;
}
.home .sec.no8 .blWrap .plan.two li {
  width: 47.5%;
  margin-right: 5%;
}
.home .sec.no8 .blWrap .plan.two li:last-child {
  margin-right: 0;
}
.home .sec.no8 .blWrap .plan.two.lg {
  width: 100%;
}
.home .sec.no8 .blWrap .plan.two.lg li {
  width: 48.5%;
  margin-right: 3%;
}
.home .sec.no8 .blWrap .plan.two.lg li:last-child {
  margin-right: 0;
}
.home .sec.no8 .blWrap .plan.one {
  width: 50%;
  margin: 0 auto 40px;
}
.home .sec.no8 .blWrap .plan.one li {
  width: 100%;
}
.home .sec.no8 .blWrap .msg .msgIn {
  padding: 30px;
  margin-bottom: 40px;
  border: 1px #3DBFBA dashed;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #f8f9fa;
}
.home .sec.no8 .blWrap .msg .txt1 {
  color: #3DBFBA;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.home .sec.no8 .blWrap .chui {
  text-align: center;
  margin: -20px 0 30px;
}
.home .sec.no8 .blWrap .accordion-area {
  background-color: #F8F9FA;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.home .sec.no8 .blWrap .btn-accordion {
  position: relative;
  text-align: center;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 3% 3%;
  transition: all .5s ease;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.home .sec.no8 .blWrap .btn-accordion span {
  position: relative;
  text-decoration: none;
}
.home .sec.no8 .blWrap .btn-accordion span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/top/no8/btn_flag1.svg) no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -9px;
}
.home .sec.no8 .blWrap .btn-accordion:hover {
  background-color: #3DBFBA;
}
.home .sec.no8 .blWrap .btn-accordion:hover span {
  text-decoration: none;
  color: #fff;
}
.home .sec.no8 .blWrap .btn-accordion:hover span:after {
  background: url(../images/top/no8/btn_flag1_2.svg) no-repeat;
}
.home .sec.no8 .blWrap .btn-accordion.close span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/top/no8/btn_flag2.svg) no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -9px;
}
.home .sec.no8 .blWrap .accordion-inner {
  display: none;
  padding: 50px 0px 30px;
}
.home .sec.no8 .blWrap .accordion-inner .bl {
  margin-bottom: 50px;
  padding: 0 50px;
}
.home .sec.no8 .blWrap .accordion-inner .bl.master .blIn {
  padding: 40px 50px;
  background-color: #fefbe8;
  border: 1px #FBE46C dashed;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.home .sec.no8 .blWrap .accordion-inner .bl.master .blIn h4.t1 span {
  background-color: #fefbe8;
}
.home .sec.no8 .blWrap .accordion-inner .bl:last-child {
  margin-bottom: 0;
}
.home .sec.no8 .blWrap .accordion-inner .bl .ulWrap ul {
  float: left;
  width: 50%;
}
.home .sec.no8 .blWrap .accordion-inner .bl .ulWrap.three ul {
  width: 33.33333%;
}
.home .sec.no8 .blWrap .accordion-inner .LPproposal {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.home .sec.no8 .blWrap .accordion-inner h4.t1 {
  position: relative;
  margin-bottom: 30px;
}
.home .sec.no8 .blWrap .accordion-inner h4.t1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  position: relative;
  z-index: 1;
  background-color: #F8F9FA;
  padding-right: 20px;
}
.home .sec.no8 .blWrap .accordion-inner h4.t1:after {
  content: "";
  width: 100%;
  border-top: 1px #ccc dashed;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.home .sec.no8 .blWrap .accordion-inner h4.t2 {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 15px;
}
.home .sec.no8 .blWrap .accordion-inner h4.t2 span {
  font-size: 16px;
  margin-left: 10px;
}
.home .sec.no8 .blWrap .accordion-inner h4.t2.standard {
  background-color: #3DBFBA;
}
.home .sec.no8 .blWrap .accordion-inner h4.t2.master {
  background-color: #4383DB;
}
.home .sec.no8 .blWrap .accordion-inner dl.tokuten {
  display: table;
  width: 100%;
  background-color: #FBE46C;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.home .sec.no8 .blWrap .accordion-inner dl.tokuten dt {
  display: table-cell;
  width: 20%;
  background-color: #F2D644;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 30px 30px 30px 40px;
  vertical-align: middle;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  position: relative;
}
.home .sec.no8 .blWrap .accordion-inner dl.tokuten dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 54px solid transparent;
  border-bottom: 54px solid transparent;
  border-left: 35px solid #F2D644;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -35px;
  margin-top: -54px;
}
.home .sec.no8 .blWrap .accordion-inner dl.tokuten dd {
  display: table-cell;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 30px 60px;
  vertical-align: middle;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no1 .col, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no1 .col, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no1 .col {
  margin-bottom: 30px;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no1 .col:last-child, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no1 .col:last-child, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no1 .col:last-child {
  margin-bottom: 0;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no1 .col.no1 .txt1, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no1 .txt1, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no1 .txt1 {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no1 .col.no2 .txt, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .txt, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .txt {
  float: left;
  width: 500px;
  padding-top: 15px;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no1 .col.no2 .txt .txt2, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .txt .txt2, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .txt .txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  position: relative;
  margin-bottom: 30px;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no1 .col.no2 .txt .txt2:after, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .txt .txt2:after, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .txt .txt2:after {
  content: "";
  width: 430px;
  height: 20px;
  background: url(../images/top/no8/parts_line.svg) no-repeat;
  background-size: 430px auto;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no1 .col.no2 .gazo, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .gazo, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .gazo {
  float: right;
  width: 350px;
  padding: 10px;
  background-color: #fff;
  border: 1px #ccc solid;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no1 .col.no2 .gazo img, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .gazo img, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no1 .col.no2 .gazo img {
  width: 100%;
  height: auto;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col {
  margin-bottom: 30px;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col:last-child, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col:last-child, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col:last-child {
  margin-bottom: 0;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no1 .txt1, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no1 .txt1, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no1 .txt1 {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no4, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #FBE46C;
  padding: 20px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no4 .txt1, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 {
  float: left;
  width: 500px;
  padding-top: 20px;
  text-align: center;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no4 .txt1 .sub1, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 .sub1, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 .sub1 {
  font-size: 14px;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2 {
  display: inline-block;
  font-size: 16px;
  border-bottom: 3px #333 solid;
  position: relative;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2 span, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2 span, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2 span {
  font-size: 23px;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2 span span, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2 span span, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt1 .sub2 span span {
  font-size: 38px;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no4 .txt2, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt2, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt2 {
  float: right;
  width: 315px;
  background-color: #F2D644;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 25px;
  font-size: 17px;
  text-align: center;
  position: relative;
}
.home .sec.no8 .blWrap.no3 .accordion-inner .bl.no2 .col.no4 .txt2:before, .home .sec.no8 .shindan .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt2:before, .shindan .home .sec.no8 .blWrap.sec.no4 .accordion-inner .bl.no2 .col.no4 .txt2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 17px solid #F2D644;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -9px;
}
.home .sec.no8 .blWrap.no4 .accordion-inner .bl .col {
  margin-bottom: 30px;
}
.home .sec.no8 .blWrap.no4 .accordion-inner .bl .col:last-child {
  margin-bottom: 0;
}
.home .sec.no8 .blWrap.no4 .accordion-inner .bl .col.no1 .txt1 {
  font-size: 16px;
  line-height: 1.8;
}
.home .sec.cta {
  padding: 0 !important;
}
.home .sec.cta .mdArea {
  background: url(../images/top/cta/bg.jpg) no-repeat center 0;
  background-size: 120% auto;
  padding: 80px 0;
}
.home .sec.cta .mdArea a.btn_contact {
  margin: 0 auto;
  display: block;
  width: 360px;
  height: 80px;
  text-decoration: none;
  background: linear-gradient(to right, #ff6d36, #ff9f39);
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  color: #fff;
  font-size: 20px;
  padding: 23px 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home .sec.cta .mdArea a.btn_contact span {
  position: relative;
}
.home .sec.cta .mdArea a.btn_contact span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/header/icon_mail.svg) no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -8px;
}
.home .sec.cta .mdArea a.btn_contact:hover {
  background: linear-gradient(to right, #ff3636, #ff6839);
}
.home .sec.cta .mdArea h2 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  margin: 30px 0;
}
.home .sec.cta .mdArea h2 span {
  font-size: 50px;
}
.home .sec.comic .mdArea {
  margin-bottom: 20px;
}
.home .sec.comic .bl {
  padding: 0 100px;
}
.home .sec.comic .bl img {
  width: 100%;
  height: auto;
}
.home .sec.voice .mdArea {
  margin-bottom: 150px;
}
.home .sec.voice .voiceWrap {
  margin-bottom: 150px;
}
.home .sec.voice .voiceWrap:last-child {
  margin-bottom: 0;
}
.home .sec.voice .bl .voice_titleArea {
  position: relative;
  z-index: 1;
}
.home .sec.voice .bl .voice_titleArea .sub {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3DBFBA;
  font-size: 17px;
  margin-bottom: 20px;
}
.home .sec.voice .bl .voice_titleArea .sub span {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-left: 20px;
}
.home .sec.voice .bl .voice_titleArea .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 15px;
}
.home .sec.voice .bl .voice_titleArea .txt1 span {
  font-size: 16px;
  margin-right: 15px;
}
.home .sec.voice .bl .voice_titleArea .txt2 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3DBFBA;
  font-size: 17px;
  margin-bottom: 20px;
}
.home .sec.voice .bl .waku {
  background-color: #fff;
  padding: 20px 70px 80px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative;
  z-index: 0;
}
.home .sec.voice .bl .waku .num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 212px;
  position: absolute;
  top: -230px;
  left: 544px;
  color: #fff;
  letter-spacing: -5px;
}
.home .sec.voice .bl .waku .col {
  width: 600px;
}
.home .sec.voice .bl .waku .col dl {
  display: table;
  padding: 40px 0;
  border-bottom: 1px #DDDDDD solid;
}
.home .sec.voice .bl .waku .col dl:last-child {
  border-bottom: none;
}
.home .sec.voice .bl .waku .col dl dt {
  display: table-cell;
  width: 24%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec.voice .bl .waku .col dl dd {
  display: table-cell;
  padding-right: 20px;
}
.home .sec.voice .bl .waku .col dl dd .expl {
  font-size: 15px !important;
}
.home .sec.voice .bl .waku .gazo {
  width: 470px;
  position: absolute;
  top: 0;
  right: 0;
}
.home .sec.voice .bl .waku .gazo div {
  position: absolute;
}
.home .sec.voice .bl .waku .gazo div img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 3px #E2E6EA solid;
}
.home .sec.voice .bl .waku .gazo div.pc {
  width: 390px;
  top: -200px;
  right: -50px;
}
.home .sec.voice .bl .waku .gazo div.smp {
  width: 190px;
  top: 120px;
  right: 220px;
}
.home .sec.voice .bl .waku .gazo div.smp.short {
  top: 80px;
}
.home .sec.voice .bl .waku .voice {
  padding: 0px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: relative;
  background: linear-gradient(to right, #3DBFBA, #44cfb6);
  overflow: hidden;
}
.home .sec.voice .bl .waku .voice .md {
  padding: 30px 40px 20px;
  border-bottom: 1px #fff solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  z-index: 0;
}
.home .sec.voice .bl .waku .voice .md span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  margin-left: 15px;
}
.home .sec.voice .bl .waku .voice .voiceIn {
  position: relative;
  z-index: 1;
}
.home .sec.voice .bl .waku .voice .voiceIn .txt {
  float: left;
  width: 680px;
  padding: 120px 20px 40px 40px;
  color: #fff;
}
.home .sec.voice .bl .waku .voice .voiceIn .txt .expl {
  font-size: 15px !important;
  line-height: 1.7 !important;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #333;
}
.home .sec.voice .bl .waku .voice .voiceIn .txt .audioArea span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  display: block;
  position: relative;
  top: 20px;
}
.home .sec.voice .bl .waku .voice .voiceIn .txt .audioArea audio {
  opacity: 0.5;
}
.home .sec.voice .bl .waku .voice .voiceIn .txt .movie {
  margin-top: 30px;
}
.home .sec.voice .bl .waku .voice .voiceIn .face {
  float: right;
  width: 293px;
}
.home .sec.voice .bl .waku .voice .voiceIn .face img {
  -webkit-border-top-left-radius: 200px;
}
.home .sec.voice .bl .waku .voice .voiceIn .face p {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px 0 0;
  position: relative;
}
.home .sec.voice .bl .waku .voice .voiceIn .face p:before {
  content: "";
  width: 20px;
  height: 70px;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  position: absolute;
  top: 0;
  left: 0;
}
.home .sec.voice .bl .waku .voice .voiceIn .face p:after {
  content: "";
  width: 20px;
  height: 70px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  position: absolute;
  top: 0;
  right: 20px;
}
.home .sec.voice .bl .waku .voice .voiceIn .face p span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
}
.home .sec.voice .bl .waku .frame_wrap {
  margin-top: 20px;
}
.home .sec.voice .btn {
  text-align: center;
  margin-top: -50px;
}
.home .sec.no10 .mdArea {
  margin-bottom: 40px;
}
.home .sec.no10 .flow {
  margin-bottom: 70px;
}
.home .sec.no10 .flow dl {
  display: table;
  background-color: #fff;
  width: 100%;
  padding: 20px 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin-bottom: 50px;
  position: relative;
}
.home .sec.no10 .flow dl:after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_arrow4.svg) no-repeat;
  background-size: 28px auto;
  position: absolute;
  bottom: -42px;
  left: 50%;
  margin-left: -14px;
}
.home .sec.no10 .flow dl:last-child {
  margin-bottom: 0;
}
.home .sec.no10 .flow dl:last-child:after {
  display: none;
}
.home .sec.no10 .flow dl dt {
  width: 10%;
  display: table-cell;
  color: #3DBFBA;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  vertical-align: middle;
  position: relative;
}
.home .sec.no10 .flow dl dt:before {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../images/top/no10/arrow3.svg) no-repeat;
  background-size: 38px auto;
  position: absolute;
  top: -5px;
  left: -15px;
}
.home .sec.no10 .flow dl dt span {
  font-size: 16px;
  margin-right: 5px;
}
.home .sec.no10 .flow dl dd {
  display: table-cell;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.home .sec.no10 .flow dl dd span {
  font-size: 14px;
}
.home .sec.no10 .flow dl.t1 dt {
  color: #76D1E3;
}
.home .sec.no10 .flow dl.t1 dt:before {
  background: url(../images/top/no10/arrow1.svg) no-repeat;
}
.home .sec.no10 .flow dl.t2 dt {
  color: #FFA03A;
}
.home .sec.no10 .flow dl.t2 dt:before {
  background: url(../images/top/no10/arrow2.svg) no-repeat;
}
.home .sec.no10 .flow dl.t3 dt {
  color: #FF7036;
}
.home .sec.no10 .flow dl.t3 dt:before {
  background: url(../images/top/no10/arrow4.svg) no-repeat;
}
.home .sec.no10 .point .expl img {
  float: right;
  width: 40%;
  height: auto;
  margin-left: 30px;
  margin-top: 5px;
}
.home .sec.faq.faq .accordion-item {
  margin-bottom: 10px;
  position: relative;
}
.home .sec.faq.faq .accordion-header {
  background-color: #fff;
  padding: 15px 30px 20px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.home .sec.faq.faq .accordion-header .md_q {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #3DBFBA;
  margin-right: 10px;
}
.home .sec.faq.faq .accordion-header .arrow {
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -16px;
}
.home .sec.faq.faq .accordion-header .arrow:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/top/faq/btn_open.svg) no-repeat;
  background-size: 32px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.home .sec.faq.faq .accordion-header .arrow.up:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/top/faq/btn_close.svg) no-repeat;
  background-size: 32px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.home .sec.faq.faq .accordion-content {
  padding: 5px 20px 10px;
  display: none;
  position: relative;
}
.home .sec.faq.faq .accordion-content .md_a {
  color: #ff6d36;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  position: absolute;
  top: 17px;
  left: 21px;
}
.home .sec.faq.faq .accordion-content.active {
  display: block;
}
.home .sec.faq.faq .accordion-content p {
  margin: 0;
  font-size: 16px;
  padding: 20px 0 10px 50px;
  line-height: 1.8;
}
.home .sec.greeting {
  background: url(../images/top/greeting/bg.svg) no-repeat 130% 280px;
  background-size: 2458px auto;
}
.home .sec.greeting .mdArea {
  margin-bottom: 50px;
}
.home .sec.greeting .txt {
  padding: 100px 30% 0 0;
  position: relative;
}
.home .sec.greeting .txt .img2 {
  position: absolute;
  bottom: -100px;
  right: -180px;
}
.home .sec.greeting .txt .expl {
  position: relative;
  z-index: 1;
}
.home .sec.greeting .txt .name {
  margin-top: 40px;
  text-align: right;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home .sec.greeting .txt .name span {
  font-size: 18px;
  margin-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.home .sec.company .bl {
  display: flex;
  flex-wrap: wrap;
  /* 必須：折り返しを許可 */
  gap: 0 50px;
}
.home .sec.company .bl .blIn {
  width: calc(50% - 25px);
  /* gapの半分を引く */
}
.home .sec.company .bl dl {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.home .sec.company .bl dl dt {
  display: table-cell;
  width: 25%;
  border-bottom: 1px #3DBFBA solid;
  font-size: 15px;
  padding: 10px 0 15px;
}
.home .sec.company .bl dl dd {
  display: table-cell;
  border-bottom: 1px #ccc solid;
  font-size: 15px;
  padding: 10px 0 15px;
  word-break: break-all;
}
.home .sec.company .map {
  margin-top: 50px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.home .sec.area {
  background-color: #f8f9fa;
}
.home .sec.area dl {
  display: table;
  width: 100%;
  margin-top: -20px;
}
.home .sec.area dl dt {
  display: table-cell;
  width: 30%;
  padding: 20px;
  background-color: #3DBFBA;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  vertical-align: middle;
}
.home .sec.area dl dd {
  display: table-cell;
  width: 70%;
  padding: 50px;
  background-color: #fff;
  text-align: left;
}
.home .sec.area dl dd ul li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  line-height: 2;
  position: relative;
}
.home .sec.area dl dd ul li:after {
  content: "／";
  font-size: 13px;
  color: #333;
  position: absolute;
  top: 7px;
  right: -18px;
  opacity: 0.5;
}
.home .sec.area dl dd ul li:last-child:after {
  display: none;
}
.home .sec.area dl dd ul li a {
  text-decoration: none;
}
.home .sec.contact:before {
  content: "";
  width: 450px;
  height: 450px;
  background: url(../images/common/square2.svg) no-repeat;
  background-size: 450px auto;
  position: absolute;
  top: 80px;
  left: 5%;
}
.home .sec.contact .mdArea {
  margin-bottom: 40px;
}
.home .sec.contact .mdArea h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 55px;
  margin-bottom: 15px;
}
.home .sec.contact .mdArea p.expl {
  color: #fff;
}
.home .sec.contact .bl {
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 40px;
  margin-bottom: 50px;
}
.home .sec.contact .bl:last-child {
  margin-bottom: 0;
}
.home .sec.contact .bl .tel {
  text-align: center;
}
.home .sec.contact .bl .tel a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3DBFBA;
  font-size: 52px;
  position: relative;
}
.home .sec.contact .bl .tel a:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/top/contact/icon_tel.svg) no-repeat;
  background-size: 40px auto;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -20px;
}
.home .sec.contact .bl .tel span {
  display: block;
}

.member .sec {
  background-color: #3DBFBA;
  padding-top: 100px !important;
  position: relative;
}
.member .sec:before {
  content: "";
  width: 450px;
  height: 450px;
  background: url(../images/common/square2.svg) no-repeat;
  background-size: 450px auto;
  position: absolute;
  top: 80px;
  left: 5%;
}

#member {
  padding-bottom: 0 !important;
}
#member .mdArea {
  margin-bottom: 40px;
}
#member .blWrap {
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 40px;
}
#member .tabs {
  display: flex;
  flex-wrap: wrap;
}
#member .tabs .tab_label {
  color: #C1C7CE;
  background-color: #F8F9FA;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 28px 0 32px;
  margin: 0 10px;
}
#member .tabs .tab_label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_arrow3.svg) no-repeat;
  background-size: 18px auto;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#member .tabs .tab_label:hover {
  opacity: 0.75;
}
#member .tabs .tab_label:hover:after {
  right: 25px;
}
#member .tabs .tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  padding: 0 20px;
}
#member .tabs input[name="tab_switch"] {
  display: none;
}
#member .tabs input:checked + .tab_label {
  color: #fff;
  background-color: #3DBFBA;
}
#member .tabs input:checked + .tab_label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_arrow2.svg) no-repeat;
  background-size: 18px auto;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#member .tabs #tab01:checked ~ #tab01_content,
#member .tabs #tab02:checked ~ #tab02_content,
#member .tabs #tab03:checked ~ #tab03_content {
  display: block;
}
#member .tabs .tab_content {
  position: relative;
  animation: fadeIn 1s ease;
}
#member .bl {
  padding: 50px 30px;
  border-bottom: 1px #ccc dashed;
}
#member .bl:last-child {
  border-bottom: none;
}
#member .bl .gazo {
  float: left;
  width: 190px;
}
#member .bl .gazo .pic {
  border: 10px #F7F7F7 solid;
  width: 170px;
  height: 170px;
  border-radius: 170px;
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  overflow: hidden;
  background-color: #fff !important;
}
#member .bl .gazo .pic img {
  width: 170px;
  height: auto;
}
#member .bl .gazo p {
  margin-top: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
#member .bl .gazo p span {
  display: block;
  color: #3DBFBA;
  font-size: 14px;
}
#member .bl .txt {
  float: right;
  width: 700px;
}
#member .bl .txt dl {
  margin-bottom: 30px;
}
#member .bl .txt dl:last-child {
  margin-bottom: 0;
}
#member .bl .txt dl dt {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border: 1px #3DBFBA solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 30px;
  color: #3DBFBA;
}
#member .bl .txt dl dd {
  padding: 15px 0;
}
#member .bl .txt dl dd .expl {
  font-size: 15px !important;
}
#member .bl .txt dl.keireki dd ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dotted;
  position: relative;
}
#member .bl .txt dl.keireki dd ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#member .bl .txt dl.keireki dd ul li:before {
  content: "・";
  color: #3DBFBA;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
#member #tab01_content .gazo .pic {
  background-color: #daefdc;
}
#member #tab02_content .gazo .pic {
  background-color: #daefdc;
}
#member #tab03_content .gazo .pic {
  background-color: #daefdc;
}

.shindan #member .secIn {
  padding: 0 0 100px 0 !important;
}
.shindan #member .secIn label {
  display: none;
}
.shindan .sec .mdArea.type1 .sub {
  color: #3DBFBA;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.shindan .sec .mdArea.type1 h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.shindan .sec.hero .secIn {
  position: relative;
}
.shindan .sec.hero .txt {
  float: left;
  width: 580px;
  text-align: center;
}
.shindan .sec.hero .txt a {
  background-color: #3DBFBA;
  font-size: 22px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 20px 50px;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  letter-spacing: 0;
  -webkit-border-top-left-radius: 60px;
  -webkit-border-top-right-radius: 60px;
  -webkit-border-bottom-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  box-shadow: 7px 10px 40px 0px rgba(23, 155, 160, 0.3);
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.shindan .sec.hero .txt a:hover {
  background: linear-gradient(to right, #ff6d36, #ff9f39);
}
.shindan .sec.hero .txt .txt1 {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.shindan .sec.hero .txt .txt1:before {
  content: "";
  width: 20px;
  height: 74px;
  background: url(../images/shindan/hero/parts1.svg) no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -200px;
}
.shindan .sec.hero .txt .txt1:after {
  content: "";
  width: 20px;
  height: 74px;
  background: url(../images/shindan/hero/parts2.svg) no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 5px;
  right: 50%;
  margin-right: -200px;
}
.shindan .sec.hero .txt .txt2 {
  color: #fff;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 10px auto;
  width: 380px;
  height: 54px;
  background: url(../images/shindan/hero/parts3.svg) no-repeat;
  background-size: 380px auto;
  padding-top: 3px;
}
.shindan .sec.hero .txt .txt3 {
  margin-top: -20px;
  font-size: 68px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.hero .txt .txt3 span {
  font-size: 78px;
  position: relative;
  top: 3px;
}
.shindan .sec.hero .txt .txt4 {
  margin-top: -30px;
  font-size: 68px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.hero .txt .txt4 span {
  color: #2670AD;
}
.shindan .sec.hero .txt .txt5 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.hero .illust {
  position: absolute;
  top: -30px;
  right: -100px;
  width: 584px;
}
.shindan .sec.hero .illust img {
  width: 100%;
  height: auto;
}
.shindan .sec.hero .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: auto;
}
.shindan .sec.hero .bg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: auto;
}
.shindan .sec.no1 {
  background-color: #3d5553;
  padding-bottom: 450px !important;
}
.shindan .sec.no1 .mdArea {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.no1 .mdArea p {
  font-size: 18px;
  opacity: 0.5;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.no1 .mdArea h2 {
  margin-top: 20px;
  font-size: 30px;
}
.shindan .sec.no1 .mdArea h2 span {
  font-size: 45px;
  border-bottom: 3px #fff solid;
}
.shindan .sec.no1 ul li {
  width: 260px;
  padding: 20px 20px 30px;
  background-color: #2f4846;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  text-align: left;
}
.shindan .sec.no1 ul li .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  opacity: 1;
}
.shindan .sec.no1 ul li .txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  opacity: 0.7;
}
.shindan .sec.no1 ul li.no1 {
  top: 270px;
  margin-left: -560px;
}
.shindan .sec.no1 ul li.no2 {
  top: 260px;
  margin-left: -280px;
}
.shindan .sec.no1 ul li.no3, .shindan .sec.no1 ul li.sec.no4 {
  top: 270px;
  margin-left: 0px;
}
.shindan .sec.no1 ul li.no3 .txt1, .shindan .sec.no1 ul li.sec.no4 .txt1 {
  padding: 15px 0;
}
.shindan .sec.no1 ul li.no4 {
  top: 260px;
  margin-left: 280px;
}
.shindan .sec.no1 .illust1 {
  width: 824px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -412px;
}
.shindan .sec.no2 .secIn {
  width: 1287px;
}
.shindan .sec.no2 .mdArea {
  position: relative;
  padding-top: 70px;
}
.shindan .sec.no2 .mdArea:before {
  content: "";
  width: 136px;
  height: 300px;
  background: url(../images/shindan/sec2/aroow.svg) no-repeat;
  background-size: 136px auto;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -66px;
}
.shindan .sec.no2 .mdArea h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 47px;
}
.shindan .sec.no2 .mdArea h2 span {
  color: #EA4D3F;
}
.shindan .sec.no2 .mdArea p {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.no2 .mdArea p span {
  color: #EA4D3F;
}
.shindan .sec.no2 .blWrap {
  display: table;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.shindan .sec.no2 .blWrap .illust1 {
  width: 147px;
  height: auto;
  position: absolute;
  top: -180px;
  left: 30px;
}
.shindan .sec.no2 .blWrap .illust2 {
  width: 147px;
  height: auto;
  position: absolute;
  top: -180px;
  right: 30px;
}
.shindan .sec.no2 .blWrap p.txt1 {
  background-color: #fff;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 50px;
  left: 160px;
  color: #ff6d36;
  padding: 0 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.shindan .sec.no2 .blWrap p.txt1 span {
  color: #2670AD;
}
.shindan .sec.no2 .blWrap .bl {
  display: table-cell;
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 150px 50px 50px 50px;
}
.shindan .sec.no2 .blWrap .bl h3 {
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 30px 0 10px;
}
.shindan .sec.no2 .blWrap .bl span {
  border-bottom: 1px #fff solid;
}
.shindan .sec.no2 .blWrap .bl p {
  margin-top: 20px;
  text-align: left;
}
.shindan .sec.no2 .blWrap .bl.no1 {
  background-color: #2670AD;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
}
.shindan .sec.no2 .blWrap .bl.no2 {
  background-color: #ff6d36;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
}
.shindan .sec.no2 .point {
  margin: 50px auto 0;
  width: 1000px;
  border: 3px #EA4D3F solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 60px 50px 30px;
  position: relative;
}
.shindan .sec.no2 .point h4 {
  width: 166px;
  height: 40px;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: url(../images/shindan/sec2/bg_md.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -83px;
}
.shindan .sec.no2 .point p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.shindan .sec.no2 .point p span {
  color: #EA4D3F;
}
.shindan .sec.no3, .shindan .sec.no4 {
  background-color: #2670AD;
  padding: 50px 0 !important;
}
.shindan .sec.no3 .secIn, .shindan .sec.no4 .secIn {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 100px 100px;
  width: 1287px;
}
.shindan .sec.no3 .mdArea, .shindan .sec.no4 .mdArea {
  text-align: center;
}
.shindan .sec.no3 .mdArea .sub, .shindan .sec.no4 .mdArea .sub {
  color: #2670AD;
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.shindan .sec.no3 .mdArea .sub:before, .shindan .sec.no4 .mdArea .sub:before {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #2670AD;
  position: absolute;
  top: 50%;
  left: -60px;
}
.shindan .sec.no3 .mdArea .sub:after, .shindan .sec.no4 .mdArea .sub:after {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #2670AD;
  position: absolute;
  top: 50%;
  right: -60px;
}
.shindan .sec.no3 .mdArea h2, .shindan .sec.no4 .mdArea h2 {
  margin-top: 15px;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.no3 .mdArea h2 span, .shindan .sec.no4 .mdArea h2 span {
  font-size: 60px;
  color: #2670AD;
}
.shindan .sec.no3 .mdArea .txt1, .shindan .sec.no4 .mdArea .txt1 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 20px 0 10px;
}
.shindan .sec.no3 .mdArea .txt2, .shindan .sec.no4 .mdArea .txt2 {
  font-size: 16px;
}
.shindan .sec.no3 .bl.hd, .shindan .sec.no4 .bl.hd {
  margin-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px #ccc dotted;
}
.shindan .sec.no3 .bl.hd ul, .shindan .sec.no4 .bl.hd ul {
  background-color: #e5eaec;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 30px 15px;
}
.shindan .sec.no3 .bl.hd ul li, .shindan .sec.no4 .bl.hd ul li {
  float: left;
  width: 31.66667%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 15px;
  margin-right: 2.5%;
  margin-bottom: 15px;
  position: relative;
}
.shindan .sec.no3 .bl.hd ul li:nth-child(3n), .shindan .sec.no4 .bl.hd ul li:nth-child(3n) {
  margin-right: 0;
}
.shindan .sec.no3 .bl.hd ul li img, .shindan .sec.no4 .bl.hd ul li img {
  width: 47px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 30px;
}
.shindan .sec.no3 .bl.hd ul li .txt, .shindan .sec.no4 .bl.hd ul li .txt {
  padding: 0 10px 0 80px;
}
.shindan .sec.no3 .bl.hd ul li .txt .txt1, .shindan .sec.no4 .bl.hd ul li .txt .txt1 {
  color: #2670AD;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 5px;
}
.shindan .sec.no3 .bl.detail:last-child, .shindan .sec.no4 .bl.detail:last-child {
  margin-bottom: 0;
}
.shindan .sec.no3 .bl.detail .txt, .shindan .sec.no4 .bl.detail .txt {
  float: left;
  width: 40%;
}
.shindan .sec.no3 .bl.detail .txt .txt1, .shindan .sec.no4 .bl.detail .txt .txt1 {
  color: #2670AD;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.no3 .bl.detail .txt h3, .shindan .sec.no4 .bl.detail .txt h3 {
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 30px;
}
.shindan .sec.no3 .bl.detail .pic, .shindan .sec.no4 .bl.detail .pic {
  float: right;
  width: 55%;
}
.shindan .sec.no3 .bl.detail .pic img, .shindan .sec.no4 .bl.detail .pic img {
  width: 100%;
  height: auto;
}
.shindan .sec.no3 nav, .shindan .sec.no4 nav {
  margin: 50px auto 100px;
  width: 800px;
  background-color: #2670AD;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  padding: 30px 60px;
}
.shindan .sec.no3 nav.last, .shindan .sec.no4 nav.last {
  margin-bottom: 0;
}
.shindan .sec.no3 nav li, .shindan .sec.no4 nav li {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-right: 38px;
}
.shindan .sec.no3 nav li:last-child, .shindan .sec.no4 nav li:last-child {
  margin-right: 0;
}
.shindan .sec.no3 nav li a, .shindan .sec.no4 nav li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}
.shindan .sec.no3 nav li a:hover, .shindan .sec.no4 nav li a:hover {
  opacity: 1;
}
.shindan .sec.no3 nav li.selected a, .shindan .sec.no4 nav li.selected a {
  opacity: 1;
}
.shindan .sec.no4 {
  background-color: #ff6d36;
}
.shindan .sec.no4 .mdArea {
  text-align: center;
}
.shindan .sec.no4 .mdArea .sub {
  color: #ff6d36;
}
.shindan .sec.no4 .mdArea .sub:before {
  background-color: #ff6d36;
}
.shindan .sec.no4 .mdArea .sub:after {
  background-color: #ff6d36;
}
.shindan .sec.no4 .mdArea h2 span {
  color: #ff6d36;
}
.shindan .sec.no4 .bl.hd ul {
  background-color: #f0eae1;
}
.shindan .sec.no4 .bl.hd ul li {
  float: left;
  width: 49%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 15px;
  margin-right: 2%;
  margin-bottom: 15px;
  position: relative;
}
.shindan .sec.no4 .bl.hd ul li:nth-child(2n) {
  margin-right: 0;
}
.shindan .sec.no4 .bl.hd ul li:nth-child(3n) {
  margin-right: 2%;
}
.shindan .sec.no4 .bl.hd ul li .txt .txt1 {
  color: #ff6d36;
}
.shindan .sec.no4 .bl.hd ul li:last-child img {
  top: 30px;
}
.shindan .sec.no4 .bl.detail:last-child {
  margin-bottom: 0;
}
.shindan .sec.no4 .bl.detail .txt .txt1 {
  color: #ff6d36;
}
.shindan .sec.no4 nav {
  background-color: #ff6d36;
}
.shindan .sec.no5 .sample {
  padding: 50px;
  border: 3px #ccc dashed;
  background-color: #e0e2e5;
  margin-top: 50px;
}
.shindan .sec.no5 .sample img {
  width: 100%;
  height: auto;
}
.shindan .sec.no6 {
  background-color: #edf3f3;
}
.shindan .sec.no6 .blWrap {
  margin-top: 100px;
  position: relative;
}
.shindan .sec.no6 .blWrap .bg {
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 100%;
  height: 476px;
  position: relative;
}
.shindan .sec.no6 .blWrap .bg p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width: 147px;
  text-align: center;
  padding: 25px 0;
}
.shindan .sec.no6 .blWrap .bg p.txt1 {
  border-bottom: 1px #dadada solid;
  position: absolute;
  top: 10px;
  left: 15px;
}
.shindan .sec.no6 .blWrap .bg p.txt2 {
  position: absolute;
  top: 200px;
  left: 15px;
}
.shindan .sec.no6 .blWrap .bl {
  padding: 3px;
  background-color: #fff;
  position: absolute;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.shindan .sec.no6 .blWrap .bl dl dt {
  background-color: #3DBFBA;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.shindan .sec.no6 .blWrap .bl dl dd {
  padding: 0 20px;
}
.shindan .sec.no6 .blWrap .bl dl dd .txt1 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3DBFBA;
  font-size: 38px;
  border-bottom: 1px #dadada solid;
  padding: 21px 0;
}
.shindan .sec.no6 .blWrap .bl dl dd .txt1 span {
  font-size: 20px;
}
.shindan .sec.no6 .blWrap .bl dl dd .txt2 {
  padding: 20px 0;
}
.shindan .sec.no6 .blWrap .bl dl dd .txt2 .mass {
  margin-bottom: 20px;
}
.shindan .sec.no6 .blWrap .bl dl dd .txt2 .mass:last-child {
  margin-bottom: 0;
}
.shindan .sec.no6 .blWrap .bl dl dd .txt2 .mass .md {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3DBFBA;
  margin-bottom: 5px;
}
.shindan .sec.no6 .blWrap .bl dl dd .txt2 .mass li {
  position: relative;
  padding-left: 20px;
  position: relative;
}
.shindan .sec.no6 .blWrap .bl dl dd .txt2 .mass li:before {
  content: "・";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.shindan .sec.no6 .blWrap .bl.no1 {
  width: 358px;
  border: 2px #3DBFBA solid;
  top: -73px;
  left: 170px;
}
.shindan .sec.no6 .blWrap .bl.no2 {
  width: 295px;
  top: -64px;
  left: 535px;
  padding-bottom: 0;
}
.shindan .sec.no6 .blWrap .bl.no2 dl dt {
  background-color: #333;
  padding: 20px 0;
}
.shindan .sec.no6 .blWrap .bl.no2 dl dd {
  padding: 0 20px;
  background-color: #f3f3f3;
  height: 473px;
}
.shindan .sec.no6 .blWrap .bl.no2 dl dd .txt1 {
  color: #333;
  font-size: 30px;
  padding: 21px 0 30px;
}
.shindan .sec.no6 .blWrap .bl.no3, .shindan .sec.no6 .blWrap .bl.sec.no4 {
  width: 295px;
  top: -64px;
  left: 835px;
  padding-bottom: 0;
}
.shindan .sec.no6 .blWrap .bl.no3 dl dt, .shindan .sec.no6 .blWrap .bl.sec.no4 dl dt {
  background-color: #333;
  padding: 20px 0;
}
.shindan .sec.no6 .blWrap .bl.no3 dl dd, .shindan .sec.no6 .blWrap .bl.sec.no4 dl dd {
  padding: 0 20px;
  height: 473px;
}
.shindan .sec.no6 .blWrap .bl.no3 dl dd .txt1, .shindan .sec.no6 .blWrap .bl.sec.no4 dl dd .txt1 {
  color: #333;
  font-size: 30px;
  padding: 21px 0 30px;
}
.shindan .sec.no7 {
  padding-bottom: 0 !important;
}
.shindan .sec.no7 .gentei {
  width: 922px;
  height: 322px;
  margin: 0 auto;
  background: url(../images/shindan/sec7/waku.svg) no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 40px 100px;
}
.shindan .sec.no7 .gentei .md {
  font-size: 46px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}
.shindan .sec.no7 .gentei .md span {
  position: relative;
}
.shindan .sec.no7 .gentei .md span:before {
  content: "";
  width: 30px;
  height: 46px;
  background: url(../images/shindan/sec7/parts_l.svg) no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -17px;
}
.shindan .sec.no7 .gentei .md span:after {
  content: "";
  width: 30px;
  height: 46px;
  background: url(../images/shindan/sec7/parts_r.svg) no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -17px;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n1 {
  float: left;
  width: 240px;
  text-align: left;
  position: relative;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n1:after {
  content: "";
  width: 50px;
  height: 60px;
  background: url(../images/shindan/sec7/flag.svg) no-repeat;
  background-size: 50px auto;
  position: absolute;
  top: 20px;
  right: -40px;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n1 .sub {
  background-color: #fff;
  color: #eca05a;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 5px 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n1 .price {
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 47px;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n1 .price span {
  font-size: 23px;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n2 {
  float: right;
  width: 430px;
  margin-top: -30px;
  text-align: left;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n2 .price {
  color: #FFE95B;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n2 .price span {
  font-size: 54px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.shindan .sec.no7 .gentei .bl.no1 .cl.n2 .price span span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.shindan .sec.no7 .gentei .bl.no2 p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.shindan .sec.no8 {
  position: relative;
}
.shindan .sec.no8 .bg {
  width: 500px;
  height: auto;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 0;
}
.shindan .sec.no8 .secIn {
  position: relative;
  z-index: 1;
}
.shindan .sec.no8 .secIn .pic {
  float: left;
  width: 50%;
}
.shindan .sec.no8 .secIn .pic img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.shindan .sec.no8 .secIn .txt {
  float: right;
  width: 45%;
}
.shindan .sec.no8 .secIn .txt .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px #d9d9d9 solid;
  position: relative;
}
.shindan .sec.no8 .secIn .txt .txt1:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #3DBFBA;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.shindan .sec.no9 {
  background-color: #EDF3F3;
}
.shindan .sec.no9 .mdArea {
  margin-bottom: 50px;
}
.shindan .sec.no9 .bl .cl {
  border: 2px #3DBFBA solid;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 3px;
  background-color: #fff;
}
.shindan .sec.no9 .bl .cl dl dt {
  background-color: #3DBFBA;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
}
.shindan .sec.no9 .bl .cl dl dd {
  padding: 30px 55px;
}
.shindan .sec.no9 .bl .cl dl dd .md {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #3DBFBA;
  margin-bottom: 10px;
}
.shindan .sec.no9 .bl .cl dl dd ul li {
  position: relative;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
}
.shindan .sec.no9 .bl .cl dl dd ul li:before {
  content: "・";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.shindan .sec.no9 .bl .cl.n1 {
  float: left;
  width: 33%;
  height: 443px;
}
.shindan .sec.no9 .bl .cl.n2 {
  float: right;
  width: 65%;
}
.shindan .sec.no9 .bl .cl.n2 dd .mass {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #dadada solid;
}
.shindan .sec.no9 .bl .cl.n2 dd .mass:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.shindan .sec.no9 .bl .cl.n2 dd ul li {
  width: 50%;
  float: left;
}
.shindan .sec.no10 .mdArea {
  margin-bottom: 50px;
}
.shindan .sec.no10 ol li {
  float: left;
  width: 30%;
  margin-right: 5%;
  background-color: #EDF3F3;
  position: relative;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.shindan .sec.no10 ol li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 27px solid #3DBFBA;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -45px;
}
.shindan .sec.no10 ol li:last-child {
  margin-right: 0;
}
.shindan .sec.no10 ol li:last-child:after {
  display: none;
}
.shindan .sec.no10 ol li .icon {
  text-align: center;
  padding: 30px 0;
}
.shindan .sec.no10 ol li .icon img {
  width: 70px;
  height: auto;
}
.shindan .sec.no10 ol li .txt1 {
  text-align: center;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.shindan .sec.no10 ol li .txt1 span {
  display: block;
  font-size: 15px;
}
.shindan .sec.no10 ol li .txt2 {
  margin-top: 20px;
  height: 100px;
  font-size: 15px;
}
.shindan .sec.faq .mdArea {
  margin-bottom: 50px;
}
.shindan .sec.faq .accordion-item {
  margin-bottom: 10px;
  position: relative;
}
.shindan .sec.faq .accordion-header {
  background-color: #fff;
  padding: 15px 30px 20px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.shindan .sec.faq .accordion-header .md_q {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #3DBFBA;
  margin-right: 10px;
}
.shindan .sec.faq .accordion-header .arrow {
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -16px;
}
.shindan .sec.faq .accordion-header .arrow:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/top/faq/btn_open.svg) no-repeat;
  background-size: 32px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.shindan .sec.faq .accordion-header .arrow.up:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/top/faq/btn_close.svg) no-repeat;
  background-size: 32px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.shindan .sec.faq .accordion-content {
  padding: 5px 20px 10px;
  display: none;
  position: relative;
}
.shindan .sec.faq .accordion-content .md_a {
  color: #ff6d36;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  position: absolute;
  top: 17px;
  left: 21px;
}
.shindan .sec.faq .accordion-content.active {
  display: block;
}
.shindan .sec.faq .accordion-content p {
  margin: 0;
  font-size: 16px;
  padding: 20px 0 10px 50px;
  line-height: 1.8;
}
.shindan .sec.contact:before {
  content: "";
  width: 450px;
  height: 450px;
  background: url(../images/common/square2.svg) no-repeat;
  background-size: 450px auto;
  position: absolute;
  top: 80px;
  left: 5%;
}
.shindan .sec.contact .mdArea {
  margin-bottom: 40px;
}
.shindan .sec.contact .mdArea h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 55px;
  margin-bottom: 15px;
}
.shindan .sec.contact .bl {
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 40px;
  margin-bottom: 50px;
}
.shindan .sec.contact .bl:last-child {
  margin-bottom: 0;
}
.shindan .sec.contact .bl .tel {
  text-align: center;
}
.shindan .sec.contact .bl .tel a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3DBFBA;
  font-size: 52px;
  position: relative;
}
.shindan .sec.contact .bl .tel a:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/top/contact/icon_tel.svg) no-repeat;
  background-size: 40px auto;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -20px;
}
.shindan .sec.contact .bl .tel span {
  display: block;
}

.contactPage .sec:before {
  content: "";
  width: 450px;
  height: 450px;
  background: url(../images/common/square2.svg) no-repeat;
  background-size: 450px auto;
  position: absolute;
  top: 80px;
  left: 5%;
}
.contactPage .sec .mdArea {
  margin-bottom: 40px;
}
.contactPage .sec .mdArea h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 55px;
  margin-bottom: 15px;
}
.contactPage .sec h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.contactPage .sec .bl {
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 40px;
}
.contactPage .sec .hyo_form .btnArea input:first-child {
  background: linear-gradient(to right, #edeeef, #edeeef) !important;
  color: #333 !important;
}
.contactPage .sec .hyo_form .btnArea input:first-child:hover {
  background: linear-gradient(to right, #e4e5e6, #e4e5e6) !important;
}

.thanks .sec .expl {
  text-align: center;
}

.blog .sec {
  padding-top: 50px !important;
}
.blog .secIn {
  width: 80% !important;
  padding: 0 0 !important;
}
.blog .post-list li {
  float: left;
  width: 29.33333%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.blog .post-list li:nth-child(3n) {
  margin-right: 0;
}
.blog .post-list li a {
  text-decoration: none;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  position: relative;
  top: 0;
}
.blog .post-list li a:hover {
  top: -5px;
}
.blog .post-list li a img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.blog .post-list li a .txt {
  height: 100px;
}
.blog .post-list li a .txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 15px 0;
  font-size: 16px;
}
.blog .main {
  float: left;
  width: 70%;
}
.blog .main .auther {
  margin-top: 100px;
  background-color: #f8f9fa;
  padding: 80px 60px;
  position: relative;
}
.blog .main .auther .md {
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #3DBFBA;
  color: #fff;
  font-size: 20px;
  padding: 10px 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.blog .main .auther .autherIn .pic {
  float: left;
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border: 3px #3DBFBA solid;
}
.blog .main .auther .autherIn .pic img {
  width: 100%;
  height: auto;
}
.blog .main .auther .autherIn .txt {
  float: right;
  width: 650px;
  padding-top: 10px;
}
.blog .main .auther .autherIn .txt .name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 5px;
}
.blog .main .auther .autherIn .txt .name span {
  font-size: 12px;
  color: #3DBFBA;
  margin-left: 20px;
}
.blog .main .auther .autherIn .txt .expl {
  margin-top: 30px;
  font-size: 16px !important;
}
.blog .side {
  float: right;
  width: 25%;
}
.blog .side .widget {
  margin-bottom: 50px;
}
.blog .side .widget h3 {
  font-size: 16px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
.blog .side .widget .recent-posts li {
  margin-bottom: 20px;
}
.blog .side .widget .recent-posts li:last-child {
  margin-bottom: 0;
}
.blog .side .widget .recent-posts li a {
  display: table;
  text-decoration: none;
}
.blog .side .widget .recent-posts li a:hover {
  text-decoration: underline;
}
.blog .side .widget .recent-posts li a .post-thumbnail {
  display: table-cell;
  width: 25%;
  padding-top: 5px;
}
.blog .side .widget .recent-posts li a .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.blog .side .widget .recent-posts li a .post-title {
  display: table-cell;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.8;
}
.blog .side #categories-2 li {
  margin-bottom: 10px;
}
.blog .side #categories-2 li a {
  text-decoration: none;
}
.blog .side #categories-2 li a:hover {
  text-decoration: underline;
}
.blog .post .hd {
  margin-bottom: 30px;
}
.blog .post .hd .date {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #ccc;
}
.blog .post .hd .cat {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #3DBFBA;
}
.blog .post #toc_container {
  background-color: #f8f9fa;
  margin-bottom: 50px;
  width: 100% !important;
  border: none !important;
  padding: 50px !important;
}
.blog .post #toc_container .toc_title {
  text-align: left !important;
}
.blog .post #toc_container .toc_number {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 10px;
  position: relative;
}
.blog .post #toc_container .toc_number:after {
  content: ".";
  position: absolute;
  bottom: -5px;
  right: -6px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.blog .post #toc_container a {
  color: #333;
}
.blog .post #toc_container ul {
  margin-bottom: 0px;
}
.blog .post #toc_container ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}
.blog .post #toc_container ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_arrow6.svg) no-repeat;
  background-size: 15px auto;
  position: absolute;
  top: 8px;
  left: 0;
}
.blog .post #toc_container ul li span {
  display: none;
}
.blog .post #toc_container ul li a {
  color: #333;
}
.blog .post #toc_container ul li a .toc_number {
  color: #333;
}
.blog .post #toc_container ul li ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-left: 5px;
}
.blog .post #toc_container ul li ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/icon_arrow7.svg) no-repeat;
  background-size: 10px auto;
  position: absolute;
  top: 11px;
  left: -10px;
}
.blog .post #toc_container ul li ul li ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.blog .post #toc_container ul li ul li ul li:before {
  content: "・";
  font-size: 16px;
  background: none;
  color: #3DBFBA;
  position: absolute;
  top: 16px;
  left: -13px;
}
.blog .post h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.blog .post h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 100px;
  padding-bottom: 10px;
  border-bottom: 1px #333 solid;
}
.blog .post h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 10px 0 10px 30px;
  border-left: 5px #3DBFBA solid;
  background-color: #f8f9fa;
}
.blog .post h4 {
  margin: 60px 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  padding: 8px 0 8px 38px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc dotted;
  background-color: #f8f9fa;
  position: relative;
}
.blog .post h4:before {
  content: "-";
  font-size: 20px;
  color: #3DBFBA;
  position: absolute;
  top: 7px;
  left: 15px;
}
.blog .post strong {
  background: linear-gradient(transparent 70%, #ffff00 0%);
  display: inline;
  padding: 0 1px 0px;
}
.blog .post .expl {
  font-size: 16px !important;
  line-height: 2 !important;
}
.blog .post .expl a {
  color: #3DBFBA;
}
.blog .post .expl p {
  margin-bottom: 35px;
}
.blog .post .expl img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 100% !important;
  height: auto;
}
.blog .post .expl ol,
.blog .post .expl ul {
  margin-bottom: 20px;
}
.blog .post .expl ol li,
.blog .post .expl ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog .post .expl ol li strong,
.blog .post .expl ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.blog .post .expl ol li:before,
.blog .post .expl ul li:before {
  content: "・";
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.blog .post .expl pre {
  padding: 30px;
  background-color: #f8f9fa;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
  /* 改行や空白を維持しながら自動的に折り返す */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.blog .post .expl table {
  border: 1px #ccc solid;
}
.blog .post .expl table th {
  padding: 10px 20px;
  border: 1px #ccc solid;
  background-color: #f5f5f5;
}
.blog .post .expl table td {
  padding: 10px 20px;
  border: 1px #ccc solid;
}

.works .sec {
  padding-top: 50px !important;
}
.works .secIn {
  width: 90% !important;
  padding: 0 5%;
}
.works .post-list li {
  float: left;
  width: 31.66667%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}
.works .post-list li:nth-child(3n) {
  margin-right: 0;
}
.works .post-list li a {
  text-decoration: none;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  position: relative;
  top: 0;
}
.works .post-list li a:hover {
  top: -5px;
}
.works .post-list li a img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.works .post-list li a .txt {
  padding: 30px 0;
}
.works .post-list li a .txt p {
  text-align: center;
}
.works .post-list li a .txt p.name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.works .post-list li a .txt p.cat {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.7;
}
.works h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}
.works h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.works h1 a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #3DBFBA;
  text-decoration: none;
}
.works h1 a:hover {
  text-decoration: underline;
}
.works .wrap {
  justify-content: space-between;
  display: flex;
}
.works .main {
  width: 70%;
}
.works .main .post .img_main img {
  width: 100%;
  height: auto;
}
.works .main .post .expl {
  font-size: 18px !important;
  line-height: 2 !important;
}
.works .main .post h3 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 20px;
}
.works .main .post .pc {
  margin-top: 50px;
}
.works .main .post .pc img {
  width: 100%;
  height: auto;
}
.works .main .post .smp {
  margin-top: 50px;
}
.works .main .post .smp img {
  float: left;
  width: 31.66667%;
  height: auto;
  margin-right: 2.5%;
}
.works .main .post .smp img:nth-child(3n) {
  margin-right: 0;
}
.works .main .post .voice {
  padding: 0px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: relative;
  background: linear-gradient(to right, #3DBFBA, #44cfb6);
  overflow: hidden;
  margin-top: 50px;
}
.works .main .post .voice .md {
  padding: 30px 40px 20px;
  border-bottom: 1px #fff solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  z-index: 0;
}
.works .main .post .voice .md span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  margin-left: 15px;
}
.works .main .post .voice .voiceIn {
  position: relative;
  z-index: 1;
  padding: 120px 40px 40px 40px;
}
.works .main .post .voice .voiceIn .face {
  float: left;
  width: 25%;
}
.works .main .post .voice .voiceIn .face img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.works .main .post .voice .voiceIn .face p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.works .main .post .voice .voiceIn .txt {
  float: right;
  width: 70%;
  padding: 0px;
  color: #fff;
}
.works .main .post .voice .voiceIn .txt p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #333;
}
.works .main .post .voice .voiceIn .txt p img {
  display: none;
}
.works .main .post .voice .voiceIn .txt .audioArea span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  display: block;
  position: relative;
  top: 20px;
}
.works .main .post .voice .voiceIn .txt .audioArea audio {
  opacity: 0.5;
}
.works .main .post .voice .voiceIn .movie {
  margin-top: 50px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.works .main .post .voice .voiceIn .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.works .main .bl {
  margin-top: 50px;
}
.works .main .bl ul li {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}
.works .main .bl ul li:nth-child(2n) {
  float: right;
}
.works .main .bl ul li a {
  display: table;
  width: 100%;
  text-decoration: none;
  position: relative;
  background-color: #f8f9fa;
}
.works .main .bl ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/square4.svg) no-repeat;
  background-size: 15px auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.works .main .bl ul li a:hover {
  background-color: #e9ecef;
}
.works .main .bl ul li a .post-thumbnail {
  display: table-cell;
  width: 32%;
}
.works .main .bl ul li a .post-thumbnail img {
  width: 100%;
  height: auto;
}
.works .main .bl ul li a .txt {
  display: table-cell;
  padding: 0px 20px 0px 30px;
  vertical-align: middle;
}
.works .main .bl ul li a .txt .name {
  font-size: 13px;
}
.works .main .bl ul li a .txt .cat {
  margin-top: 5px;
  opacity: 0.7;
  font-size: 11px;
}
.works .side {
  width: 25%;
}
.works .side .widget {
  margin-bottom: 50px;
}
.works .side .widget h3 {
  font-size: 16px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
.works .side .widget .recent-posts li {
  margin-bottom: 20px;
}
.works .side .widget .recent-posts li:last-child {
  margin-bottom: 0;
}
.works .side .widget .recent-posts li a {
  display: table;
  text-decoration: none;
}
.works .side .widget .recent-posts li a:hover {
  text-decoration: underline;
}
.works .side .widget .recent-posts li a .post-thumbnail {
  display: table-cell;
  width: 32%;
  padding-top: 5px;
}
.works .side .widget .recent-posts li a .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.works .side .widget .recent-posts li a .post-title {
  display: table-cell;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.5;
}
.works .side .widget .recent-posts li a .post-title .cat {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  line-height: 1.5;
  margin-top: 5px;
}
.works .side #categories-2 li {
  margin-bottom: 10px;
}
.works .side #categories-2 li a {
  text-decoration: none;
}
.works .side #categories-2 li a:hover {
  text-decoration: underline;
}
.works .side .widget + .widget {
  margin-top: 20px;
}
.works .side .widget--sticky {
  position: sticky;
  top: 20px;
}
