@charset "UTF-8";
#content-head-wrapper #content-nav-wrapper.fixed {
  box-shadow: none;
}

#content-body-wrapper {
  margin-bottom: 0;
}

#kizuna-page {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s ease;
}
#kizuna-page img {
  max-width: 100%;
  height: auto;
}
#kizuna-page a {
  color: inherit;
}
#kizuna-page a:focus {
  text-decoration: none;
}
#kizuna-page section .inner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #kizuna-page {
    font-size: 14px;
    overflow: hidden;
  }
  #content-foot-wrapper .content-foot-container .utility-content {
    padding-bottom: 60px;
  }
  #content-head-wrapper.open {
    z-index: 998;
    position: relative;
  }
}
#kizuna-page a.sp-phone-link:hover {
  opacity: 1;
}

#kizuna-header {
  background-color: #fff;
}
#kizuna-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#kizuna-header .inner {
  display: flex;
  max-width: 1024px;
  padding: 10px 0 0;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#kizuna-header .inner .tel {
  display: flex;
}
#kizuna-header .inner .tel span {
  background: #ef8200;
  color: #fff;
  display: block;
  padding: 5px 10px;
  line-height: 1;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
}
#kizuna-header .inner .menu-bar, #kizuna-header .inner .menu-tel {
  display: none;
}
#kizuna-header #kizuna-navi.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 6px rgba(239, 130, 0, 0.25);
}
#kizuna-header .navi {
  background: #ef8200;
  margin: 15px auto 0;
}
#kizuna-header .navi ul {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}
#kizuna-header .navi ul li {
  font-size: 16px;
  line-height: 1;
  width: 14%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#kizuna-header .navi ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#kizuna-header .navi ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#kizuna-header .navi ul li a:hover {
  text-decoration: none;
  background-color: #fff000;
  color: #ef8200;
}

@media screen and (max-width: 767px) {
  #kizuna-header {
    width: 100%;
  }
  #kizuna-header .inner {
    position: relative;
    align-items: flex-end;
    height: 45px;
  }
  #kizuna-header .inner .logo {
    padding: 0 10px;
  }
  #kizuna-header .inner .logo a {
    height: 45px;
    display: block;
  }
  #kizuna-header .inner .logo a img {
    max-width: 140px;
    height: auto;
  }
  #kizuna-header .inner .tel {
    display: none;
  }
  #kizuna-header .inner .menu-bar, #kizuna-header .inner .menu-tel {
    background-color: #ef8200;
    border: 1px solid #fff;
    display: block;
    z-index: 300;
    right: 20px;
    top: 48px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    padding: 9px;
  }
  #kizuna-header .inner .flexR {
    position: fixed;
    top: 64px;
    right: 0;
    z-index: 100;
  }
  #kizuna-header .inner .menu-bar {
    margin: 0 10px;
  }
  #kizuna-header .inner .menu-bar.active, #kizuna-header .inner .menu-tel.active {
    background-color: #c66a05;
  }
  #kizuna-header .inner .menu-bar img {
    width: 20px;
    vertical-align: bottom;
  }
  #kizuna-header .inner .menu-tel img {
    width: 20px;
    vertical-align: bottom;
  }
  #kizuna-header .inner .menu-tel img.on {
    transform: rotate(90deg);
  }
  #kizuna-header .inner .menu-tel #menu-conts_tel a {
    text-align: center;
  }
  #kizuna-header .inner .menu-tel #menu-conts_tel img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #menu-conts {
    display: none;
    background: #c66a05;
    position: absolute;
    top: 40px;
    left: calc(100px - 100vw);
    width: 100vw;
    box-sizing: border-box;
    padding: 32px 8%;
    z-index: 101;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  #menu-conts a {
    display: block;
    color: #fff;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    text-align: left;
    background-image: url(../images/arrow-menu.png);
    background-repeat: no-repeat;
    background-position: 92vw 50%;
  }
  #menu-conts_tel {
    display: none;
    background: #c66a05;
    position: absolute;
    top: 40px;
    left: calc(100px - 100vw);
    width: 100vw;
    box-sizing: border-box;
    padding: 32px 8%;
    z-index: 101;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  #menu-conts_tel a {
    display: block;
    color: #fff;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 5px;
    border-bottom: none;
  }
}
section {
  padding: 80px 0;
  border-bottom: 4px solid #ef8200;
}
section .inner {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
section h2 {
  color: #ef8200;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 10px;
    border-bottom: 1px solid #ef8200;
  }
  section h2{
    font-size: 24px;
  }
p.stop{
    font-size: 20px;
  }
}
#kizuna-visual {
  position: relative;
  overflow: hidden;
}
#kizuna-visual .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
#kizuna-visual .inner .copy {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  #kizuna-visual .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
    display: block;
  }
  #kizuna-visual .inner .copy {
    font-size: 4.2vw;
    margin: 24px 0 0;
  }
}
#kzn-voice {
  background-color: #ef8200;
}
#kzn-voice .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
#kzn-voice .inner h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #kzn-voice .inner h2 {
    font-size: 5vw;
  }
}
#kzn-voice ul.voice {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #kzn-voice ul.voice {
    display: block;
  }
}
#kzn-voice ul.voice li {
  background-color: #fff;
  color: #000;
  width: 31%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  position: relative;
  /*
  			&:before {
  				content: "";
  				position: absolute;
  				background-image: url(../images/fukidashi.png);
  				background-repeat: no-repeat;
  				width:29px;
  				height: 23px;
  				left:50%;
  				top:-23px;
  				transform:translateX(-50%);
  			}
  			&:nth-child(3)::before {
  				transform: scale(-1, 1) translateX(50%);
  			}
  			&:nth-child(4)::before {
  				transform: scale(-1, 1) translateX(50%);
  			}
  */
}
@media screen and (max-width: 767px) {
  #kzn-voice ul.voice li {
    width: auto;
    margin-bottom: 15px;
  }
}
#kzn-voice ul.voice li .illust {
  width: 26%;
}
#kzn-voice ul.voice li .illust img {
  width: 100%;
}
#kzn-voice ul.voice li .text {
  width: 70%;
}
#kzn-voice ul.voice li .text h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ef8200;
}
#kzn-voice ul.voice li .text p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#kzn-voice ul.voice li .text p.name {
  font-size: 12px;
  margin-bottom: 0;
}

