@charset "UTF-8";
/* Author: c.nz */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#header .content-wrap .logo {
  display: none;
}
#header .content-wrap .gnavi {
  margin: 0;
}
#header .content-wrap .gnavi > ul {
  justify-content: center;
}

@media screen and (max-width: 767px),(max-width:844px) and (orientation:landscape) {
  #header .content-wrap .logo {
    display: block;
  }
}
/* ---------------------------------------------------
	top-main
------------------------------------------------------ */
.top-main {
  display: flex;
  width: 100%;
}
.top-main .main-bg01,
.top-main .main-bg02 {
  width: calc(50% - 420px);
}
.top-main .main-bg01 {
  background: url(../images/top/bg-main-01.jpg) no-repeat center/cover;
}
.top-main .main-bg02 {
  background: url(../images/top/bg-main-02.jpg) no-repeat center/cover;
  order: 1;
}
.top-main .main-body {
  width: 840px;
  padding: 88px 0 50px;
  background: #fff;
  text-align: center;
}
.top-main .main-body h2 {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1;
}
.top-main .main-body h2 img {
  display: block;
  margin: 0 auto;
}
.top-main .main-list {
  padding: 24px 0;
  background: #019DD8;
  color: #fff;
  font-size: 3.2rem;
  font-family: "新ゴ B", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
}
.top-main .main-list li {
  width: 33.33%;
}
.top-main .main-list li + li {
  border-left: 2px solid #fff;
}
.top-main .main-list li img {
  display: block;
  margin: 0 auto 15px;
}
.top-main .main-tel {
  margin: 50px 0 0;
  line-height: 1;
  text-align: center;
}
.top-main .main-tel > span {
  position: relative;
  display: inline-block;
}
.top-main .main-tel .fukidashi {
  position: absolute;
  right: calc(100% - 20px);
  bottom: calc(100% - 40px);
}
.top-main .main-tel .icon {
  margin-right: 10px;
}
.top-main .main-tel a {
  display: inline-block;
  font-size: 9rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1580px) {
  .top-main .main-bg01,
  .top-main .main-bg02 {
    width: calc(50% - 300px);
  }
  .top-main .main-body {
    width: 600px;
    padding: 48px 0 32px;
  }
  .top-main .main-body h2 img {
    max-width: 60%;
  }
  .top-main .main-list {
    font-size: 3rem;
  }
  .top-main .main-tel .fukidashi {
    right: calc(100% - 5px);
    bottom: calc(100% - 55px);
  }
  .top-main .main-tel .icon {
    width: 72px;
  }
  .top-main .main-tel a {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1280px) {
  .top-main .main-bg01,
  .top-main .main-bg02 {
    width: calc(50% - 240px);
  }
  .top-main .main-body {
    width: 480px;
    padding: 32px 0 20px;
  }
  .top-main .main-list {
    font-size: 2.6rem;
  }
  .top-main .main-list li img {
    width: auto;
    height: 56px;
  }
  .top-main .main-tel .fukidashi {
    right: calc(100% - 5px);
    bottom: calc(100% - 55px);
  }
  .top-main .main-tel .icon {
    width: 54px;
    margin-right: 8px;
  }
  .top-main .main-tel a {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1000px) {
  .top-main {
    flex-wrap: wrap;
  }
  .top-main .main-bg01,
  .top-main .main-bg02 {
    width: 50%;
    height: 400px;
  }
  .top-main .main-bg02 {
    order: 0;
  }
  .top-main .main-body {
    width: 100%;
    padding: 32px 0 20px;
  }
  .top-main .main-list {
    font-size: 2.6rem;
  }
  .top-main .main-list li img {
    width: auto;
    height: 56px;
  }
  .top-main .main-tel .fukidashi {
    right: calc(100% - 5px);
    bottom: calc(100% - 55px);
  }
  .top-main .main-tel .icon {
    width: 64px;
  }
  .top-main .main-tel a {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px),(max-width:844px) and (orientation:landscape) {
  .top-main .main-bg01,
  .top-main .main-bg02 {
    width: 50%;
    height: auto;
  }
  .top-main .main-bg01 img,
  .top-main .main-bg02 img {
    width: 100%;
  }
  .top-main .main-body {
    width: 100%;
    padding: 32px 0 20px;
  }
  .top-main .main-list {
    font-size: 2rem;
  }
  .top-main .main-list li img {
    height: 40px;
  }
  .top-main .main-tel .fukidashi {
    right: calc(100% - 80px);
    bottom: 100%;
    width: 100px;
  }
  .top-main .main-tel .icon {
    width: 40px;
  }
  .top-main .main-tel a {
    font-size: 4rem;
  }
}
/* ---------------------------------------------------
	top-about
------------------------------------------------------ */
.top-about {
  padding: 110px 0 0;
}
.top-about .about-box {
  padding: 45px 45px 50px;
  border: 5px solid #222;
  border-radius: 10px;
}
.top-about .about-box .box-list {
  justify-content: flex-start;
  text-align: center;
}
.top-about .about-box .box-list li {
  width: 245px;
  max-width: 22.3%;
  margin: 0 3.6% 36px 0;
  font-size: 2.2rem;
  font-family: "新ゴ B", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}
.top-about .about-box .box-list li:nth-of-type(4n) {
  margin-right: 0;
}
.top-about .about-box .box-list li .list-icon {
  display: block;
  margin-bottom: 10px;
  background: #019DD8;
  border-radius: 20px;
  line-height: 120px;
  text-align: center;
}
.top-about .about-box .box-list li .list-icon img {
  vertical-align: middle;
}
.top-about .about-box h3 {
  margin: 10px 0 15px;
  padding: 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.top-about .about-box .box-list02 {
  max-width: 725px;
  margin: 0 auto;
  font-size: 2rem;
}
.top-about .about-box .box-list02 ul li {
  margin-bottom: .25em;
  font-weight: bold;
}
.top-about .about-box .box-list02 ul li:before {
  content: "●";
  position: relative;
  top: -.125em;
  display: inline-block;
  margin-right: .25em;
  color: #019DD8;
  font-size: 62.5%;
}
.top-about .about-box .box-btnlist {
  font-size: 2rem;
  font-family: "新ゴ R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.top-about .about-box .box-btnlist li {
  width: 30.9%;
  margin-top: 50px;
  margin-bottom: 3px;
}
.top-about .about-box .box-btnlist li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  background: #fff;
  border: 4px solid #222;
  border-radius: 50px;
  box-shadow: 0 3px 0 #222;
  text-align: center;
  transition: none;
}
.top-about .about-box .box-btnlist li a:hover {
  top: 3px;
  box-shadow: none;
  opacity: 1;
}
.top-about .about-box .box-btnlist li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #222;
}

@media screen and (max-width: 1100px) {
  .top-about .about-box .box-list li {
    font-size: 2rem;
  }
  .top-about .about-box .box-list02 {
    font-size: 1.8rem;
  }
  .top-about .about-box .box-btnlist {
    font-size: 1.8rem;
  }
  .top-about .about-box .box-btnlist li {
    width: 32%;
  }
}
@media screen and (max-width: 767px),(max-width:844px) and (orientation:landscape) {
  .top-about {
    padding-top: 30px;
  }
  .top-about .about-box {
    padding: 24px 24px 24px;
    border-width: 4px;
  }
  .top-about .about-box .box-list {
    justify-content: space-between;
  }
  .top-about .about-box .box-list li {
    width: 48%;
    max-width: 48%;
    margin: 0 0 24px 0;
    font-size: 1.8rem;
  }
  .top-about .about-box .box-list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .top-about .about-box .box-list li:nth-of-type(6) .list-icon img {
    height: 36px;
  }
  .top-about .about-box .box-list li:nth-of-type(7) .list-icon img {
    height: 36px;
  }
  .top-about .about-box .box-list li .list-icon {
    line-height: 90px;
  }
  .top-about .about-box .box-list li .list-icon img {
    width: auto;
    height: 60px;
  }
  .top-about .about-box h3 {
    font-size: 2rem;
  }
  .top-about .about-box .box-list02 {
    font-size: 1.6rem;
  }
  .top-about .about-box .box-list02 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .top-about .about-box .box-list02 ul li {
    width: 50%;
  }
  .top-about .about-box .box-btnlist {
    font-size: 1.6rem;
  }
  .top-about .about-box .box-btnlist li {
    width: 100%;
    margin-top: 15px;
  }
  .top-about .about-box .box-btnlist li a {
    padding: 20px;
    border-width: 3px;
  }
  .top-about .about-box .box-btnlist li a:hover {
    top: 3px;
    box-shadow: 0 3px 0 #222;
  }
}
/* ---------------------------------------------------
	top-area
------------------------------------------------------ */
.top-area {
  padding: 110px 0 126px;
}
.top-area h2 {
  position: relative;
  margin: 0 0 50px;
  padding: 0;
  font-size: 4rem;
  letter-spacing: .05em;
  line-height: 1.3;
}
.top-area h2 .big {
  display: inline-block;
  font-size: 5rem;
  letter-spacing: .1em;
}
.top-area h2 .circle {
  display: inline-block;
  margin: 0 .125em .125em;
  padding: .25em .45em;
  background: #F6D500;
  border-radius: 50%;
  font-size: 2.4rem;
  letter-spacing: .05em;
  vertical-align: middle;
}
.top-area h2 .tit-pic {
  position: absolute;
  top: -40px;
  left: calc(50% + 250px);
}
.top-area .area-box {
  position: relative;
  padding: 50px 50px 20px;
  background: rgba(1, 157, 216, 0.1);
  border-radius: 10px;
}
.top-area .area-box h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: -0.825em;
  width: 5.5em;
  margin: 0 auto;
  padding: .25em 0 .125em;
  background: #fff;
  border: 2px solid;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.top-area .area-box .box-list {
  max-width: 960px;
  margin: 0 auto;
  justify-content: space-around;
  line-height: 1.5;
}
.top-area .area-box .box-list ul {
  padding-left: 1em;
  list-style: disc;
}
.top-area .area-box .box-list ul li {
  margin-bottom: .625em;
  font-weight: bold;
}

@media screen and (max-width: 767px),(max-width:844px) and (orientation:landscape) {
  .top-area {
    margin-top: 30px;
    padding: 50px 0 50px;
  }
  .top-area h2 {
    margin-bottom: 35px;
    font-size: 2.2rem;
  }
  .top-area h2 .big {
    font-size: 2.8rem;
  }
  .top-area h2 .circle {
    font-size: 2rem;
  }
  .top-area h2 .tit-pic {
    position: static;
    display: block;
    width: 160px;
    margin: 15px auto 0;
  }
  .top-area .area-box {
    padding: 40px 24px 15px;
  }
  .top-area .area-box h3 {
    font-size: 2rem;
  }
  .top-area .area-box .box-list {
    justify-content: space-between;
  }
  .top-area .area-box .box-list ul {
    width: 33%;
  }
}
/* ---------------------------------------------------
	top-reason
------------------------------------------------------ */
.top-reason {
  padding: 100px 0 110px;
  background: url(../images/top/bg-reason-01.png) center top;
}
.top-reason h2 {
  margin: 0 0 50px;
  padding: 0;
  font-size: 4.4rem;
  line-height: 1.3;
  text-align: center;
}
.top-reason h2 > span {
  display: inline-block;
  font-size: 6rem;
}
.top-reason h2 .icon {
  display: block;
  top: 0;
  margin: 0 auto 15px;
}
.top-reason .reason-list {
  margin-top: 70px;
}
.top-reason .reason-list ul {
  width: 47.5%;
}
.top-reason .reason-list li {
  position: relative;
  min-height: 173px;
  padding-right: 80px;
  margin-bottom: 40px;
}
.top-reason .reason-list li:nth-of-type(2) {
  min-height: 145px;
}
.top-reason .reason-list li .list-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.top-reason .reason-list li h3 {
  margin: 0 0 8px;
  padding: 0 0 0 44px;
  color: #019DD8;
  font-size: 2.8rem;
  font-family: "新ゴ R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .05em;
  line-height: 1.4;
}
.top-reason .reason-list li h3 span {
  display: inline-block;
}
.top-reason .reason-list li h3 .num {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 5px 0 5px 2px;
  background: #019DD8;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-family: "新ゴ B", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.top-reason .reason-btn {
  text-align: center;
}
.top-reason .reason-btn a {
  position: relative;
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 10px 8px;
  background: #fff;
  border: 4px solid #222;
  box-shadow: 0 4px 0 #222;
  font-size: 3rem;
  font-family: "新ゴ B", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  transition: none;
}
.top-reason .reason-btn a:hover {
  top: 4px;
  box-shadow: none;
  opacity: 1;
}
.top-reason .reason-btn a .icon {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 1280px) {
  .top-reason .reason-list li h3 {
    font-size: 2.4rem;
  }
  .top-reason .reason-list li h3 .num {
    top: 0;
  }
}
@media screen and (max-width: 767px),(max-width:844px) and (orientation:landscape) {
  .top-reason {
    padding: 50px 0 50px;
    background-size: 20px;
  }
  .top-reason h2 {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .top-reason h2 > span {
    font-size: 3.2rem;
  }
  .top-reason .reason-list {
    margin-top: 50px;
  }
  .top-reason .reason-list ul {
    width: 100%;
  }
  .top-reason .reason-list li {
    min-height: 0;
    padding-right: 55px;
  }
  .top-reason .reason-list li .list-icon {
    width: 50px;
  }
  .top-reason .reason-list li h3 {
    margin: 0 0 8px;
    padding: 0 0 0 32px;
    font-size: 2.2rem;
  }
  .top-reason .reason-list li h3 .num {
    width: 28px;
    height: 28px;
    padding: 5px 0 5px 1px;
    font-size: 2rem;
  }
  .top-reason .reason-btn a {
    font-size: 2.2rem;
  }
  .top-reason .reason-btn a:hover {
    top: 0;
    box-shadow: 0 4px 0 #222;
  }
  .top-reason .reason-btn a .icon {
    width: 30px;
    margin-right: 10px;
  }
}
/* ---------------------------------------------------
	summary
------------------------------------------------------ */
.top-summary-sec {
  padding: 110px 0 70px;
}
.top-summary-sec h2 {
  margin: 0 0 40px;
  padding: 0;
  font-size: 4.4rem;
  letter-spacing: .1em;
  line-height: 1;
}
.top-summary-sec h2 > span {
  display: inline-block;
  border-bottom: 4px solid;
}
.top-summary-sec h2 .icon {
  margin-right: 15px;
}
.top-summary-sec .koblog {
  margin-top: 30px;
  padding: 0;
}
.top-summary-sec .koblog .koblog-card:hover {
  color: #019DD8;
  opacity: 1;
}
.top-summary-sec .koblog .koblog-card:hover .text {
  text-decoration: underline;
}
.top-summary-sec .koblog .koblog-card .category {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  min-width: 0;
  padding: 0 5px;
  background: #F6D500;
  color: #222;
  font-size: 1.4rem;
  font-family: "新ゴ R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
.top-summary-sec .koblog .koblog-card .date {
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.top-summary-sec .koblog .koblog-card .text {
  margin-top: 8px;
  line-height: 1.4;
}
.top-summary-sec .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.top-summary-sec .top-category-tit {
  font-weight: bold;
}
.top-summary-sec .top-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-summary-sec .top-category-list li {
  margin: 0 5px 10px;
  padding: 0 .25em;
  border: 1px solid #222;
  cursor: pointer;
  font-size: 1.4rem;
  font-family: "新ゴ R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}
.top-summary-sec .top-category-list li:hover {
  background: #222;
  color: #fff;
  opacity: 1;
}
.top-summary-sec .top-category-list li.active {
  background: #222;
  color: #fff;
}

@media screen and (max-width: 767px),(max-width:844px) and (orientation:landscape) {
  .top-summary-sec {
    padding: 50px 0 25px;
  }
  .top-summary-sec h2 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  .top-summary-sec h2 .icon {
    margin-right: 12px;
  }
  .top-summary-sec .koblog {
    margin-top: 30px;
  }
  .top-summary-sec .koblog .koblog-card:hover {
    color: #222;
  }
  .top-summary-sec .koblog .koblog-card:hover .text {
    text-decoration: none;
  }
  .top-summary-sec .top-category-list {justify-content: flex-start;}
}
/* ---------------------------------------------------
	voice
------------------------------------------------------ */
.top-voice {
  background: rgba(1, 157, 216, 0.1);
}

/* ---------------------------------------------------
	top-cm
------------------------------------------------------ */
.top-cm {
  padding: 20px 0 160px;
}
.top-cm h2 {
  position: relative;
  margin: 0 0 30px;
}
.top-cm h2:before, .top-cm h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 56%;
  width: 100%;
  height: 0;
  border-top: 4px solid #222;
}
.top-cm h2:before {
  margin-top: -10px;
}
.top-cm h2:after {
  margin-top: 10px;
}
.top-cm h2 img {
  position: relative;
  z-index: 1;
}
.top-cm .cm-col .col-item {
  width: 580px;
  max-width: 48.34%;
  text-align: center;
  border: 4px solid #222;
}
.top-cm .cm-col .col-item h3 {
  margin: 0;
  padding: 4px;
  background: #222;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.top-cm .cm-col .col-item .item-movie {
  position: relative;
}
.top-cm .cm-col .col-item .item-movie .movie-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px),(max-width:844px) and (orientation:landscape) {
  .top-cm {
    padding: 25px 0 80px;
  }
  .top-cm h2 {
    margin: 0 0 30px;
  }
  .top-cm h2 img {
    width: 140px;
  }
  .top-cm .cm-col .col-item {
    width: 100%;
    max-width: 100%;
  }
  .top-cm .cm-col .col-item + .col-item {
    margin-top: 32px;
  }
  .top-cm .cm-col .col-item h3 {
    font-size: 2.2rem;
  }
  .top-cm .cm-col .col-item .item-movie img:not(.movie-icon) {
    width: 100%;
  }
}



.item-movie{
  position:relative;
  width:100%;
  height:0;
  padding-top:325px;
}
.item-movie iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media screen and (max-width: 767px),(max-width:844px) and (orientation:landscape) {
  .item-movie{padding-top: 185px;}
}