@charset "UTF-8";

.main {
  overflow: hidden;
}

img {
  max-width: 100%;
  min-height: 0%;
  vertical-align: bottom;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

main {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* #icj-header,
#icj-header #headerArea,
#icj-header #menuArea {
  min-width: 980px;
} */

#icj-header {
  position: fixed;
}

#sp-menu {
  display: none;
}

.sp {
  display: none;
}

.section__title {
  color: #f08200;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}

.section__subtitle {
  color: #f08200;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

.section__text {
  font-size: 15px;
  line-height: 2;
}

.section__caption {
  margin-top: 10px;
  font-size: 12px;
}

.text-underline {
  text-decoration: underline;
}

.section__inner {
  margin: auto;
  max-width: 840px;
}

.main-visual {
  background: url("/kafunjet/assets/img/mv-bg.gif") no-repeat center center/cover;
  padding-top: 38.9%;
  position: relative;
  overflow: hidden;
}

.main-visual__title {
  position: absolute;
  top: 22%;
  left: 20.5%;
  width: 41%;
  z-index: 1;
  text-align: center;
}

.main-visual__title img {
  width: 100%;
}

.main__visual__img {
  position: absolute;
  top: 9%;
  right: 15.6%;
  width: 17%;
  z-index: 1;
}

.main__visual__img img {
  width: 100%;
}

.section01 {
  background: url("/kafunjet/assets/img/section01-bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: -62px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.section01__block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.section01__txt {
  font-size: 12px;
}

.section01__title,
.section01__img {
  width: 50%;
}

.section02 {
  background: url("/kafunjet/assets/img/ttl-bg.png") no-repeat top center;
  margin-top: 80px;
}

.section02__titlearea {
  display: flex;
  align-items: center;
}

.section02__titlearea__title {
  padding-left: 20px;
}

.section02__titlearea__title p {
  margin-top: 40px;
}

.section02__box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section02__box__item {
  width: calc(50% - 13px);
}

.section02__box__img--bottom {
  margin-top: 60px;
}

.section03 {
  background: url("/kafunjet/assets/img/ttl-bg.png") no-repeat top center;
  margin-top: 80px;
}

.section03__titlearea {
  display: flex;
  align-items: center;
}

.section03__titlearea__title {
  padding-left: 20px;
}

.section03__box__img {
  margin-top: 30px;
}

.section03__box__summary {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.section03__box__summary .section03__box__img {
  margin-top: 0;
  width: calc(50% - 15px);
}

.section03__box__summary .section03__box__caption {
  margin-top: 10px;
  font-size: 12px;
}

.section03__box__summary .section03__box__text {
  width: calc(50% - 15px);
}

.section03__box__summary .section03__box__text .section__subtitle {
  line-height: 1;
}

.section03__box__summary .section03__box__text .section__text {
  margin-top: 20px;
}

.section04 {
  background: url("/kafunjet/assets/img/section04-bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 80px;
  padding: 20px 0;
}

.section04__titlearea {
  display: flex;
  justify-content: space-between;
}

.section04__titlearea__title {
  width: 43%;
  padding-right: 40px;
}

.section04__titlearea__title .section__title {
  position: relative;
}

.section04__titlearea__title .section__title::after {
  content: "";
  background: url("/kafunjet/assets/img/section04-dotted.png") no-repeat center center/cover;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 6px;
}

.section04__titlearea__title .section__text {
  margin-top: 30px;
  letter-spacing: -0.06em;
}

.section04__titlearea__img {
  width: 57%;
}

.section04__box {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.section04__box__img {
  padding-right: 30px;
}

.section04__box__text {
  display: flex;
  align-items: center;
}

.section04__box--circle {
  position: relative;
  background: #00aee7;
  border-radius: 50%;
  margin-right: 20px;
  width: 140px;
  height: 140px;
  text-align: center;
}

.section04__box--circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.section05 {
  background: url("/kafunjet/assets/img/section05-bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 80px;
  padding: 20px 0 50px;
}

.section05__titlearea {
  display: flex;
  justify-content: space-between;
}

.section05__titlearea__ttl .section__title {
  position: relative;
}

.section05__titlearea__ttl .section__title::after {
  content: "";
  background: url("/kafunjet/assets/img/section05-dotted.png") no-repeat center center/cover;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 6px;
}

.section05__titlearea__ttl .section__text {
  margin-top: 40px;
}

.section05__titlearea__ico {
  margin-top: -30px;
}

.section05__box {
  margin-top: 30px;
}

.section05__box__list {
  margin-top: 30px;
  padding: 10px 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.section05__box__card {
  width: calc(50% - 15px);
}

.section05__box__title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section05__box__title h3 {
  color: #f08200;
  font-size: 20px;
}

.section05__box--circle {
  position: relative;
  background: #00aee7;
  border-radius: 50%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
}

.section05__box--circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.section06 {
  margin-top: 30px;
}

.section06__titlearea {
  display: flex;
}

.section06__titlearea__img {
  width: 57%;
}

.section06__titlearea__title {
  width: 43%;
  margin-top: -40px;
  padding-left: 40px;
}

.section06__titlearea__title span {
  display: flex;
  color: #f08200;
  font-size: 30px;
  font-weight: bold;
}

.section06__titlearea__title span::before, .section06__titlearea__title span::after {
  display: block;
  font-weight: normal;
}

.section06__titlearea__title span::before {
  content: "＼";
}

.section06__titlearea__title span::after {
  content: "／";
}

.section06__titlearea__title .section__title {
  position: relative;
  letter-spacing: -0.015em;
}

.section06__titlearea__title .section__title::after {
  content: "";
  background: url("/kafunjet/assets/img/section04-dotted.png") no-repeat center center/cover;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 6px;
}

.section06__titlearea__title .section__text {
  margin-top: 30px;
  letter-spacing: -0.06em;
}

.section06__box {
  margin-top: 60px;
}

.section06__box__item {
  margin-top: 40px;
  display: flex;
}

.section06__box__item--left {
  width: 120px;
}

.section06__box__item--right {
  width: calc(100% - 120px);
  padding-left: 30px;
}

.section06__box__summary {
  margin-top: 30px;
  display: flex;
}

.section06__box__summary--item01 .section__text {
  width: 49%;
}

.section06__box__summary--item01 .section06__box__img {
  padding-left: 20px;
  width: 61%;
}

.section06__box__summary--item01 .section__caption {
  text-align: right;
}

.section06__box__summary--item02 {
  align-items: flex-end;
}

.section06__box__summary--left {
  width: 58%;
}

.section06__box__txtarea {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.section06__box__txtarea .section__text {
  width: 64%;
}

.section06__box__txtarea img {
  width: 36%;
  padding-left: 15px;
}

.section06__box__summary--right {
  width: 42%;
  padding-left: 30px;
}

.section06__box__link {
  position: relative;
  display: block;
  width: 55%;
  height: 80px;
  margin: 20px auto 0;
  background: #f08200;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.section06__box__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}

.section06__box__link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.section06__box__img--item03 {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section06__box__img--item03 .section06__box__img--left {
  width: calc(46.5% - 13px);
}

.section06__box__img--item03 .section06__box__img--right {
  width: calc(53.5% - 13px);
}

.sectionContact {
  background: url("/kafunjet/assets/img/sectionContact-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 60px;
  padding: 90px 0 60px;
}

.sectionContact__title {
  text-align: center;
}

.sectionContact__attention {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.sectionContact__list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.sectionContact__btn {
  width: 380px;
}

.sectionContact__link {
  position: relative;
  display: block;
  background: #f08200;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.sectionContact__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}

.sectionContact__avoid {
  margin: 15px 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
  #icj-header,
  #icj-header #headerArea,
  #icj-header #menuArea {
    min-width: auto;
  }
  .header {
    top: 0;
  }
  #sp-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.5s, right 0.5s;
    background-color: rgba(243, 243, 243, 0);
    overflow-y: auto;
    z-index: 100;
  }
  #sp-menu.active {
    right: 0;
  }
  .menu_close {
    font-weight: bold;
    float: right;
    font-size: 150%;
  }
  #sp-menu .mm-navbar {
    text-align: center;
  }
  #sp-menu .mm-panels {
    float: right;
    padding: 20px;
    width: 90%;
    background-color: #f3f3f3;
    font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
 Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  }
  #sp-menu li {
    border-bottom: 1px solid;
    padding: 10px 0px;
  }
  .header {
    position: fixed;
  }
  body {
    min-width: auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .section__title {
    font-size: 20px;
  }
  .section__subtitle {
    font-size: 15px;
  }
  .section__caption {
    margin-top: 10px;
  }
  .section__inner {
    padding: 0 15px;
  }
  .main-visual {
    background: url("/kafunjet/assets/img/mv-bg_sp.gif") no-repeat center center/cover;
    padding-top: 63.73%;
  }
  .main-visual__title {
    top: 8%;
    left: 1%;
    width: 74%;
  }
  .main__visual__img {
    right: 1%;
    width: 26%;
  }
  .section01 {
    background: url("/kafunjet/assets/img/section01-bg_sp.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: -25px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .section01__block {
    padding-top: 35px;
    flex-direction: column;
  }
  .section01__title,
  .section01__img {
    width: 100%;
  }
  .section01__title,
  .section01__img,
  .section04__box__img {
    max-width: 100%;
    height: 100%;
    text-align: center;
  }
  .section__text,
  .section04__box__text {
    width: 100%;
  } 
  .section01__txt {
    font-size: 10px;
  }
  .section02 {
    background: url("/kafunjet/assets/img/ttl-bg_sp.png") no-repeat top center;
    background-position: center -85px;
    margin-top: 30px;
  }
  .section02__titlearea__badge {
    width: 145px;
  }
  .section02__titlearea__title {
    padding-left: 11px;
  }
  .section02__box {
    margin-top: 9px;
    flex-direction: column;
  }
  .section02__box__item {
    width: 100%;
    margin-top: 20px;
    min-height: 0%;
  }
  .section02__box__img {
    text-align: center;
  }
  .section02__box__img--bottom {
    margin-top: 15px;
  }
  .section03 {
    background: url("/kafunjet/assets/img/ttl-bg_sp.png") no-repeat top center;
    background-position: center -85px;
    margin-top: 40px;
  }
  .section03__titlearea__badge {
    width: 90px;
  }
  .section03__titlearea__title {
    padding-left: 11px;
  }
  .section03__box__img {
    margin-top: 20px;
  }
  .section03__box__img img {
    width: 100%;
  }
  .section03__box__summary {
    flex-direction: column-reverse;
  }
  .section03__box__summary .section03__box__img {
    width: 100%;
    height: 100%;
    margin-top: 12px;
  }
  .section03__box__summary .section03__box__text {
    width: 100%;
  }
  .section03__box__summary .section03__box__text .section__subtitle {
    font-size: 18px;
  }
  .section03__box__summary .section03__box__text .section__text {
    margin-top: 10px;
  }
  .section04 {
    background: url("/kafunjet/assets/img/section04-bg_sp.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 23px;
    padding: 30px 0;
  }
  .section04__titlearea {
    flex-direction: column;
  }
  .section04__titlearea__title {
    width: 100%;
    padding-right: 0;
  }
  .section04__titlearea__title .section__title::after {
    background: url("/kafunjet/assets/img/section04-dotted_sp.png") no-repeat center center;
    background-size: 100% 100%;
    bottom: -10px;
    height: 3px;
  }
  .section04__titlearea__title .section__text {
    margin-top: 15px;
  }
  .section04__titlearea__img {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }
  .section04__titlearea__img img {
    width: 100%;
  }
  .section04__box {
    margin-top: 9px;
    flex-direction: column;
  }
  .section04__box__img {
    padding-right: 0;
    display: flex;
    align-items: center;
    margin-right: -19%;
  }
  .section04__box__img img {
    width: calc(100% - 110px);
  }
  .section04__box__text {
    margin-top: 3px;
  }
  .section04__box--circle {
    margin-right: 0;
    width: 90px;
    height: 90px;
  }
  .section04__box--circle span {
    font-size: 14px;
  }
  .section05 {
    background: url("/kafunjet/assets/img/section05-bg_sp.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 0;
    padding: 15px 0 60px;
  }
  .section05__titlearea__ttl {
    width: calc(100% - 58px);
    padding-right: 20px;
  }
  .section05__titlearea__ttl .section__title::after {
    background: url("/kafunjet/assets/img/section05-dotted_sp.png") no-repeat center center;
    background-size: 100% 100%;
    bottom: -10px;
    height: 3px;
  }
  .section05__titlearea__ico {
    margin-top: 0;
    width: 58px;
  }
  .section05__box__img {
    margin-top: 10px;
  }
  .section05__box__img img {
    width: 100%;
  }
  .section05__box {
    margin-top: 4px;
  }
  .section05__box__list {
    margin-top: 20px;
    padding: 10px;
    flex-direction: column;
  }
  .section05__box__card {
    width: 100%;
  }
  .section05__box__card:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #00aee7;
  }
  .section05__box__title {
    margin-bottom: 0px;
  }
  .section05__box__title h3 {
    font-size: 15px;
  }
  .section05__box--circle {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
  .section05__box--circle span {
    font-size: 14px;
  }
  .section06 {
    margin-top: 0px;
  }
  .section06__titlearea {
    flex-direction: column-reverse;
  }
  .section06__titlearea__img {
    width: 100%;
    min-height: 0%;
    margin-top: 20px;
  }
  .section06__titlearea__img img {
    width: 100%;
  }
  .section06__titlearea__title {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }
  .section06__titlearea__title::after {
    content: "";
    background: url(/kafunjet/assets/img/section06-dotted_sp.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .section06__titlearea__title .section06__titlearea__box {
    width: 325px;
    margin: auto;
  }
  .section06__titlearea__title span {
    color: #00aee7;
    font-size: 17px;
  }
  .section06__titlearea__title .section__title {
    color: #00aee7;
    font-size: 22px;
  }
  .section06__titlearea__title .section__title::after {
    display: none;
  }
  .section06__titlearea__title .section__text {
    margin-top: 5px;
  }
  .section06__box {
    margin-top: 30px;
  }
  .section06__box__item {
    margin-top: 8px;
    flex-direction: column;
  }
  .section06__box__img {
    text-align: center;
  }
  .section06__box__item--left {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .section06__box__item--left img {
    width: 60px;
    margin-right: 10px;
  }
  .section06__box__item--right {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
  .section06__box__summary {
    margin-top: 5px;
    flex-direction: column;
  }
  .section06__box__summary--item01 .section__text {
    width: 100%;
  }
  .section06__box__summary--item01 .section06__box__img {
    padding-left: 0;
    margin: 8px auto 0;
    width: 65%;
    height: 100%;
  }
  .section06__box__summary--item01 .section__caption {
    padding-right: 5%;
  }
  .section06__box__summary--item02 {
    align-items: flex-end;
  }
  .section06__box__summary--left {
    width: 100%;
  }
  .section06__box__txtarea {
    align-items: flex-end;
  }
  .section06__box__txtarea .section__text {
    width: 70%;
  }
  .section06__box__txtarea img {
    width: 30%;
  }
  .section06__box__summary--right {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
  .section06__box__summary--right .section06__box__img {
    text-align: center;
  }
  .section06__box__summary--right .section06__box__img img{
    width: 59%;
    margin: 17px auto 0;
  }
  .section06__box__linkwrap {
    text-align: center;
  }
  .section06__box__link {
    font-size: 14px;
    margin: 17px auto 20px;
    width: 280px;
    height: 60px;
  }
  .section06__box__link::after {
    top: 26px;
  }
  .section06__box__img--item03 {
    flex-direction: column;
  }
  .section06__box__img--item03 .section06__box__img--left {
    width: 100%;
  }
  .section06__box__img--item03 .section06__box__img--right {
    width: 100%;
    margin-top: 20px;
  }
  .sectionContact {
    background: url("/kafunjet/assets/img/sectionContact-bg_sp.jpg") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 45px 0 30px;
  }
  .sectionContact__attention {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4;
  }
  .sectionContact__list {
    align-items: center;
    flex-direction: column;
  }
  .sectionContact__btn {
    width: 280px;
  }
  .sectionContact__btn:last-child {
    margin-top: 20px;
  }
  .sectionContact__link {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .sectionContact__link::after {
    top: 20px;
  }
  .sectionContact__avoid {
    font-size: 12px;
  }
}