#kzn-seminar-top {
  border-top: 5px solid #ef8200;
  border-bottom: 5px solid #ef8200;
  text-align: center;
}
#kzn-seminar-top p {
  font-weight: bold;
  font-size: 16px;
}
#kzn-seminar-top .seminar-banner {
  text-align: center;
  width: 420px;
  margin: 15px auto 0;
}
#kzn-seminar-top .seminar-banner a {
  display: block;
  background-color: #ef8200;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding: 12px 30px;
  border-radius: 46px;
  position: relative;
}
#kzn-seminar-top .seminar-banner a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 41px;
  height: 41px;
  background-image: url(../images/arrow-circle.png);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
#kzn-seminar-top .seminar-banner a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #kzn-seminar-top p {
    font-weight: bold;
    font-size: 3.2vw;
  }
  #kzn-seminar-top .seminar-banner {
    text-align: center;
    width: 90%;
    margin: 15px auto 0;
  }
  #kzn-seminar-top .seminar-banner a {
    font-size: 5.4vw;
    padding: 12px 24px;
    border-radius: 46px;
  }
  #kzn-seminar-top .seminar-banner a::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
#kzn-seminar p {
  text-align: center;
  margin-bottom: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #kzn-seminar p {
    margin-bottom: 24px;
  }
}

#kzn-seminar .table-wrap {
  max-width: 940px;
  position: relative;
  margin: 0 auto 20px;
  padding: 25px 25px 70px;
  border: 5px solid #ef8200;
  border-radius: 16px;
  box-shadow: 6px 6px rgba(239, 130, 0, 0.25);
  overflow: hidden;
}
#kzn-seminar .table-wrap.noseminar {
  border: none;
  padding: 25px;
  box-shadow: none;
}
#kzn-seminar .table-wrap .apply {
  background: #ef8200;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 1;
  padding: 12px 0 7px;
}
#kzn-seminar .table-wrap .note {
  font-size: 13px;
  padding-left: 1em;
  position: relative;
  display: inline-block;
}

#kzn-contact .note li {
  font-size: 13px;
  padding-left: 1em;
  position: relative;
  display: inline-block;
  display: block;
  line-height: 1.75em;
}

#kzn-faq .note li {
  font-size: 15px;
}

#kzn-seminar .next {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  background: #f3f3f3;
  padding: 3px 0;
}

#kzn-seminar .table-wrap .note:before, #kzn-contact .note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.seminar-table1, .seminar-table2 {
  width: 100%;
  border-collapse: collapse;
}

