@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
/**
* Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
* Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 100;
	src: local("Noto Sans CJK JP Thin"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src: local("Noto Sans CJK JP Light"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP Medium"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src: local("Noto Sans CJK JP Black"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
*/
/* 日本語（notoSans）*/
/* 日本語（notoSerif）*/
/*日本語用（メイリオ）*/
/*英語用*/
@media screen and (max-width: 800px) {
  .h2 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/home/tit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 0; }
    .h2 h2 {
      font-size: 23px; }
    .h2 span {
      font-size: 15px; }
  .arial {
    font-family: 'Roboto', 'sans-serif', 'meiryo'; }
  .home_btn {
    width: 100%;
    margin-top: 20px; }
    .home_btn a {
      display: block;
      text-align: center; }
      .home_btn a img {
        max-width: 100%; }
  .sec1 .flexBox {
    display: flex;
    flex-wrap: wrap-reverse; }
    .sec1 .flexBox .txt {
      margin-top: 25px; }
  .sec1 .img {
    text-align: center;
    width: 100%; }
  .sec1 .circleBox {
    margin-top: 25px; }
  .sec1 ul {
    display: flex;
    list-style: none;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 300px; }
    .sec1 ul li {
      background-image: url(../images/home/circle_bg.png);
      color: #fff;
      text-align: center;
      width: 85px;
      height: 85px;
      font-size: 17px;
      line-height: 1.2;
      padding-top: 19px;
      padding-right: 3px;
      background-size: cover; }
  .sec2 .sec2_cont {
    background-image: url(../images/home/sec2_bg.png);
    background-size: cover; }
    .sec2 .sec2_cont .img {
      text-align: center; }
    .sec2 .sec2_cont .txtBox {
      width: 100%;
      margin-top: 25px; }
      .sec2 .sec2_cont .txtBox p {
        color: #fff; }
  .sec3 .flexBox {
    width: 100%;
    text-align: center; }
    .sec3 .flexBox img:nth-of-type(2) {
      margin-top: 20px; }
  .sec3 .img {
    text-align: center;
    margin-top: 25px; }
  .sec3 .txtBox {
    margin-top: 10px; }
  .sec4 {
    background-image: url(../images/home/sec4_bg.png);
    background-size: cover;
    background-position: 85%;
    background-repeat: no-repeat; }
    .sec4 .sec4_cont .sec4_cont2 {
      background-color: #fff;
      border: 2px solid #3500c6;
      border-radius: 10px; }
      .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner {
        padding: 25px 30px; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 {
          background-image: url(../images/home/tit_Sbg.png);
          background-size: cover;
          background-repeat: no-repeat;
          border-radius: 5px;
          text-align: center;
          color: #fff;
          padding: 10px 0;
          line-height: 1.2;
          background-position-x: center; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 .wel {
            font-weight: bold;
            font-size: 20px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 .subTxt {
            font-weight: bold;
            font-size: 15px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 h3 {
            font-size: 20px; }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 h3 span {
              font-size: 30px; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .fleBox {
          display: flex;
          flex-wrap: wrap;
          margin-top: 25px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .fleBox .img {
            margin: 0 auto; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txtBox {
          margin-top: 20px; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt {
          font-weight: bold;
          text-align: center;
          margin-bottom: 25px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt1 span {
            color: #3500c6; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt2 span {
            color: #fe139c; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          padding: 10px 10px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li {
            list-style: none;
            width: 100%;
            text-align: center; }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li span {
              font-weight: normal; }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li:nth-of-type(2) {
              display: flex;
              font-weight: bold;
              display: flex;
              justify-content: center;
              font-weight: bold; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul:nth-of-type(2n) {
            background-color: #eeeeee; }
    .sec4 .hukidasi {
      text-align: center;
      margin-bottom: -25px;
      margin-top: 25px; }
  .sec5 .sec5_cont {
    background-image: url(../images/home/sec5_bg.png);
    background-position: center; }
    .sec5 .sec5_cont .itemBox {
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      padding: 10px 15px;
      margin-top: 15px; }
      .sec5 .sec5_cont .itemBox:nth-of-type(1) {
        margin-top: 0px; }
      .sec5 .sec5_cont .itemBox .fle {
        display: flex; }
      .sec5 .sec5_cont .itemBox .img.left {
        width: 80px; }
      .sec5 .sec5_cont .itemBox .img.right {
        margin: 20px auto 0; }
      .sec5 .sec5_cont .itemBox .txtBox {
        padding: 0 15px;
        width: calc(100% - 80px); }
        .sec5 .sec5_cont .itemBox .txtBox span {
          color: #3500c6;
          font-weight: bold;
          font-size: 16px; }
  .sec6 .sec6_cont {
    background-image: url(../images/home/sec6_bg.png);
    background-position: center;
    background-size: cover; }
    .sec6 .sec6_cont .step {
      text-align: center; }
      .sec6 .sec6_cont .step img {
        max-width: 100%; }
    .sec6 .sec6_cont p {
      text-align: left;
      padding-left: 20%;
      text-align: left;
      font-size: 13px;
      font-weight: bold; }
    .sec6 .sec6_cont .beku {
      text-align: center;
      margin-top: 1%; }
  .sec7 .titBox {
    text-align: center;
    font-weight: bold; }
    .sec7 .titBox span {
      font-size: 20px; }
    .sec7 .titBox h2 {
      color: #fe139c;
      font-size: 23px; }
  .sec7 .img {
    text-align: center;
    margin-top: -15px; }
  .sec7 .canpWrap {
    border: 3px solid #2c02c7;
    border-radius: 30px;
    background-color: #2c02c7;
    margin-top: 20px; }
    .sec7 .canpWrap .h3Box {
      text-align: center; }
      .sec7 .canpWrap .h3Box h3 {
        font-weight: bold;
        color: #fff;
        padding: 10px 0;
        font-size: 19px; }
    .sec7 .canpWrap .subTitBox {
      background-color: #fff;
      display: flex;
      padding: 0 25px;
      padding-top: 15px; }
      .sec7 .canpWrap .subTitBox .ban {
        width: 25px; }
        .sec7 .canpWrap .subTitBox .ban img {
          width: 25px;
          max-width: none; }
      .sec7 .canpWrap .subTitBox span {
        color: #2c02c7;
        font-weight: bold;
        font-size: 18px;
        padding-left: 10px; }
    .sec7 .canpWrap .itemBox {
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 20px;
      padding: 20px 5%; }
      .sec7 .canpWrap .itemBox .item {
        flex-basis: 100%;
        margin-top: 25px; }
        .sec7 .canpWrap .itemBox .item:nth-of-type(1) {
          margin-top: 0; }
        .sec7 .canpWrap .itemBox .item .itemFle {
          display: flex;
          width: 230px;
          margin: 0 auto;
          justify-content: space-between; }
          .sec7 .canpWrap .itemBox .item .itemFle .link {
            margin-left: 10px;
            padding: 50px 0; }
            .sec7 .canpWrap .itemBox .item .itemFle .link a {
              font-size: 14px; }
    .sec7 .canpWrap .manyuaruBtn {
      text-align: center;
      margin-top: 15px; }
    .sec7 .canpWrap .fleWrap {
      display: flex;
      background-color: #fff;
      border-radius: 0 0 30px 30px;
      flex-wrap: wrap;
      padding-bottom: 20px; }
      .sec7 .canpWrap .fleWrap .chapBox p {
        padding: 0 25px;
        margin-top: 10px; }
      .sec7 .canpWrap .fleWrap .coin {
        margin: 0 auto;
        margin-top: 20px; }
  .sec8 .h2Wrap {
    background-image: url(../images/home/21_img26.png);
    text-align: center;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
    background-repeat: no-repeat; }
    .sec8 .h2Wrap .subcap {
      color: #fff;
      font-weight: bold;
      font-size: 15px; }
    .sec8 .h2Wrap h2 {
      color: #fff;
      font-size: 17px; }
      .sec8 .h2Wrap h2 p {
        color: #69ffe7;
        font-size: 17px; }
  .sec8 .sec8_cont {
    background-image: url(../images/home/21_img27.png);
    background-size: cover;
    background-repeat: no-repeat; }
    .sec8 .sec8_cont table,
    .sec8 .sec8_cont td,
    .sec8 .sec8_cont th {
      border-collapse: collapse; }
    .sec8 .sec8_cont table {
      width: 100%;
      background-color: #fff;
      display: flex;
      flex-wrap: wrap; }
      .sec8 .sec8_cont table td {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px; }
        .sec8 .sec8_cont table td:nth-of-type(1) {
          text-align: center;
          width: 100%;
          background-color: #eeeeee; }
        .sec8 .sec8_cont table td:nth-of-type(2) {
          width: 100%;
          text-align: center; }
      .sec8 .sec8_cont table tr {
        display: flex;
        flex-wrap: wrap; }
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 800px) {
  .h2 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/home/tit_bg.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .arial {
    font-family: 'Roboto', 'sans-serif', 'meiryo'; }
  .home_btn a {
    display: block;
    text-align: center; }
    .home_btn a img {
      max-width: 100%; }
  .sec1 .flexBox {
    display: flex; }
  .sec1 ul {
    display: flex;
    list-style: none;
    margin: 0 auto; }
    .sec1 ul li {
      background-image: url(../images/home/circle_bg.png);
      color: #fff;
      text-align: center; }
  .sec2 .sec2_cont {
    background-image: url(../images/home/sec2_bg.png);
    background-size: cover; }
    .sec2 .sec2_cont .img {
      text-align: center; }
    .sec2 .sec2_cont .txtBox p {
      color: #fff; }
  .sec3 .img {
    text-align: center; }
  .sec4 {
    background-image: url(../images/home/sec4_bg.png); }
    .sec4 .sec4_cont .sec4_cont2 {
      background-color: #fff;
      border: 2px solid #3500c6;
      border-radius: 10px; }
      .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 {
        background-image: url(../images/home/tit_Sbg.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 5px;
        text-align: center;
        color: #fff; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 .wel {
          font-weight: bold; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 .subTxt {
          font-weight: bold; }
      .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .fleBox {
        display: flex; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .fleBox .img {
          margin: 0 auto; }
      .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt {
        font-weight: bold;
        text-align: center; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt1 span {
          color: #3500c6; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt2 span {
          color: #fe139c; }
      .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul {
        display: flex; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li {
          list-style: none; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li span {
            font-weight: normal; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li:nth-of-type(2) {
            display: flex;
            font-weight: bold; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul:nth-of-type(2n) {
          background-color: #eeeeee; }
    .sec4 .hukidasi {
      text-align: center; }
  .sec5 .sec5_cont {
    background-image: url(../images/home/sec5_bg.png);
    background-position: center; }
    .sec5 .sec5_cont .itemBox {
      background-color: #fff;
      display: flex; }
      .sec5 .sec5_cont .itemBox:nth-of-type(1) {
        margin-top: 0px; }
      .sec5 .sec5_cont .itemBox .fle {
        display: flex; }
      .sec5 .sec5_cont .itemBox .txtBox span {
        color: #3500c6;
        font-weight: bold; }
  .sec6 .sec6_cont {
    background-image: url(../images/home/sec6_bg.png);
    background-position: center;
    background-size: cover; }
    .sec6 .sec6_cont .step {
      text-align: center; }
      .sec6 .sec6_cont .step img {
        max-width: 100%; }
    .sec6 .sec6_cont p {
      text-align: left; }
    .sec6 .sec6_cont .beku {
      text-align: center;
      margin-top: 1%; }
  .sec7 .titBox {
    text-align: center;
    font-weight: bold; }
    .sec7 .titBox h2 {
      color: #fe139c; }
  .sec7 .img {
    text-align: center; }
  .sec7 .canpWrap {
    border: 3px solid #2c02c7;
    border-radius: 30px;
    background-color: #2c02c7; }
    .sec7 .canpWrap .h3Box {
      text-align: center; }
      .sec7 .canpWrap .h3Box h3 {
        font-weight: bold;
        color: #fff; }
    .sec7 .canpWrap .subTitBox {
      background-color: #fff;
      display: flex; }
      .sec7 .canpWrap .subTitBox span {
        color: #2c02c7;
        font-weight: bold; }
    .sec7 .canpWrap .itemBox {
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 20px; }
      .sec7 .canpWrap .itemBox .item:nth-of-type(1) {
        margin-top: 0; }
      .sec7 .canpWrap .itemBox .item .itemFle {
        display: flex; }
    .sec7 .canpWrap .manyuaruBtn {
      text-align: center; }
    .sec7 .canpWrap .fleWrap {
      display: flex;
      background-color: #fff;
      border-radius: 0 0 30px 30px; }
  .sec8 .h2Wrap {
    background-image: url(../images/home/21_img26.png);
    text-align: center;
    background-position: center;
    background-size: cover; }
    .sec8 .h2Wrap .subcap {
      color: #fff;
      font-weight: bold; }
    .sec8 .h2Wrap h2 {
      color: #fff; }
      .sec8 .h2Wrap h2 p {
        color: #69ffe7; }
  .sec8 .sec8_cont {
    background-image: url(../images/home/21_img27.png);
    background-size: cover;
    background-repeat: no-repeat; }
    .sec8 .sec8_cont table,
    .sec8 .sec8_cont td,
    .sec8 .sec8_cont th {
      border-collapse: collapse; }
    .sec8 .sec8_cont table {
      width: 100%;
      background-color: #fff; }
      .sec8 .sec8_cont table td {
        font-weight: bold; }
        .sec8 .sec8_cont table td:nth-of-type(1) {
          text-align: center; }
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 801px) {
  .h2 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/home/tit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0; }
    .h2 h2 {
      font-size: 46px; }
    .h2 span {
      font-size: 30px; }
  .arial {
    font-family: 'Roboto', 'sans-serif', 'meiryo'; }
  .home_btn {
    margin-top: 40px; }
    .home_btn a {
      display: block;
      text-align: center;
      transition: all 0.3s;
      width: 810px;
      margin: 0 auto; }
      .home_btn a:hover {
        opacity: 0.7; }
      .home_btn a img {
        max-width: 100%; }
  .sec1 .flexBox {
    display: flex;
    justify-content: space-between; }
    .sec1 .flexBox .txt {
      padding-right: 50px; }
  .sec1 .img {
    width: 400px; }
  .sec1 .circleBox {
    margin-top: 50px; }
  .sec1 ul {
    display: flex;
    list-style: none;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 665px; }
    .sec1 ul li {
      background-image: url(../images/home/circle_bg.png);
      color: #fff;
      text-align: center;
      width: 170px;
      height: 170px;
      font-size: 32px;
      line-height: 1.2;
      padding-top: 38px;
      padding-right: 6px; }
  .sec2 .sec2_cont {
    background-image: url(../images/home/sec2_bg.png);
    background-size: cover; }
    .sec2 .sec2_cont .img {
      text-align: center; }
    .sec2 .sec2_cont .txtBox {
      max-width: 680px;
      margin: 50px auto 0; }
      .sec2 .sec2_cont .txtBox p {
        color: #fff; }
  .sec3 .flexBox {
    display: flex;
    justify-content: space-between; }
    .sec3 .flexBox img {
      max-width: 49%; }
  .sec3 .img {
    text-align: center;
    margin-top: 50px; }
  .sec3 .txtBox {
    margin-top: 20px; }
    .sec3 .txtBox p {
      padding: 0 50px; }
  .sec4 {
    background-image: url(../images/home/sec4_bg.png);
    background-size: cover;
    background-position: top; }
    .sec4 .sec4_cont .sec4_cont2 {
      background-color: #fff;
      border: 2px solid #3500c6;
      border-radius: 10px; }
      .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner {
        padding: 50px 60px; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 {
          background-image: url(../images/home/tit_Sbg.png);
          background-size: cover;
          background-repeat: no-repeat;
          border-radius: 5px;
          text-align: center;
          color: #fff;
          padding: 20px 0;
          line-height: 0.8; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 .wel {
            font-weight: bold;
            font-size: 45px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 .subTxt {
            font-weight: bold;
            font-size: 30px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 h3 {
            font-size: 36px; }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .h3 h3 span {
              font-size: 60px; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .fleBox {
          display: flex;
          margin-top: 50px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .fleBox .img {
            margin: 0 auto; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txtBox {
          padding: 70px 30px; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .suro img {
          max-width: 100%; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt {
          font-weight: bold;
          text-align: center;
          margin-bottom: 50px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt1 {
            font-size: 32px; }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt1 span {
              color: #3500c6; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt2 {
            font-size: 32px; }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt2 span {
              color: #fe139c;
              font-size: 36px; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner .txt .txt3 {
            font-size: 20px; }
        .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul {
          display: flex;
          padding: 15px 45px;
          justify-content: space-between; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li {
            list-style: none;
            text-align: left;
            width: 25%; }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li span {
              font-weight: normal; }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li:nth-of-type(3) {
              width: calc(100% - 60%); }
            .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul li:nth-of-type(2) {
              display: flex;
              font-weight: bold;
              display: flex;
              justify-content: space-between;
              font-weight: bold; }
          .sec4 .sec4_cont .sec4_cont2 .sec4_cont2_inner ul:nth-of-type(2n) {
            background-color: #eeeeee; }
    .sec4 .hukidasi {
      text-align: center;
      margin-bottom: -50px;
      margin-top: 50px; }
  .sec5 .sec5_cont {
    background-image: url(../images/home/sec5_bg.png);
    background-position: center; }
    .sec5 .sec5_cont .itemBox {
      background-color: #fff;
      display: flex;
      padding: 25px 30px;
      margin-top: 30px; }
      .sec5 .sec5_cont .itemBox:nth-of-type(1) {
        margin-top: 0px; }
      .sec5 .sec5_cont .itemBox .fle {
        display: flex; }
      .sec5 .sec5_cont .itemBox .txtBox {
        padding: 0 25px; }
        .sec5 .sec5_cont .itemBox .txtBox span {
          color: #3500c6;
          font-weight: bold;
          font-size: 24px; }
  .sec6 .sec6_cont {
    background-image: url(../images/home/sec6_bg.png);
    background-position: center;
    background-size: cover; }
    .sec6 .sec6_cont .step {
      text-align: center; }
      .sec6 .sec6_cont .step img {
        max-width: 100%; }
    .sec6 .sec6_cont p {
      text-align: left;
      padding-left: 25%;
      font-size: 30px;
      font-weight: bold; }
    .sec6 .sec6_cont .beku {
      text-align: center;
      margin-top: 1%; }
  .sec7 .titBox {
    text-align: center;
    font-weight: bold; }
    .sec7 .titBox span {
      font-size: 30px; }
    .sec7 .titBox h2 {
      color: #fe139c;
      font-size: 46px; }
  .sec7 .img {
    text-align: center;
    margin-top: -30px; }
  .sec7 .canpWrap {
    border: 3px solid #2c02c7;
    border-radius: 30px;
    background-color: #2c02c7;
    margin-top: 40px; }
    .sec7 .canpWrap .h3Box {
      text-align: center; }
      .sec7 .canpWrap .h3Box h3 {
        font-weight: bold;
        color: #fff;
        padding: 20px 0;
        font-size: 30px; }
    .sec7 .canpWrap .subTitBox {
      background-color: #fff;
      display: flex;
      padding: 0 50px;
      padding-top: 30px; }
      .sec7 .canpWrap .subTitBox span {
        color: #2c02c7;
        font-weight: bold;
        font-size: 26px;
        padding-left: 15px; }
    .sec7 .canpWrap .itemBox {
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 20px;
      padding: 20px 100px; }
      .sec7 .canpWrap .itemBox .item {
        margin-top: 50px;
        flex-basis: 43%; }
        .sec7 .canpWrap .itemBox .item:nth-of-type(1) {
          margin-top: 0; }
        .sec7 .canpWrap .itemBox .item:nth-of-type(2) {
          margin-top: 0; }
        .sec7 .canpWrap .itemBox .item .itemFle {
          display: flex;
          justify-content: center; }
          .sec7 .canpWrap .itemBox .item .itemFle .link {
            margin-left: 20px;
            padding: 65px 0; }
            .sec7 .canpWrap .itemBox .item .itemFle .link a {
              transition: all 0.3s; }
            .sec7 .canpWrap .itemBox .item .itemFle .link:hover {
              opacity: 0.7; }
    .sec7 .canpWrap .manyuaruBtn {
      text-align: center;
      margin-top: 20px; }
      .sec7 .canpWrap .manyuaruBtn a {
        transition: all 0.3s; }
        .sec7 .canpWrap .manyuaruBtn a:hover {
          opacity: 0.7; }
    .sec7 .canpWrap .fleWrap {
      display: flex;
      background-color: #fff;
      border-radius: 0 0 30px 30px;
      padding: 0 100px 40px; }
      .sec7 .canpWrap .fleWrap .chapBox p {
        margin-top: 20px; }
  .sec8 .h2Wrap {
    background-image: url(../images/home/21_img26.png);
    text-align: center;
    background-position: center;
    background-size: cover;
    padding: 70px 0; }
    .sec8 .h2Wrap .subcap {
      color: #fff;
      font-weight: bold;
      font-size: 30px; }
    .sec8 .h2Wrap h2 {
      color: #fff;
      font-size: 46px; }
      .sec8 .h2Wrap h2 p {
        color: #69ffe7;
        font-size: 46px; }
  .sec8 .sec8_cont {
    background-image: url(../images/home/21_img27.png);
    background-size: cover;
    background-repeat: no-repeat; }
    .sec8 .sec8_cont table,
    .sec8 .sec8_cont td,
    .sec8 .sec8_cont th {
      border-collapse: collapse;
      border: 1px solid #3500c6; }
    .sec8 .sec8_cont table {
      width: 100%;
      background-color: #fff; }
      .sec8 .sec8_cont table td {
        font-weight: bold;
        font-size: 16px;
        padding: 25px 40px; }
        .sec8 .sec8_cont table td:nth-of-type(1) {
          text-align: center;
          width: 30%; }
        .sec8 .sec8_cont table td:nth-of-type(2) {
          width: 70%;
          text-align: left; }
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/home.css.map */
