@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif, "メイリオ", "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-size: 1.6rem;
  color: #333;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

@media screen and (max-width: 768px) {

}

a {
  text-decoration: none;
}

#wrapper{
  display: flex;
	padding:10px 0 30px;
	overflow: clip;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 10px 0 20px;
  }
  .lp_wrap {
    margin: 0 10px;
  }
}
.inner {
  max-width: 1280px;
  width: 100%;
  margin: 50px auto;
}

@media screen and (min-width: 769px) {
  .sp_on {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none;
  }
}





/*  メインイメージ  */
.head_image {
  margin: 10px auto;
  position: relative;
}
.head_image > img {
  width: 100%;
}
.head_image h1 {
  position: absolute;
  top: 25%;
  left: 10%;
  color:#333;
  font-size: 8rem;
  font-weight: bold;
  line-height: 11rem;
}
.head_image .h1_key {
  font-size: 11rem;
  font-weight: bold;
  color: #006eff;
  /* background: linear-gradient(180deg, #eb3737 20%, #fccf09 50%, #eb3737 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
@media screen and (max-width: 964px) {
  .head_image h1 {
    font-size: 5rem;
    line-height: 7rem;
  }
  .head_image .h1_key {
    font-size: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .head_image {
    margin-top: 30px;
  }
  .head_image h1 {
    top: 30%;
    left: 10%;
    font-size: 3.5rem;
    line-height: 5rem;
  }
  .head_image .h1_key {
    font-size: 5rem;
  }
}
@media screen and (max-width: 468px) {
  .head_image h1 {
    top: 25%;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .head_image .h1_key {
    font-size: 3rem;
  }
}



/*  インデックス  */
.page-index {
  background: #f0f2f4;
  width: 80%;
  max-width: 800px;
  margin: 0px auto 40px;
  padding: 2%;
  box-sizing: border-box;
}
.page-index > h2 {
  font-size: 2.5rem;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 20px;
  border-top: 3px dotted #333;
  border-bottom: 3px dotted #333;
}
.page-index ol {
  counter-reset: section;
  margin-bottom: 10px;
}
.page-index > ol {
  margin-left: 0;
}
.page-index ol li {
  line-height: 2.5;
  list-style: none;
}
.page-index ol > li:before {
  content: counters(section, '-') '. ';
  counter-increment: section;
  font-size: 1.8rem;
  color: #333;
}
.page-index > ol ol {
  padding-left: 15px;
}
.page-index ol a {
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
  transition: 0.5s;
}
.page-index a:hover {
  cursor: pointer;
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  main {
    margin-bottom: 0;
  }
  .page-index > ol {
    margin-left: -10px;
  }
  .page-index ol > li:before {
    font-size: 1.4rem;
  }
  .page-index > ol ol {
    padding-left: 10px;
  }
  .page-index ol a {
    font-size: 1.4rem;
  }
}

.column_index_link {
  text-align: center;
}
.column_index_link > a {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #333;
}


/*  セクション  */
.pschoose_h2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  margin-top: 50px;
  border: 2px solid #1763f0;
  width: 100%;
  font-size: 3.5rem;
  font-weight: bold;
  background: #fff;
}
.pschoose_h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 210px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #1763f0;
}  
.pschoose_h2 span {
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 5px;
  padding-left: 16px;
  color: #fff;
}
.pschoose_h2_p {
  font-size: 2rem;
  line-height: 3rem;
  margin: 10px 30px;
}
.big_image {
  margin: 20px auto;
}
.big_image > img {
  width: 100%;
}
iframe {
  margin-top: 30px;
  margin-bottom: 5px;
}

/* article */

.pschoose_h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0.5em;
  background: #cbdafd;/*背景色*/
  border-left: solid 5px #1763f0;/*左線（実線 太さ 色）*/
}
.pschoose_h4 {
  position: relative;
  padding-left: 35px;
  margin: 10px 5px;
  font-weight: 1.5rem;
  font-weight: bold;
}
.pschoose_h4:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 1.5rem;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pschoose_h4:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pschoose_point {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 35px; 
}
.article_box {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}
.article_item {
  width: calc(100% / 3);
  height: auto;
  border: 2px solid #333;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
}
.article_item_2 {
  width: calc(100% / 2);
  height: auto;
  border: 2px solid #333;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
}
.article_item_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #1763f0;
  margin-bottom: 10px;
}
.article_item_p {
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.article_item_link {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
  margin: 10px auto;
  color: #fff;
  background-color: #cf0b04;
}
.article_item_link:hover {
  color: #fff;
  background: #e22c25;
}
.article_item_link {
   border-radius: 100vh;
}
.article_item_caution {
  font-size: 1.2rem;
}


.link_wrapper {
  display: flex;
  margin: 40px auto;
  justify-content: center;
}
.link_wrapper > a {
  margin: 0 20px;
}
.link_wrapper > a:hover {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
.link_wrapper > img {
  width: 100%;
}
.pschoose_label {
  width: 80%;
  font-size: 2rem;
  text-align: center;
  padding: 10px;
  border-top: 5px solid #cf0b04;
  border-bottom: 5px solid #cf0b04;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .pschoose_h2 {
    font-size: 3rem;
    line-height: 4rem;
  }  
  .pschoose_h2 span {
    font-size: 3.5rem;
  }
  .pschoose_point {
    margin: 0 10px 0 35px; 
  }
  .article_box {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .article_item {
    width: 100%;
    margin: 20px 0;
  }
  .article_item_2 {
    width: 100%;
    margin: 20px 0;
  }
  .link_wrapper {
    display: block;
    margin: 40px auto;
    text-align: center;
  }
  .link_wrapper > a {
    margin: 0;
  }
  .pschoose_label {
    font-size: 2rem;
    font-weight: bold;
  }
  .pschoose_label {
    width: 90%;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.link-banner {
  text-align: center;
  margin-bottom: 30px;
}