.seminar-table1 th, .seminar-table1 td {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.seminar-table2 th {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.seminar-table2 td {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.seminar-table2 td span.small {
  font-size: 13px;
  font-weight: normal;
}
.seminar-table2 td span.red {
  color: #dd0000;
}

.seminar-table1 td.alignleft, .seminar-table2 td.alignleft {
  text-align: left;
}

.seminar-table1 th, .seminar-table2 th {
  background: rgba(239, 130, 0, 0.14);
  border: 3px solid #fff;
}

.seminar-table1 {
  margin: 0 auto 20px;
}
.seminar-table1 td {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #kzn-seminar .table-wrap {
    padding: 15px 15px 120px;
    border-radius: 12px;
  }
  #kzn-seminar .table-wrap.noseminar {
    padding: 25px;
  }
  .seminar-table1 th, .seminar-table1 td {
    display: block;
  }
  .seminar-table2_box {
    width: 940px;
    border: 1px solid #cccccc;
    padding: 5px;
    overflow: scroll;
  }
  #kzn-seminar .table-wrap .note {
    margin-top: 15px;
  }
}
.seminar-table2 {
  margin: 0 auto 20px;
}
.seminar-table2 tr {
  border-bottom: 1px dashed #ef8200;
}
.seminar-table2 tr:first-child {
  border-bottom: none;
}

.news-wrap {
  max-width: 960px;
  margin: 0 auto 90px;
}
.news-wrap dl {
  display: flex;
  border-bottom: 1px dashed #ccc;
}
.news-wrap dl dt {
  font-weight: bold;
  padding: 12px 6px;
}
.news-wrap dl dd {
  margin-left: 2em;
  padding: 12px 6px;
}
.news-wrap dl dd a {
  text-decoration: underline;
}
.news-wrap dl dd a:hover {
  color: #0000ee !important;
}
.news-wrap .list {
  text-align: right;
  margin: 15px 0;
}
.news-wrap .list a {
  text-align: center;
  display: inline-block;
  padding: 4px 32px 4px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  background-image: url(../images/arrow-news.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}

.disp_sp {
  display: none;
}

.disp_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .news-wrap dl {
    display: block;
  }
  .news-wrap dl dt {
    padding: 8px 4px 0;
  }
  .news-wrap dl dd {
    margin-left: 0;
    padding: 0 4px 8px;
  }
  .disp_sp {
    display: block;
  }
  .disp_pc {
    display: none;
  }
}
.center {
  text-align: center;
}

#kzn-procedure {
  background: #fbf7f4;
}

#kzn-service .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#kzn-service .inner .service {
  height: 360px;
  margin-bottom: 40px;
  position: relative;
  background-image: url(../images/service-illust.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  #kzn-service .inner .service {
    height: 150px;
    background-size: 36% auto;
  }
}
#kzn-service .inner .service ul li {
  position: absolute;
}
#kzn-service .inner .service ul li:nth-child(1) {
  left: 40px;
  top: 0;
}
#kzn-service .inner .service ul li:nth-child(2) {
  left: 0px;
  top: 120px;
}
#kzn-service .inner .service ul li:nth-child(3) {
  left: 0px;
  top: 240px;
}
#kzn-service .inner .service ul li:nth-child(4) {
  right: 40px;
  top: 0;
}
#kzn-service .inner .service ul li:nth-child(5) {
  right: 0px;
  top: 120px;
}
#kzn-service .inner .service ul li:nth-child(6) {
  right: 0px;
  top: 240px;
}
#kzn-service .inner .service ul li span {
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#kzn-service .inner .service ul li span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #kzn-service .inner .service ul li {
    width: 36%;
  }
  #kzn-service .inner .service ul li:nth-child(1) {
    left: 0px;
    top: 0;
  }
  #kzn-service .inner .service ul li:nth-child(2) {
    left: -20px;
    top: 50px;
  }
  #kzn-service .inner .service ul li:nth-child(3) {
    left: -20px;
    top: 100px;
  }
  #kzn-service .inner .service ul li:nth-child(4) {
    right: 0px;
    top: 0;
  }
  #kzn-service .inner .service ul li:nth-child(5) {
    right: -20px;
    top: 50px;
  }
  #kzn-service .inner .service ul li:nth-child(6) {
    right: -20px;
    top: 100px;
  }
}
#kzn-service .inner .note-box {
  font-size: 14px;
  margin: 0 40px 40px;
}
@media screen and (max-width: 767px) {
  #kzn-service .inner .note-box {
    font-size: 12px;
    margin: 0 10px 20px;
  }
  #kzn-service .inner .note-box .note {
    text-indent: -1.75em;
    padding-left: 1.75em;
    margin-bottom: 0;
  }
}
#kzn-service .inner .copy {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  #kzn-service .inner .copy {
    font-size: 5vw;
  }
}

.marker-yellow {
  background: -webkit-linear-gradient(transparent 60%, #fff000 60%);
  background: -o-linear-gradient(transparent 60%, #fff000 60%);
  background: linear-gradient(transparent 60%, #fff000 60%);
  font-weight: 700;
}

.popup {
  position: relative;
  width: 90%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
.popup ul.point {
  display: block;
  position: absolute;
  top: -16px;
  left: 12px;
}
.popup ul.point li {
  background-color: #f8c284;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.popup .anshin {
  position: absolute;
  left: 30px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .popup .anshin {
    width: 64px;
    left: 15px;
    top: 25px;
  }
}
.popup h3 {
  color: #ef8200;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 18px;
  margin-left: 130px;
}
@media screen and (max-width: 767px) {
  .popup h3 {
    margin-left: 74px;
    font-size: 20px;
  }
}
.popup .text {
  font-size: 16px;
  font-weight: bold;
  margin-right: 120px;
  margin-bottom: 20px;
  margin-left: 130px;
}
@media screen and (max-width: 767px) {
  .popup .text {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }
}
.popup .image {
  text-align: center;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .popup .image {
    position: static;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    width: 100%;
    border-radius: 8px;
    padding: 25px 15px 15px 15px;
  }
  .popup#service-popup4 {
    margin-top: 120px;
  }
  .popup#service-popup4 ul.point {
    margin-top: -75px;
  }
  .popup#service-popup4 ul.point li {
    margin-bottom: 5px;
  }
  .popup#service-popup2 h3 {
    margin-top: 18px;
    margin-bottom: 36px;
  }
}

/*
.popup {
	width: 100%;
	background-color: #fff;
	border:1px solid #000;
	border-radius: 16px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
	padding:40px;
	box-sizing: border-box;
	.anshin {
		position: absolute;
		right: 30px;
		top:30px;
	}
	h3 {
		color: $brand-primary;
		font-size:24px;
		line-height: 1.5;
		font-weight: 900;
		margin-bottom: 18px;
	}
	.text {
		font-size: 16px;
		font-weight: bold;
		margin-right: 120px;
		margin-bottom: 20px;
	}
	.image {
		text-align: center;
	}
  }
  */
.mfp-content {
  max-width: 540px;
}

button.mfp-close {
  position: absolute;
  right: -20px;
  top: -20px !important;
  overflow: visible;
  cursor: pointer;
  background: transparent url(../images/close.png) no-repeat 0 0;
  background-position: center;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #000;
  width: 60px;
  height: 60px;
  font-size: 0;
  line-height: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  button.mfp-close {
    width: 36px;
    height: 36px;
    top: -16px !important;
    background-size: 50%;
    right: -4px;
  }
}

button.mfp-close:hover {
  right: -22px;
  top: -22px !important;
  width: 64px;
  height: 64px;
}

.youtube {
  background: rgba(239, 130, 0, 0.15);
  border: 2px solid #ef8200;
  border-radius: 16px;
  padding: 40px;
}
.youtube h2 {
  font-size: 28px;
}
.youtube img {
  max-width: 702px;
}
.youtube iframe {
  width: 850px;
  height: 478px;
}
@media screen and (max-width: 767px) {
  .youtube {
    border-radius: 10px;
    padding: 15px;
  }
  .youtube h2 {
    font-size: 21px;
  }
  .youtube iframe {
    width: 320px;
    height: 180px;
  }
}
.stop{
    font-size: 30px;
}
#kzn-plan table .grey:before{
content: "";
    background: rgba(196, 196, 196, 0.76);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
    font-weight: bold;
}
#kzn-plan table .grey2:before{
content: "";
    background: rgba(196, 196, 196, 0.76);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: bold;
    z-index: 1;
}
#kzn-plan .inner {
  max-width: 1000px;
}
#kzn-plan table {
  background: #fff;
  width: 100%;
  border: 3px solid #966d32;
  border-collapse: collapse;
  position: relative;
}
#kzn-plan table th:nth-child(1) {
  width: 40%;
}
#kzn-plan table th, #kzn-plan table td {
  border-right: 3px solid #966d32;
  border-top: 1px solid #966d32;
  line-height: 1.5;
}
/*#kzn-plan table tr:nth-child(1) th:nth-child(4) {
  border-right: none;
}
#kzn-plan table tr:nth-child(1) th:nth-child(5) {
  border-top: 5px solid #ff0000;
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
}
#kzn-plan table tr:nth-child(2) td:nth-child(4) {
  border-right: none;
}
#kzn-plan table tr:nth-child(2) td:nth-child(5) {
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
}
#kzn-plan table tr:nth-child(3) td:nth-child(4) {
  border-right: none;
}
#kzn-plan table tr:nth-child(3) td:nth-child(5) {
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
}
#kzn-plan table tr:nth-child(4) td:nth-child(4) {
  border-right: none;
}
#kzn-plan table tr:nth-child(4) td:nth-child(5) {
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
}
#kzn-plan table tr:nth-child(5) td:nth-child(4) {
  border-right: none;
}
#kzn-plan table tr:nth-child(5) td:nth-child(5) {
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
}
#kzn-plan table tr:nth-child(6) td:nth-child(4) {
  border-right: none;
}
#kzn-plan table tr:nth-child(6) td:nth-child(5) {
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
}*/
#kzn-plan table tr:nth-child(7) td {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #kzn-plan table tr:nth-child(7) td {
    font-size: 16px;
  }
}
/*#kzn-plan table tr:nth-child(7) td:nth-child(4) {
  border-right: none;
}
#kzn-plan table tr:nth-child(7) td:nth-child(5) {
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
}
#kzn-plan table tr:nth-child(8) td:nth-child(4) {
  border-right: none;
}
#kzn-plan table tr:nth-child(8) td:nth-child(5) {
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
  border-bottom: 5px solid #ff0000;
}*/
#kzn-plan table th:nth-child(2),
#kzn-plan table th:nth-child(3),
#kzn-plan table th:nth-child(4),
#kzn-plan table th:nth-child(5) {
  width: 15%;
}
#kzn-plan table th {
  padding: 24px 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #8eb854;
  position: relative;
}
@media screen and (max-width: 767px) {
  #kzn-plan table th {
    padding: 20px 4px;
    font-size: 16px;
  }
}
#kzn-plan table th:nth-child(1) {
  background-color: #ef8200;
}
#kzn-plan table th:nth-child(5) {
  background-color: #254679;
  position: relative;
  z-index: 1;
}
/*#kzn-plan table th:nth-child(5)::before {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../images/new.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -26px;
}*/
#kzn-plan table th a:hover {
  color: #fff000;
  text-decoration: none;
}
#kzn-plan table th span {
  font-size: 24px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #kzn-plan table th span {
    font-size: 20px;
  }
}
#kzn-plan table th sup {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #kzn-plan table th sup {
    top: 5px;
    font-size: 12px;
  }
}
#kzn-plan table td {
  padding: 18px 12px;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  text-align: center;
}
#kzn-plan table td sup {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #kzn-plan table td {
    padding: 12px 10px;
    font-size: 24px;
  }
  #kzn-plan table td sup {
    font-size: 12px;
  }
}
#kzn-plan table td:nth-child(1) {
  text-align: left;
  font-size: 22px;
  padding-left: 54px;
}
#kzn-plan table td:nth-child(1) span {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #kzn-plan table td:nth-child(1) {
    font-size: 16px;
    padding-left: 36px;
  }
  #kzn-plan table td:nth-child(1) span {
    font-size: 13px;
  }
}
#kzn-plan table td:before {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
#kzn-plan table td.menu1:before {
  content: "❶";
}
#kzn-plan table td.menu2:before {
  content: "❷";
}
#kzn-plan table td.menu3:before {
  content: "❸";
}
#kzn-plan table td.menu4:before {
  content: "❹";
}
#kzn-plan table td.menu5:before {
  content: "❺";
}
#kzn-plan table td .popup-modal {
  cursor: pointer;
}
#kzn-plan table td .popup-modal:hover {
  color: #ef8200;
}
#kzn-plan table tr.charge td {
  background: #fff000;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #kzn-plan table tr.charge td {
    font-size: 16px;
  }
}
#kzn-plan table ul li {
  position: relative;
  margin-left: 1em;
}
#kzn-plan table ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}
#kzn-plan .note-box {
  font-size: 14px;
  margin: 24px 0;
}
#kzn-plan .note-box a {
  color: #0000ff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #kzn-plan .note-box {
    font-size: 12px;
    margin: 0 0 20px;
  }
  #kzn-plan .note-box .note {
    text-indent: -1.75em;
    padding-left: 1.75em;
    margin-bottom: 0;
  }
  #kzn-plan .note-box .note2 {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
  }
}
#kzn-plan .option {
  border-top: 2px solid #ef8200;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  #kzn-plan .option {
    padding: 16px 0;
  }
}
#kzn-plan .option h3 {
  color: #ef8200;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #kzn-plan .option h3 {
    font-size: 4.7vw;
  }
}
#kzn-plan .option.my-ending-note h3 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #kzn-plan .option.my-ending-note h3 {
    font-size: 6vw;
  }
}
#kzn-plan .family p {
  text-align: center;
  font-weight: bold;
}
#kzn-plan .family p.note {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#kzn-plan .my-ending-note {
  margin-bottom: 24px;
  padding: 24px 0;
}
#kzn-plan .my-ending-note a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  #kzn-plan .my-ending-note {
    padding: 16px 0;
    margin-bottom: 12px;
  }
}
#kzn-plan .option_box {
  margin-bottom: 25px;
}
#kzn-plan .option_box ul {
  text-align: left;
}
#kzn-plan .option_box ul li {
  position: relative;
  font-size: 16px;
  margin-left: 16px;
  display: inline-block;
}
#kzn-plan .option_box ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: -18px;
  color: #8eb854;
}

.popup2 {
  width: 100%;
  background-color: #fff;
  color: #111;
  border: 1px solid #000;
  border-radius: 16px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .popup2 {
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
  }
}
.popup2 h3 {
  color: #8eb854;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 18px;
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .popup2 h3 {
    font-size: 20px;
    padding-left: 36px;
    margin-bottom: 12px;
  }
}
.popup2 h3 span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .popup2 h3 span {
    font-size: 14px;
  }
}
.popup2 h3:before {
  line-height: 1;
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .popup2 h3:before {
    font-size: 24px;
  }
}
.popup2 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .popup2 h4 {
    font-size: 16px;
  }
}
.popup2 p {
  margin-bottom: 1em;
}
.popup2 p.note {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
}
.popup2 dl {
  margin-bottom: 12px;
}
.popup2 dl dt {
  background: #8eb854;
  color: #fff;
  font-weight: bold;
  padding: 3px 12px;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .popup2 dl dt {
    font-size: 14px;
  }
}
.popup2 dl dd {
  padding: 3px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
}
.popup2 dl dd ul li span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .popup2 dl dd ul li span {
    font-size: 12px;
  }
}
.popup2 dl dd ul li:before {
  content: "●";
  color: #8eb854;
  margin-right: 5px;
}
.popup2 dl dd p.note {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .popup2 dl dd {
    font-size: 14px;
  }
}
.popup2#plan-popup1 h3:before {
  content: "❶";
}
.popup2#plan-popup2 h3:before {
  content: "❷";
}
.popup2#plan-popup3 h3:before {
  content: "❸";
}
.popup2#plan-popup4 h3:before {
  content: "❹";
}
.popup2#plan-popup5 h3:before {
  content: "❺";
}

@media screen and (max-width: 767px) {
  #kzn-plan .flex img {
    max-height: 30px;
    width: auto;
  }
  .scroll_text {
    font-size: 14px;
    margin-top: 15px;
    background: #777;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  #kizuna-page .scroll {
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 0;
    margin-bottom: 10px;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.1) inset;
  }
  #kizuna-page .scroll table {
    width: 100%;
    min-width: 500px;
    margin: 20px;
  }
  #kizuna-page .scroll table.seminar-table2 {
    min-width: 750px;
  }
  #kizuna-page .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #kizuna-page .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #kzn-plan .option_box ul li {
    font-size: 14px;
    display: block;
  }
  #kzn-plan .option.flex {
    display: block;
    padding: 15px;
  }
  #kzn-plan .option_box {
    width: auto;
    margin-bottom: 0;
  }
  #kzn-plan .option .flex {
    display: block;
  }
  #kzn-plan .option_box ul {
    width: 100%;
  }
  #kzn-plan .option_box ul li {
    font-size: 14px;
  }
  #kzn-plan .option_box ul li:before {
    left: -14px;
  }
  #kzn-plan table td p.pack_strong {
    font-size: 14px;
  }
}
#kzn-partner {
  border-bottom: none;
}
#kzn-partner .inner {
  max-width: 1000px;
}
#kzn-partner h2 {
  color: #8eb854;
  position: relative;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 767px) {
  #kzn-partner h2 {
    padding-left: 2em;
    margin-bottom: 1em;
  }
}
#kzn-partner h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 10em);
  top: -36px;
  width: 118px;
  height: 124px;
  background-image: url(../images/partner-anshin.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #kzn-partner h2::before {
    left: 0;
    top: -18px;
    width: 59px;
    height: 62px;
    background-size: 59px auto;
  }
}
#kzn-partner p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #kzn-partner p {
    margin-bottom: 24px;
  }
}
#kzn-partner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kzn-partner ul li {
  width: 33%;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #kzn-partner ul li {
    width: 48%;
  }
}

#kzn-flow .flow-wrap {
  max-width: 890px;
  margin: 0 auto;
}
#kzn-flow .flow-wrap .flow {
  position: relative;
  width: 750px;
  border: 3px solid #ef8200;
  border-radius: 30px;
  padding: 30px 10px 20px 10px;
  box-sizing: border-box;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  #kzn-flow .flow-wrap .flow {
    width: 85%;
    margin: 0 0 90px 15%;
  }
}
#kzn-flow .flow-wrap .flow:first-child {
  margin-top: 50px;
}
#kzn-flow .flow-wrap .flow:last-child {
  margin-bottom: 50px;
}
#kzn-flow .flow-wrap .flow:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  /*何も入れない*/
  display: block;
  width: 95px;
  height: 28px;
  background-image: url(../images/arrow.png);
  background-size: contain;
}
#kzn-flow .flow-wrap .flow h3 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 3px solid #ef8200;
  border-radius: 30px;
  padding: 10px 20px;
  color: #ef8200;
  background: #fff;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kzn-flow .flow-wrap .flow h3 {
    font-size: 18px;
    top: -24px;
    padding: 10px 10px;
    min-width: 12em;
  }
}
#kzn-flow .flow-wrap .flow .flex {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#kzn-flow .flow-wrap .flow .flex .flow_illust1 {
  width: 21%;
  text-align: center;
}
#kzn-flow .flow-wrap .flow .flex .flow_illust2 {
  width: 21%;
  text-align: center;
  margin-left: 2%;
}
#kzn-flow .flow-wrap .flow .flex p {
  width: 64%;
  font-size: 18px;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  #kzn-flow .flow-wrap .flow .flex {
    display: block;
  }
  #kzn-flow .flow-wrap .flow .flex .flow_illust1 {
    width: 50%;
    margin: 0 auto 10px;
  }
  #kzn-flow .flow-wrap .flow .flex p {
    width: auto;
    font-size: 16px;
    margin-left: 0;
  }
}
#kzn-flow .flow-wrap .flow.illust1 .flex .flow_illust1 {
  width: 22%;
  text-align: center;
}
#kzn-flow .flow-wrap .flow.illust1 .flex p {
  width: 82%;
  font-size: 18px;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  #kzn-flow .flow-wrap .flow.illust1 .flex {
    display: block;
  }
  #kzn-flow .flow-wrap .flow.illust1 .flex .flow_illust1 {
    width: 50%;
    margin: 0 auto 10px;
  }
  #kzn-flow .flow-wrap .flow.illust1 .flex p {
    width: auto;
    font-size: 16px;
    margin-left: 0;
  }
}
#kzn-flow .flow-wrap .flow-wrap-sub1 {
  background-image: url(../images/flow-sub1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding: 0 70px 5px;
}
@media screen and (max-width: 767px) {
  #kzn-flow .flow-wrap .flow-wrap-sub1 {
    background-image: url(../images/flow-sub1_sp.png);
    padding: 0 0 5px;
  }
}
#kzn-flow .flow-wrap .flow-wrap-sub2 {
  background-image: url(../images/flow-sub2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  #kzn-flow .flow-wrap .flow-wrap-sub2 {
    background-image: url(../images/flow-sub2_sp.png);
    padding: 0;
  }
}
#kzn-flow p.flow_last {
  font-size: 27px;
  color: #4c4948;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #kzn-flow ul li h3 {
    font-size: 18px;
    width: 200px;
  }
  #kzn-flow ul li p {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  #kzn-flow ul li .flow_illust1 {
    width: 90px;
  }
  #kzn-flow ul li .flow_illust1 img {
    width: auto;
    max-width: 90px;
  }
  #kzn-flow p.flow_last {
    font-size: 18px;
  }
}
#kzn-faq h3 {
  display: inline-block;
  color: #ef8200;
  font-size: 20px;
  padding: 6px 18px;
  border: 2px solid #ef8200;
  border-radius: 24px;
  margin-bottom: 24px;
}
#kzn-faq dl {
  margin-bottom: 60px;
}
#kzn-faq dt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 24px 0 24px 90px;
  margin-bottom: 10px;
}
#kzn-faq dd {
  position: relative;
  padding: 24px 0 24px 90px;
  margin-bottom: 30px;
}
#kzn-faq dd .form {
  text-align: center;
  margin-top: 20px;
}
#kzn-faq dd a {
  text-decoration: underline;
}
#kzn-faq dd a:hover {
  color: #0000ee !important;
}
#kzn-faq dt:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background-image: url(../images/faq_q.png);
  background-size: contain;
}
#kzn-faq dd:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background-image: url(../images/faq_q.png);
  background-size: contain;
  background-image: url(../images/faq_a.png);
}
#kzn-faq .faq_link {
  text-align: center;
}
#kzn-faq .faq_link a {
  margin: 60px auto 0;
  max-width: 140px;
  padding: 10px 20px;
  background: #ef8200;
  color: #fff;
  border-radius: 30px;
  box-shadow: 6px 6px rgba(178, 150, 82, 0.5);
  line-height: 1em;
  align-items: center;
}
#kzn-faq .faq_link a:hover {
  text-decoration: none;
}
#kzn-faq .faq_link a img {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 767px) {
  #kzn-faq h3 {
    font-size: 18px;
    padding: 4px 14px;
    border: 2px solid #ef8200;
    margin-bottom: 18px;
  }
  #kzn-faq dt {
    position: relative;
    padding: 12px 0 12px 45px;
    font-size: 16px;
  }
  #kzn-faq dd {
    position: relative;
    padding: 12px 0 12px 45px;
  }
  #kzn-faq dt:after, #kzn-faq dd:after {
    top: 5px;
    left: 0;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}
#kzn-disclosure .disclosure h3 {
  font-size: 21px;
  padding-left: 15px;
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: 1em;
  border-left: 3px solid #ef8200;
}
#kzn-disclosure .disclosure table {
  margin-left: 18px;
  width: 100%;
}
#kzn-disclosure .disclosure table th {
  padding: 12px 8px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#kzn-disclosure .disclosure table td {
  padding: 12px 8px;
  border-bottom: 1px solid #ddd;
}
#kzn-disclosure .disclosure p {
  margin-left: 18px;
  margin-bottom: 1em;
}

#kzn-contact {
  border: none;
  background-color: #f0f1f4;
}
#kzn-contact a {
  color: #0000ee;
  text-decoration: underline;
}
#kzn-contact a:hover {
  opacity: 0.8;
}
#kzn-contact .inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #kzn-contact .inner {
    padding: 0 0 40px;
  }
}
#kzn-contact .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #kzn-contact .flex {
    display: block;
  }
}
#kzn-contact .flex .box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kzn-contact .flex .box {
    width: auto;
    margin-bottom: 15px;
  }
}
#kzn-contact .flex .box h3 {
  color: #000;
  font-size: 21px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #kzn-contact .flex .box h3 {
    font-size: 18px;
  }
}
#kzn-contact .commerce {
  text-align: center;
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  #kzn-contact {
    width: auto;
    margin: 0 auto 0 auto;
    border-bottom: none;
    padding-bottom: 0;
  }
  #kzn-contact .faq_contact a {
    max-width: 290px;
    line-height: 1.35em;
  }
  .tel_cnt {
    background: #ef8200;
    padding: 12px 4% 12px 4%;
    margin: 10px 0;
  }
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexR {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.pack1 .box2, .pack2 .box2, .pack3 .box2 {
  width: calc(50% - 16px);
}

#kzn-pack .pack3 .box2 p {
  margin-top: 0;
}

.option .box2 {
  width: calc(50% - 18px);
}

.option .box3 {
  width: calc(33.3333333333% - 18px);
}

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.trial-fixed {
  position: fixed;
  top: 36%;
  right: 0;
  z-index: 100;
}
.trial-fixed a {
  display: block;
  writing-mode: vertical-rl;
  background-color: #ea1e1f;
  font-size: 18px;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  padding: 16px 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.trial-fixed a::before {
  content: url(../images/icon_trial.png);
}
.trial-fixed a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .trial-fixed {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .trial-fixed a {
    writing-mode: horizontal-tb;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 6px 8px;
    font-size: 4.3vw;
  }
  .trial-fixed a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_trial.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 18px;
    height: 22px;
    vertical-align: bottom;
  }
}