@charset "UTF-8";
/*====================
インポート
====================*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&family=Roboto:wght@700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.6.2/animate.min.css");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

button,
textarea,
select {
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

hr {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

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

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
}

@font-face {
  font-family: "toiro-ui";
  src: url("../fonts/toiro-ui-v3.eot");
  src: url("../fonts/toiro-ui-v3.eot#iefix") format("embedded-opentype"), url("../fonts/toiro-ui-v3.woff2") format("woff2"), url("../fonts/toiro-ui-v3.woff") format("woff"), url("../fonts/toiro-ui-v3.ttf") format("truetype"), url("../fonts/toiro-ui-v3.svg#toiro-ui-v3") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*====================
パラメーター 
====================*/
/*====================
サイトCss | 骨子
====================*/
.innerWrap {
  padding: 0 1rem;
}
.innerWrap .inner {
  max-width: 100rem;
  margin: 0 auto;
}
.innerWrap .inner .subsection + .subsection {
  margin-top: 4rem;
}
.innerWrap .inner .subsection + .linkBtnWrap, .innerWrap .inner .linkBtnWrap + .subsection, .innerWrap .inner p + .linkBtnWrap, .innerWrap .inner ul + .linkBtnWrap, .innerWrap .inner ol + .linkBtnWrap, .innerWrap .inner .contentList + .linkBtnWrap {
  margin-top: 3rem;
}
.innerWrap .inner .wrap66 {
  margin: 0 auto;
  width: 100%;
  max-width: 66rem;
}

.linkBtnWrap {
  margin-top: 2rem;
  padding: 0;
}
.linkBtnWrap a:link,
.linkBtnWrap a:visited,
.linkBtnWrap a:hover,
.linkBtnWrap a:active,
.linkBtnWrap button:link,
.linkBtnWrap button:visited,
.linkBtnWrap button:hover,
.linkBtnWrap button:active {
  color: #fff;
}
.linkBtnWrap a,
.linkBtnWrap button {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #3E4651;
  color: #fff;
  max-width: 24rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5rem;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid #3E4651;
  transition: all 200ms 0s;
}
@media screen and (max-width: 660px) {
  .linkBtnWrap a,
  .linkBtnWrap button {
    max-width: 100%;
    width: 100%;
  }
}
.linkBtnWrap a:hover,
.linkBtnWrap button:hover {
  color: #3E4651;
  background: #fff;
  border: 1px solid #3E4651;
  cursor: pointer;
}
.linkBtnWrap a:before,
.linkBtnWrap button:before {
  font-family: "toiro-ui";
  content: "\e80f";
  padding-right: 0.1rem;
}

html {
  height: 100%;
}
html body {
  min-height: 100%;
}
html body .content {
  flex: 1;
}

html, body {
  scroll-padding-top: 10rem;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
  html, body {
    scroll-padding-top: 5rem;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 0.55vw;
  }
}
html {
  line-height: 1.75;
}
html body {
  position: relative;
  -webkit-overflow-scrolling: auto;
  width: 100%;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  color: #4A4A4A;
  display: flex;
  flex-direction: column;
}
html body:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: #E2F1F7;
  background-image: url("../images/bg_dot.png");
  background-size: 3rem;
  background-repeat: repeat;
  content: "";
}
html body a:link, html body a:visited, html body a:hover, html body a:active {
  color: #555;
}
html body header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  html body header {
    padding-top: 0.6rem;
  }
}
html body header:before {
  content: "　";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  html body header:before {
    opacity: 1;
  }
}
html body header:after {
  content: "　";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background-image: linear-gradient(162deg, #8EC31F 0%, #3C9BC8 42%);
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  html body header:after {
    display: none;
  }
}
html body header ul {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  align-items: center;
}
html body header ul li a {
  display: block;
}
html body header ul.logo li {
  margin: 0 2rem;
}
@media screen and (max-width: 1024px) {
  html body header ul.logo li {
    margin: 0 1rem;
  }
}
html body header ul.logo li {
  display: block;
  line-height: 1;
}
html body header ul.logo li a:hover {
  opacity: 0.5;
}
html body header ul.logo li .h1_logo {
  overflow: hidden;
  background-image: url("../images/logo.svg");
  text-indent: -9999px;
  height: 9rem;
  width: 15rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1024px) {
  html body header ul.logo li .h1_logo {
    height: 5rem;
    background-size: 70% auto;
  }
}
@media screen and (max-width: 1024px) {
  html body header ul.logo li img {
    height: 3rem;
    width: auto;
    background: red;
  }
}
html body header ul.centerBtn {
  gap: 0 3rem;
}
html body header ul.centerBtn li a {
  height: 10rem;
  display: grid;
  place-items: center;
  color: #4A4A4A;
}
html body header ul.centerBtn li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  html body header ul.rightBtn.pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  html body header ul.rightBtn.tablet {
    display: none;
  }
}
html body header ul.rightBtn {
  align-items: center;
}
html body header ul.rightBtn li {
  padding-right: 2rem;
}
html body header ul.rightBtn li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #3E4651;
  color: #fff;
  margin: 0 auto;
  border-radius: 5rem;
  text-align: center;
  padding: 1rem 4rem;
  border: 1px solid #3E4651;
  transition: all 200ms 0s;
}
@media screen and (max-width: 660px) {
  html body header ul.rightBtn li a {
    max-width: 100%;
    width: 100%;
  }
}
html body header ul.rightBtn li a:hover {
  color: #3E4651;
  background: #fff;
  border: 1px solid #3E4651;
  cursor: pointer;
}
html body header ul.rightBtn li a:before {
  font-family: "toiro-ui";
  content: "\e83b";
  padding-right: 0.5rem;
}
html body header ul.rightBtn .toggleMenu {
  background: #125DAA;
  height: 5rem;
  width: 5rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 2.4rem;
  line-height: 0;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
html body header ul.rightBtn .toggleMenu:before {
  text-indent: 0;
  display: block;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  font-family: "toiro-ui";
  content: "\e800";
  font-size: 2.5rem;
}
html body header:before {
  content: "　";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  html body header:before {
    transition: all 200ms 0s;
  }
}
html body #modalMenu {
  display: none;
  padding-top: 5rem;
  position: fixed;
  background: #F9F9F9;
  z-index: 8;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  padding-bottom: env(safe-area-inset-bottom);
}
html body #modalMenu .body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
html body #modalMenu .header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
}
html body #modalMenu .header ul {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  align-items: center;
}
html body #modalMenu .header ul li a {
  display: block;
}
html body #modalMenu .header ul.logo li {
  margin: 0 1rem;
  display: block;
  line-height: 1;
}
html body #modalMenu .header ul.logo li a:hover {
  opacity: 0.5;
}
html body #modalMenu .header ul.logo li .h1_logo {
  overflow: hidden;
  background-image: url("../images/logo.svg");
  text-indent: -9999px;
  height: 5rem;
  width: 15rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 70% auto;
}
@media screen and (max-width: 660px) {
  html body #modalMenu .header ul.logo li img {
    height: 3rem;
    width: auto;
  }
}
html body #modalMenu .header ul.rightBtn {
  align-items: center;
}
html body #modalMenu .header ul.rightBtn li a {
  color: #125DAA;
  background: yellow;
  height: 10rem;
  width: 10rem;
  text-align: center;
  display: block;
  display: grid;
  place-items: center;
}
html body #modalMenu .header ul.rightBtn li:first-child a {
  color: #fff;
  background: #125DAA;
}
html body #modalMenu .header ul.rightBtn .menuClose {
  background: #125DAA;
  height: 5rem;
  width: 5rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 2.4rem;
  line-height: 0;
  text-indent: -9999px;
}
html body #modalMenu .header ul.rightBtn .menuClose:before {
  text-indent: 0;
  display: block;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  font-family: "toiro-ui";
  content: "\e815";
  font-size: 2.5rem;
}
html body #modalMenu .innerWrap {
  padding: 0;
  overflow: scroll;
}
html body #modalMenu .innerWrap .inner {
  padding: 0 1rem;
}
html body #modalMenu .innerWrap .inner ul.centerBtn {
  margin-top: 3rem;
}
html body #modalMenu .innerWrap .inner ul.centerBtn li a {
  display: grid;
  place-items: center;
  color: #4A4A4A;
  padding: 2rem 0;
}
html body #modalMenu .innerWrap .inner ul.centerBtn li a div {
  text-align: center;
  line-height: 1.5;
}
html body #modalMenu .innerWrap .inner ul.centerBtn li a div span.ruby {
  display: block;
  font-size: 1rem;
}
html body #modalMenu .innerWrap .inner ul.centerBtn li a:hover {
  opacity: 0.5;
}
html body #modalMenu .innerWrap .inner ul.conversionBtn {
  display: flex;
  gap: 0 1rem;
  margin-top: 3rem;
}
html body #modalMenu .innerWrap .inner ul.conversionBtn li {
  flex: 1;
  text-align: center;
}
html body #modalMenu .innerWrap .inner ul.conversionBtn li a {
  display: block;
  height: 8rem;
}
@media screen and (max-width: 1024px) {
  html body #modalMenu .innerWrap .inner ul.conversionBtn li a {
    height: 8rem;
  }
}
html body #modalMenu .innerWrap .inner ul.conversionBtn li a {
  display: grid;
  place-items: center;
  color: #fff;
  background: #125DAA;
  display: block;
  padding: 1.5em 2rem;
  border-radius: 0.6rem;
}
html body #modalMenu .innerWrap .inner ul.conversionBtn li a:before {
  font-family: "toiro-ui";
  content: "\e83b";
  margin-right: 0.5rem;
}
html body #modalMenu .innerWrap .inner ul.conversionBtn li a:hover {
  opacity: 0.5;
}
html body .content {
  padding-top: 10rem;
}
@media screen and (max-width: 1024px) {
  html body .content {
    padding-top: 5rem;
  }
}
html body .content main .bgLogo section + section {
  margin-top: 8rem;
}
html body .content main .bgLogo section .sectionTtl + * {
  margin-top: 6rem;
}
html body .content main .bgLogo section .sectionTtl {
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
}
html body .content main .bgLogo section .sectionTtl:before {
  display: block;
  height: 0.2rem;
  width: 4.4rem;
  line-height: 0;
  content: " ";
  background: #4A4A4A;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.2rem);
}
html body .content main .bgLogo section .sectionTtl p {
  line-height: 1.25;
  font-size: 3.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
html body .content main .bgLogo section .sectionTtl p .rubi {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1.5rem;
}
html body footer {
  margin-top: 6rem;
  background: #fff;
  padding: 0 0 4rem 0;
}
html body footer .shareBtnWrap {
  margin-bottom: 2rem;
}
html body footer .shareBtnWrap ul.shareBtn {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.25rem;
  justify-content: center;
}
html body footer .shareBtnWrap ul.shareBtn li {
  margin: 0 0.2rem;
}
html body footer .shareBtnWrap ul.shareBtn li a {
  font-size: 1.4em;
  transition: all 200ms 0s;
  display: block;
  width: 5rem;
  text-align: center;
  line-height: 5rem;
  background: #000;
  color: #fff;
  border-radius: 5rem;
}
html body footer .shareBtnWrap ul.shareBtn li a:hover {
  opacity: 0.5;
}
html body footer .shareBtnWrap ul.shareBtn li a.SharePocket {
  background: #E44155;
}
html body footer .shareBtnWrap ul.shareBtn li a.SharePocket:before {
  font-family: "toiro-ui";
  content: "\e844";
}
html body footer .shareBtnWrap ul.shareBtn li a.ShareHatena {
  background: #2D4C86;
}
html body footer .shareBtnWrap ul.shareBtn li a.ShareHatena:before {
  font-family: "toiro-ui";
  content: "\e846";
}
html body footer .shareBtnWrap ul.shareBtn li a.ShareLine {
  background: #00B902;
}
html body footer .shareBtnWrap ul.shareBtn li a.ShareLine:before {
  font-family: "toiro-ui";
  content: "\e845";
}
html body footer .shareBtnWrap ul.shareBtn li a.ShareFacebook {
  background: #3B5998;
}
html body footer .shareBtnWrap ul.shareBtn li a.ShareFacebook:before {
  font-family: "toiro-ui";
  content: "\e840";
}
html body footer .shareBtnWrap ul.shareBtn li a.ShareTwitter {
  background: #000;
}
html body footer .shareBtnWrap ul.shareBtn li a.ShareTwitter:before {
  font-family: "toiro-ui";
  content: "\e861";
}
html body footer .inner {
  position: relative;
}
html body footer .wrap66 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
html body footer a:hover {
  opacity: 0.5;
}
html body footer ul.conversionBtn {
  display: flex;
  gap: 0 1rem;
  background: #fff;
}
html body footer ul.conversionBtn li {
  flex: 1;
  text-align: center;
}
html body footer ul.conversionBtn li a {
  display: block;
  padding: 1.5em 2rem;
  border-radius: 0.6rem;
}
html body footer ul.conversionBtn li a:before {
  font-family: "toiro-ui";
  content: "\e83b";
  margin-right: 0.5rem;
}
html body footer ul.conversionBtn li a {
  color: #fff;
  background: #125DAA;
}
html body footer ul.sponsorLogo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
  line-height: 1;
  margin-top: 3rem;
}
html body footer .links {
  padding: 3rem 0;
  background: #E4E8EC;
}
@media screen and (max-width: 660px) {
  html body footer .links {
    margin-bottom: 3rem;
  }
}
html body footer .links ul.link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
}
html body footer .links ul.link li {
  font-size: 1.2rem;
}
html body footer .links ul.link li a:before {
  font-family: "toiro-ui";
  content: "\e80f";
}
html body footer .copyright {
  display: block;
  text-align: center;
  font-size: 1rem;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  transition: all 400ms;
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  z-index: 2;
  bottom: 4rem;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .scrolldown4 {
    display: none;
  }
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -2.5rem;
  bottom: 3rem;
  /*テキストの形状*/
  color: #fff;
  font-size: 1.2rem;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 2rem;
  right: -0.6rem;
  /*矢印の形状*/
  width: 2px;
  height: 2rem;
  background: #eee;
  transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 2rem;
  right: 0;
  /*矢印の形状*/
  width: 2px;
  height: 5rem;
  background: #eee;
}

@media screen and (min-width: 1024px) {
  body#home.pageTop header ul.logo li h1 {
    background-image: url("../images/logo.svg");
  }
}
body#home.pageTop #home-concept h2.ttl {
  transition: all 200ms 0s;
}
@media screen and (min-width: 1025px) {
  body#home.pageTop #home-concept h2.ttl {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  body#home.pageTop .scrolldown4 {
    opacity: 1;
  }
}
body#home .content {
  padding-top: 0;
}
body#home section#home-hero {
  background: #000;
  height: 100dvh;
}
@media screen and (max-width: 1024px) {
  body#home section#home-hero {
    height: calc(100dvh - 10rem);
  }
}
body#home section#home-hero {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#home section#home-hero .inner {
  width: 100%;
}
body#home section#home-hero .inner .heroCard {
  margin: 0 auto;
  line-height: 1.7;
  width: 100%;
  max-width: 32rem;
  padding: 6rem 5rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
body#home section#home-hero .inner .heroCard .ttl + .leadTxt {
  margin-top: 3rem;
}
body#home section#home-hero .inner .heroCard .ttl img {
  max-width: 28rem;
  filter: drop-shadow(0 0 1rem #fff);
}
body#home section#home-hero .inner .heroCard:before {
  border-radius: 0.3rem;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "　";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(240deg, #8EC31F 0%, #3C9BC8 50%);
}
body#home section#home-hero .inner .heroCard:after {
  position: absolute;
  border-radius: 0.2rem;
  z-index: -2;
  top: 1rem;
  left: 1rem;
  display: block;
  content: "　";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  backdrop-filter: blur(30px);
  opacity: 1;
  background: #fff;
}
body#home section#home-hero .inner .heroCard .leadTxt {
  text-align: center;
}
body#home section#home-hero ul {
  position: absolute;
  width: 100%;
  height: 100dvh;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#home section#home-hero ul:before {
  content: "";
  display: block;
  padding-top: calc(100vh - 15rem);
  padding-top: 100vh;
}
@media screen and (max-width: 1024px) {
  body#home section#home-hero ul:before {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 660px) {
  body#home section#home-hero ul:before {
    padding-top: 100%;
  }
}
body#home section#home-hero ul li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 24s;
}
body#home section#home-hero ul li:nth-child(1) {
  background: url("../images/hero_1_pc.jpg") center center;
  background-size: cover;
  background-color: rgba(55, 105, 134, 0.4);
  background-blend-mode: multiply;
}
@media screen and (max-width: 660px) {
  body#home section#home-hero ul li:nth-child(1) {
    background: url("../images/hero_1_sp.jpg") center center;
    background-size: cover;
    background-color: rgba(55, 105, 134, 0.4);
    background-blend-mode: multiply;
  }
}
body#home section#home-hero ul li:nth-child(1) {
  animation-name: slider-zoomin;
  animation-delay: -3s;
}
body#home section#home-hero ul li:nth-child(2) {
  background: url("../images/hero_2_pc.jpg") center center;
  background-size: cover;
  background-color: rgba(55, 105, 134, 0.4);
  background-blend-mode: multiply;
}
@media screen and (max-width: 660px) {
  body#home section#home-hero ul li:nth-child(2) {
    background: url("../images/hero_2_sp.jpg") center center;
    background-size: cover;
    background-color: rgba(55, 105, 134, 0.4);
    background-blend-mode: multiply;
  }
}
body#home section#home-hero ul li:nth-child(2) {
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 5s;
}
body#home section#home-hero ul li:nth-child(3) {
  background: url("../images/hero_3_pc.jpg") center center;
  background-size: cover;
  background-color: rgba(55, 105, 134, 0.4);
  background-blend-mode: multiply;
}
@media screen and (max-width: 660px) {
  body#home section#home-hero ul li:nth-child(3) {
    background: url("../images/hero_3_sp.jpg") center center;
    background-size: cover;
    background-color: rgba(55, 105, 134, 0.4);
    background-blend-mode: multiply;
  }
}
body#home section#home-hero ul li:nth-child(3) {
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
body#home section#home-hero ul li img {
  width: 150%;
}
body#home section#home-concept {
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  position: relative;
}
body#home section#home-concept .sectionCont {
  padding-top: 0;
}
body#home section#home-concept .sectionCont .innerWrap {
  position: relative;
  z-index: 3;
  margin-top: -13.15rem;
}
@media screen and (max-width: 80rem) {
  body#home section#home-concept .sectionCont .innerWrap {
    margin-top: -12.5vw;
  }
}
body#home section#home-concept .sectionCont .innerWrap .inner .ttl img {
  max-width: 100rem;
}
body#home section#home-concept .sectionCont .innerWrap .inner * + * {
  margin-top: 1em;
}
body#home section#home-concept .sectionCont .innerWrap .inner .imgWrap {
  position: relative;
  text-align: center;
}
body#home section#home-concept .sectionCont .innerWrap .inner p {
  color: #125DAA;
}
body#home section#home-concept .sectionCont .wrap {
  overflow: hidden;
  position: relative;
}
body#home section#home-reason .ttl {
  line-height: 1.5;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
body#home section#home-reason .ttl .rubi {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1.5rem;
}
body#home section#home-reason .ttl + p, body#home section#home-reason p + h4, body#home section#home-reason p + dl {
  margin-top: 1em;
}
body#home section#home-reason dl.list {
  background: #fff;
  padding: 2rem;
}
body#home section#home-reason dl.list dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
body#home section#home-reason dl.list dd {
  display: block;
  padding-left: 1.5rem;
  position: relative;
}
body#home section#home-reason dl.list dd:after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
body#home section#home-reason h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}
body#home section#home-reason ul.tag {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}
body#home section#home-reason ul.tag li {
  padding: 0.2rem;
}
body#home section#home-reason ul.tag li span {
  display: block;
  transition: all 200ms 0s;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: normal;
  background: #fff;
  padding: 0.25em 1em;
  border-radius: 5rem;
  max-width: 12em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body#home section#home-flow .wrap66 + .kakomi {
  margin-top: 4rem;
}
body#home section#home-partner {
  padding: 6rem 0;
  background: #E4E8EC;
}
body#home section#home-partner p + ul {
  margin-top: 3rem;
}
body#home section#home-partner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media screen and (max-width: 660px) {
  body#home section#home-partner ul {
    gap: 1rem 1rem;
  }
}
body#home section#home-partner ul li {
  width: calc((100% - 10rem) / 6);
  line-height: 0;
}
@media screen and (max-width: 660px) {
  body#home section#home-partner ul li {
    width: calc((100% - 2rem) / 3);
  }
}
body#home section#home-partner ul li img {
  border-radius: 1.2rem;
}
body#home section#home-users {
  padding: 6rem 0;
  background-image: url("../images/hero_1_pc.jpg");
  background-color: rgba(55, 105, 134, 0.4);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}
@media screen and (min-width: 660px) {
  body#home section#home-users {
    background-attachment: fixed;
  }
}
body#home section#home-users .sectionTtl:before {
  background: #fff;
}
body#home section#home-users .sectionTtl p {
  color: #fff;
}
body#home section#home-users .sectionTtl p .rubi {
  color: #fff;
}
body#home section#home-users .colWarp-3-1 {
  gap: 5rem 2rem;
}
body#home section#home-users .colWarp-3-1 .col {
  background: #fff;
  border-radius: 0.8rem;
  padding: 5rem 2rem 2rem 2rem;
  position: relative;
}
body#home section#home-users .colWarp-3-1 .col:before {
  position: absolute;
  top: -4rem;
  left: calc(50% - 5.3rem);
  z-index: 2;
  content: " ";
  display: block;
  width: 100%;
  height: 7rem;
  background-image: url("../images/home-users_icon.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
body#home section#home-users .colWarp-3-1 .col p + p {
  margin-top: 1em;
}

body.error404 h1 {
  text-align: center;
  font-weight: bold;
  margin: 6rem 0 2rem 0;
}

.imgBgWrap + .bgLogo {
  margin-top: 6rem;
}

.imgBgWrap + main {
  margin-top: 6rem;
}

.imgBgWrap {
  background-image: url("../images/hero_1_pc.jpg");
  background-color: rgba(55, 105, 134, 0.4);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.imgBgWrap .pageTtl {
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
  padding: 4rem 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.imgBgWrap .pageTtl span.ttl {
  font-size: 2.8rem;
}
.imgBgWrap .pageTtl {
  text-align: center;
  line-height: 1.5;
}
.imgBgWrap .pageTtl span.ruby {
  display: block;
  font-size: 1.2rem;
}

/*====================
サイトCss | 汎用パーツ
====================*/
.faqWrap details + details {
  margin-top: 2rem;
}
.faqWrap details {
  background: #FFFFFF;
  border: 1px solid #E4E8EC;
  border-radius: 0.8rem;
  overflow: hidden;
}
.faqWrap summary {
  cursor: pointer;
  position: relative;
  background: #E4E8EC;
  padding: 1rem 5rem;
  list-style: none;
}
.faqWrap summary:before {
  content: "Q";
  position: absolute;
  left: 1rem;
  top: calc(50% - 1.5rem);
  display: block;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #8EC320;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}
.faqWrap summary:after {
  position: absolute;
  right: 1rem;
  top: calc(50% - 2.4rem);
  font-family: "toiro-ui";
  content: "\e817";
  display: inline-block;
  margin-right: 5px;
  transition: transform 0.2s ease-in-out;
  color: #BEC7D0;
  font-size: 2.4rem;
}
.faqWrap p {
  padding: 2rem;
  display: block;
}
.faqWrap details[open] summary::after {
  font-family: "toiro-ui";
  content: "\e816";
}

table th, table td {
  padding: 1rem 0;
}
table th {
  font-weight: bold;
}
table td:first-child {
  font-weight: bold;
  width: 25%;
  margin-right: 1rem;
}

.labelTtl + .errorMessageWrap {
  margin-top: 2rem;
}

.labelTtl {
  display: block;
  position: relative;
  font-size: 2.4rem;
  padding-left: 2.8rem;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.labelTtl span.ruby {
  display: block;
  font-size: 1.2rem;
}
.labelTtl:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.8rem;
  background: #3E4651;
  border-radius: 0.4rem;
}

.labelTtl + .categoryList, .labelTtl + .contentList {
  margin-top: 2rem;
}

.remarksColumn {
  color: #125DAA;
  border-top: solid 1px #125DAA;
  border-bottom: solid 1px #125DAA;
  padding: 3rem 0;
}

.numbering {
  counter-reset: number 0;
}
.numbering .number:before {
  counter-increment: number 1;
  content: counter(number) " ";
}

.paper {
  background: #E4E8EC;
  border-radius: 0.8rem;
  padding: 5rem 2rem 4rem 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .paper {
    margin-bottom: 2rem;
  }
}
.paper {
  position: relative;
}
.paper:before {
  position: absolute;
  top: -2.5rem;
  left: calc(50% - 2.5rem);
  display: block;
  line-height: 5rem;
  width: 5rem;
  border-radius: 50%;
  text-align: center;
  background: #4A4A4A;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
}
@media screen and (min-width: 660px) {
  .paper:nth-child(even) .colWarp {
    flex-direction: row-reverse;
  }
}
.paper .colWarp {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.paper .colWarp .col {
  width: calc(34% - 1rem);
  text-align: center;
}
@media screen and (max-width: 660px) {
  .paper .colWarp .col {
    width: 100%;
  }
}
.paper .colWarp .col:last-child {
  width: calc(66% - 1rem);
  text-align: left;
}
@media screen and (max-width: 660px) {
  .paper .colWarp .col:last-child {
    width: 100%;
  }
}

.paper + .paper {
  margin-top: 6rem;
}

.kakomi {
  background: #FFFFFF;
  border-radius: 1.2rem;
  padding: 5%;
}
@media screen and (max-width: 660px) {
  .kakomi {
    padding: 3rem;
  }
}
.kakomi {
  border: solid 1px #D4DBDE;
}
.kakomi .colWarp {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 660px) {
  .kakomi .colWarp .col + .col {
    margin-top: 1em;
  }
}
.kakomi .colWarp .col img {
  border-radius: 1.6rem;
}
.kakomi .colWarp .col .ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
}
@media screen and (max-width: 660px) {
  .kakomi .colWarp .col .ttl {
    text-align: center;
  }
}
.kakomi .colWarp .col .ttl + p {
  margin-top: 1em;
}
.kakomi .colWarp .col {
  width: 31.5%;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .kakomi .colWarp .col {
    width: 100%;
  }
}
.kakomi .colWarp .col:first-child {
  width: 63.5%;
  text-align: left;
}
@media screen and (max-width: 660px) {
  .kakomi .colWarp .col:first-child {
    width: 100%;
  }
}

.list-typeA ul {
  padding-top: 12rem;
}
.list-typeA ul li:nth-child(odd) {
  margin-top: -12rem;
}
.list-typeA ul .col + .col {
  padding-top: 2rem;
}
.list-typeA li.col .imgWrap {
  position: relative;
  padding: 0;
}
.list-typeA li.col .imgWrap.number:before {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: block;
  line-height: 5rem;
  height: 5rem;
  width: 5rem;
  z-index: 3;
  border-radius: 50%;
  text-align: center;
  background: #4A4A4A;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
}
@media screen and (max-width: 42rem) {
  .list-typeA li.col .imgWrap.number:before {
    top: 0;
    left: 0;
  }
}
.list-typeA li.col .txt h3 {
  text-align: center;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 660px) {
  .list-typeA li.col .txt h3 {
    font-size: 1.6rem;
  }
}
.list-typeA li.col .txt p {
  font-size: 1.4rem;
}
@media screen and (max-width: 660px) {
  .list-typeA li.col .txt p {
    font-size: 1.2rem;
  }
}
.list-typeA li.col .txt p.note {
  margin-top: 1em;
  font-size: 1rem;
}
.list-typeA li.col .imgWrap + .txt, .list-typeA li.col h3 + p {
  margin-top: 1rem;
}

.form {
  width: 100%;
}
.form .list-item + .list-item {
  margin-top: 1rem;
}
.form .list-btn {
  line-height: 1;
  margin-top: 2rem;
  color: #125DAA;
  background: #E2F1F7;
  padding: 1rem 2rem;
  border-radius: 5rem;
  display: inline-block;
  font-size: 1.4rem;
}
.form .list-btn:before {
  font-family: "FontAwesome";
  content: "\f055";
  margin-right: 0.5rem;
}
.form .list-btn:hover {
  opacity: 0.5;
}
.form dl + dl {
  margin-top: 1rem;
}
.form select {
  width: 100%;
  border: none;
  border: 0.1rem solid #A9CDDB;
  background: #fff;
  color: #4A4A4A;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: url("../images/selectIcon.png");
  background-size: 2.4rem 2.4rem;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}
.form select option {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.form textarea, .form input {
  padding: 0;
  background: #fff;
  display: inline-block;
  padding: 1.5rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #D4DBDE;
  max-width: 100%;
  font-size: 1.8rem;
}
.form textarea::placeholder, .form input::placeholder {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 300;
  color: #999;
  font-size: 1.4rem;
}
.form textarea:focus, .form input:focus {
  outline: 0;
}
.form .mwform-tel-field input {
  margin: 0.5rem 0rem;
  padding: 1.5rem 1rem;
}
.form .mwform-tel-field input[type=text], .form input[type=number] {
  max-width: 4em;
}
.form .mwform-radio-field, .form .mwform-checkbox-field {
  display: inline-block;
}
.form .horizontal-item + .horizontal-item {
  margin: 0;
}
.form textarea {
  height: 8em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.form textarea[name=message] {
  min-height: 20rem;
  width: 100%;
}
.form dl dt {
  margin-bottom: 0.5em;
}
.form dl dt span {
  padding: 0 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline;
}
.form dl dt.hissu:after {
  content: "必須";
  background: #F34228;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  padding: 0 0.8rem;
  border-radius: 0.4rem;
  font-weight: normal;
  margin-left: 1rem;
}
.form dl + dl {
  margin-top: 2rem;
}
.form dd + dd {
  margin-top: 1rem;
}
.form .error {
  font-size: 1.2rem;
  position: relative;
  color: #F34228;
  display: block;
}
.form .error:before {
  font-family: "FontAwesome";
  content: "\f071";
  margin-right: 0.5rem;
  color: #F34228;
}
.form .error-pink textarea, .form .error-pink input, .form .error-pink select {
  background-color: #FDECE9;
  border-color: #DA5E4B;
}

.submitWrap {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .submitWrap input[type=submit] + input[type=submit] {
    margin-top: 1rem;
  }
}
.submitWrap input[type=submit] {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #125DAA;
  color: #fff;
  max-width: 24rem;
  width: 100%;
  font-size: 1.8rem;
  margin: 0 auto;
  border-radius: 5rem;
  text-align: center;
  padding: 0.75em 2rem;
  border: 1px solid #125DAA;
  transition: all 200ms 0s;
}
@media screen and (max-width: 660px) {
  .submitWrap input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}
.submitWrap input[type=submit]:hover {
  color: #125DAA;
  background: #fff;
  border: 1px solid #125DAA;
  cursor: pointer;
}
.submitWrap input[type=submit]:before {
  font-family: "toiro-ui";
  content: "\e80f";
  padding-right: 0.1rem;
}
.submitWrap input[type=submit].cancel {
  border: 1px solid #aaa;
  background: #aaa;
}
.submitWrap input[type=submit].cancel:hover {
  color: #125DAA;
  background: #fff;
  border: 1px solid #aaa;
  cursor: pointer;
}

.thankyou {
  text-align: center;
}
.thankyou h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.thankyou p + p {
  margin-top: 2rem;
}
.thankyou .note {
  font-size: 1.2rem;
  text-align: left;
}

/*====================
書式
====================*/
strong {
  font-weight: 700;
}

.filter-shadow {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}

.fontColor-Key {
  color: #125DAA;
}

.markerUnder {
  background: linear-gradient(transparent 60%, å #FFFB5C 60%);
}

.text-align-center {
  text-align: center;
}

/*====================
Blog UI
====================*/
.article .title {
  line-height: 1.5;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.article .upload {
  font-size: 1.4rem;
}
.article .entry-content a:link,
.article .entry-content a:visited,
.article .entry-content a:hover,
.article .entry-content a:active {
  color: #0093CF;
  text-decoration: underline;
}
.article .linkBtnWrap a:link,
.article .linkBtnWrap a:visited,
.article .linkBtnWrap a:active {
  color: #fff;
}
.article .linkBtnWrap a:hover {
  color: #4A4A4A;
}
.article .linkBtnWrap a:link,
.article .linkBtnWrap a:visited,
.article .linkBtnWrap a:active, .article .linkBtnWrap a:hover {
  text-decoration: none;
}

@media screen and (min-width: 660px) {
  .contentList .col:hover {
    opacity: 0.5;
  }
}
.contentList .col .eyecatch {
  border-radius: 1.6rem;
  overflow: hidden;
  line-height: 0;
  width: 100%;
  position: relative;
  padding-top: 52.5%;
}
.contentList .col .eyecatch img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.contentList .col .eyecatch + .detail {
  margin-top: 1rem;
}
.contentList .col .detail .title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.contentList .col .detail .category, .contentList .col .detail .upload, .contentList .col .detail .excerpt {
  font-size: 1rem;
}
.contentList .col .detail .caption .item + .item {
  margin-top: 1rem;
}
.contentList .col .detail .caption .excerpt {
  background: #FFFFFF;
  border-radius: 1.2rem;
  padding: 2rem;
  background-image: linear-gradient(to right, #125DAA, #125DAA 2px, transparent 2px, transparent 8px), linear-gradient(to bottom, #125DAA, #125DAA 2px, transparent 2px, transparent 8px), linear-gradient(to left, #125DAA, #125DAA 2px, transparent 2px, transparent 8px), linear-gradient(to top, #125DAA, #125DAA 2px, transparent 2px, transparent 8px);
  /* 左の線 */
  background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
  /* 左の線 */
  background-position: left top, right top, right bottom, left bottom;
  /* 左の線 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  /* 左の線 */
}
.contentList .col .detail .caption ul.wp-tag-cloud {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.25rem;
}
.contentList .col .detail .caption ul.wp-tag-cloud li {
  margin: 0.25rem;
  font-size: 1rem;
  border: 1px solid #D4DBDE;
  color: #4A4A4A;
  padding: 0.25em 1em;
  border-radius: 5rem;
  background: #fff;
}
.contentList .col .detail .caption ul.wp-tag-cloud li p {
  max-width: 8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentList .col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

.articleTtlArea + .entry-content {
  margin-top: 2rem;
}

.entry-content {
  max-width: 83rem;
  margin: 0 auto;
  font-size: 500;
}
.entry-content blockquote {
  border-color: #125DAA;
  border-style: solid;
  /*rtl:ignore*/
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  /*rtl:ignore*/
  padding: 0.5rem 0 0.5rem 2rem;
  background: #fff;
  padding: 3rem;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  line-height: 1.5;
  font-weight: 700;
}
.entry-content h2 {
  font-size: 2.4rem;
}
.entry-content h3 {
  font-size: 2rem;
}
.entry-content h4 {
  font-size: 1.8rem;
}
.entry-content h5, .entry-content h6 {
  font-size: 1.6rem;
}
.entry-content figcaption {
  font-size: 1.2rem;
  padding: 0 2rem;
  text-align: center;
  color: rgb(104.6, 104.6, 104.6);
}
.entry-content .eyecatch img {
  border-radius: 1.6rem;
}
.entry-content .eyecatch + .wrap66 {
  margin-top: 4rem;
}
.entry-content .eyecatch + .kakomi {
  margin-top: 2rem;
}
.entry-content .wrap66 > * + * {
  margin-top: 2rem;
}
.entry-content .wrap66 > * + h2, .entry-content .wrap66 > * + h3, .entry-content .wrap66 > * + h4, .entry-content .wrap66 > * + h5, .entry-content .wrap66 > * + h6 {
  margin-top: 2em;
}
.entry-content .wrap66 {
  padding: 0;
  line-height: 2;
}
@media screen and (max-width: 660px) {
  .entry-content .wrap66 {
    padding: 0;
  }
}
.entry-content .wrap66 ol {
  counter-reset: num;
  list-style-type: none !important;
}
.entry-content .wrap66 ol li {
  position: relative;
  padding-left: 3rem;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 3rem;
}
.entry-content .wrap66 ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #3E4651;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50%;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  top: 1rem;
}
.entry-content .wrap66 ul {
  counter-reset: num;
  list-style-type: none !important;
}
.entry-content .wrap66 ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5em;
}
.entry-content .wrap66 ul li:before {
  position: absolute;
  content: "・";
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 50%;
  left: 0;
  width: 1.5em;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
}
.entry-content .wrap66 ul.bikou li {
  font-size: 1.2rem;
  padding: 0 0 0 1.5rem;
  position: relative;
  line-height: 1.75;
}
.entry-content .wrap66 ul.bikou li:before {
  padding: 0;
  font-size: 1.2rem;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  line-height: 1.75;
  color: #4A4A4A;
  border-radius: 0;
}
.entry-content .wrap66 ul.pageNav {
  padding-bottom: 1rem;
  border-bottom: solid 1px #125DAA;
}
.entry-content .wrap66 ul.pageNav li {
  list-style: none;
  padding: 0;
  line-height: 1.75em;
  display: inline-block;
}
.entry-content .wrap66 ul.pageNav li:before {
  display: none;
}
.entry-content .wrap66 ul.pageNav li a {
  color: #125DAA;
}
.entry-content .wrap66 ul.pageNav li a:before {
  position: static;
  font-family: "toiro-ui";
  content: "\e807";
  margin-right: 0.25em;
}
.entry-content .wrap66 ul.pageNav li + li {
  margin-left: 1rem;
}
.entry-content .wrap66 h3 .h3-style {
  background: #F4F9FB;
  border-radius: 1rem;
  padding: 1.4rem;
}
.entry-content .wrap66 h3 .h3-style span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4A4A4A;
  display: block;
  position: relative;
  height: 100%;
  padding-left: 2.8rem;
}
.entry-content .wrap66 h3 .h3-style span:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 100%;
  background: #C3DFEC;
  border-radius: 1.6rem;
}
.entry-content .wrap66 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
  line-height: 0;
}

.contentList + #index-pager {
  margin-top: 4rem;
}

#index-pager {
  margin-top: 2rem;
}
#index-pager .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#index-pager .wrap .page-numbers {
  text-align: center;
  line-height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background: #3E4651;
  color: #fff;
  border: 1px solid #3E4651;
  margin: 0 0.2rem;
}
#index-pager .wrap a {
  transition: all 200ms 0s;
}
#index-pager .wrap a:hover {
  background: #fff;
  color: #3E4651;
  border: 1px solid #D4DBDE;
}
#index-pager .wrap .current {
  background: #fff;
  color: #3E4651;
  border: 1px solid #D4DBDE;
}

#pager {
  border-top: 1px solid #D4DBDE;
  border-bottom: 1px solid #D4DBDE;
  max-width: 66rem;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0;
  background: #fff;
}
#pager div {
  width: 50%;
}
#pager div a {
  text-align: center;
  transition: all 200ms 0s;
  padding: 0 2rem;
  color: #4A4A4A;
  display: block;
}
@media screen and (max-width: 660px) {
  #pager div a {
    font-size: 1.4rem;
  }
}
#pager div a:hover {
  opacity: 0.5;
}
#pager div a:before {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
#pager .next {
  border-right: 1px solid #D4DBDE;
}
#pager .next a:before {
  font-family: "toiro-ui", "Roboto", serif;
  font-weight: bold;
  content: "\e81a  PREV";
}
#pager .prev a:before {
  font-family: "toiro-ui", "Roboto", serif;
  font-weight: bold;
  content: "NEXT \e819";
}

#breadcrumbsWrap + main {
  margin-top: 6rem;
}

#breadcrumbsWrap {
  font-weight: normal;
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 5rem;
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 0 2rem;
  color: #fff;
  background-image: url("../images/breadcrumbsWrapBg.png");
}
@media screen and (min-width: 660px) {
  #breadcrumbsWrap {
    padding: 0 3rem;
  }
}
#breadcrumbsWrap a {
  color: #fff;
}
#breadcrumbsWrap a:hover {
  opacity: 0.5;
}
#breadcrumbsWrap .ul {
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#breadcrumbsWrap .ul .li {
  padding: 0;
  vertical-align: middle;
  max-width: 24rem;
  white-space: nowrap;
  overflow: hidden;
}
#breadcrumbsWrap .ul .li:not(:last-child):after {
  content: "／";
  margin: 0 0.5em;
  color: #fff;
  opacity: 0.5;
  font-weight: lighter;
}
#breadcrumbsWrap .ul .li span:before {
  font-family: "FontAwesome";
  content: "\f115";
  margin-right: 0.5rem;
}
#breadcrumbsWrap .ul .li:first-child span:before {
  font-family: "FontAwesome";
  content: "\f015";
  margin-right: 0.5rem;
}
#breadcrumbsWrap .ul .li:last-child {
  opacity: 0.5;
}
#breadcrumbsWrap .ul .li:last-child span:before {
  font-family: "FontAwesome";
  content: "\f016";
  margin-right: 0.5rem;
}

ul.wp-tag-cloud {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}
ul.wp-tag-cloud li {
  padding: 0.2rem;
}
ul.wp-tag-cloud li a:link, ul.wp-tag-cloud li a:visited, ul.wp-tag-cloud li a:active, ul.wp-tag-cloud li a {
  display: block;
  transition: all 200ms 0s;
  font-size: 1.4rem;
  border: 1px solid #125DAA;
  color: #fff;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: normal;
  background: #125DAA;
  padding: 0.25em 1em;
  border-radius: 5rem;
  max-width: 12em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.wp-tag-cloud li a:hover {
  opacity: 0.5;
}

ul.categoryList {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  gap: 2rem 2rem;
}
ul.categoryList li a:before {
  font-family: "toiro-ui";
  content: "\e807";
  margin-right: 0.5rem;
}
ul.categoryList li a:hover {
  opacity: 0.5;
}

/*====================
アニメーション
====================*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*====================
modal
====================*/
#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
#modal-overlay .modal-mask {
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  background: #3C3F56;
}
#modal-overlay .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 48rem;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0rem 0rem 4rem rgba(0, 0, 0, 0.5);
  /* 背面のbodyの上に立体的にのせているイメージ */
  border-radius: 0.8rem;
}

.modal-inner {
  position: relative;
  /* 閉じるボタンの相対位置の基準とする */
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 0;
}
.modal-inner img {
  border-radius: 0.8rem 0.8rem 0 0;
}
.modal-inner .wrap {
  line-height: 1.7;
  padding: 2rem;
}
.modal-inner .wrap .linkBtnWrap {
  margin-top: 0;
}

.modal-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4C4F6B;
  margin-bottom: 0.5em;
}

.modal-text {
  width: 100%;
  color: #4C4F6B;
  font-size: 1.3rem;
  text-align: center;
}
.modal-text p.link {
  margin-top: 2rem;
  text-align: center;
}
.modal-text p.link a:hover {
  opacity: 0.5;
}
.modal-text p.link i {
  font-size: 2.4rem;
  text-align: center;
  line-height: 4rem;
  width: 4rem;
  margin: 0 0.2rem;
  color: #4C4F6B;
}

.close {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #DCC667;
  font-size: 2.4rem;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.5);
  line-height: 10px;
  color: #fff;
  cursor: pointer;
}

/*====================
カラム制御
====================*/
.w100 {
  width: 100%;
  height: auto;
}

.text-center-left {
  text-align: center;
}
@media screen and (max-width: 660px) {
  .text-center-left {
    text-align: left;
  }
}

.floatWrap {
  margin-left: -2rem;
  position: relative;
}

.responsive-2:before, .responsive-2:after {
  content: "";
  display: table;
}
.responsive-2:after {
  clear: both;
}
.responsive-2 {
  zoom: 1;
  margin-left: -2em;
}
.responsive-2 > .col,
.responsive-2 > li {
  float: left;
  margin-left: 2em;
  width: -webkit-calc((100% - 4em) / 2);
  width: calc((100% - 4em) / 2);
}
@media screen and (max-width: 660px) {
  .responsive-2:before, .responsive-2:after {
    content: "";
    display: table;
  }
  .responsive-2:after {
    clear: both;
  }
  .responsive-2 {
    zoom: 1;
    margin-left: -0.8em;
  }
  .responsive-2 > .col,
  .responsive-2 > li {
    float: left;
    margin-left: 0.8em;
    width: -webkit-calc((100% - 1.6em) / 2);
    width: calc((100% - 1.6em) / 2);
  }
}

.colWarp-2-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colWarp-2-1::after {
  content: "";
  display: block;
  width: 30%;
}
.colWarp-2-1 .col {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 660px) {
  .colWarp-2-1 .col {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .colWarp-2-1 .col + .col {
    margin-top: 1rem;
  }
}

.colWarp-4-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colWarp-4-1::after {
  content: "";
  display: block;
  width: 30%;
}
.colWarp-4-1 .col {
  width: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 660px) {
  .colWarp-4-1 .col {
    width: 100%;
  }
}

.colWarp-4-2-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colWarp-4-2-1:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 4);
  height: 0;
}
.colWarp-4-2-1:before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.colWarp-4-2-1 .col {
  position: relative;
  flex-basis: calc((100% - 6rem) / 4);
  max-width: calc((100% - 6rem) / 4);
  color: #125DAA;
}
@media screen and (max-width: 1024px) {
  .colWarp-4-2-1 .col {
    flex-basis: calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 660px) {
  .colWarp-4-2-1 .col {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.colWarp-4-2-1 .col:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 660px) {
  .colWarp-4-2-1 .col:nth-of-type(1), .colWarp-4-2-1 .col:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .colWarp-4-2-1 .col:nth-of-type(1), .colWarp-4-2-1 .col:nth-of-type(2), .colWarp-4-2-1 .col:nth-of-type(3), .colWarp-4-2-1 .col:nth-of-type(4) {
    margin-top: 0;
  }
}

.colWarp-3-2-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 2rem;
}
.colWarp-3-2-1 .col {
  position: relative;
  flex-basis: calc((100% - 4rem) / 3);
  max-width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1024px) {
  .colWarp-3-2-1 .col {
    flex-basis: calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 660px) {
  .colWarp-3-2-1 .col {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.colWarp-3-2-1 .col {
  margin-top: 2rem;
}
.colWarp-3-2-1 .col:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 660px) {
  .colWarp-3-2-1 .col:nth-of-type(1), .colWarp-3-2-1 .col:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .colWarp-3-2-1 .col:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 2rem;
  }
  .colWarp-3-2-1 .col:nth-of-type(1), .colWarp-3-2-1 .col:nth-of-type(2), .colWarp-3-2-1 .col:nth-of-type(3) {
    margin-top: 0;
  }
}

.colWarp-3-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: 　flex-start;
  gap: 2rem 2rem;
}
.colWarp-3-1 .col section#home-users .col {
  background: blue;
}
.colWarp-3-1 .col {
  position: relative;
  flex-basis: calc((100% - 4rem) / 3);
  max-width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 660px) {
  .colWarp-3-1 .col {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

/*====================
レスポンシブ
====================*/
@media screen and (min-width: 660px) {
  .onlySp {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .overSp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .onlyTablet {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .onlyPc {
    display: none;
  }
}
/*====================
行数制御
====================*/
.line-clamp1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

.line-clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

.line-clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

/*====================
比率固定
====================*/
.ratio1-2, .ratio2-3, .ratio16-9, .ratio3-2, .ratio4-3, .ratio1-1 {
  width: 100%;
  position: relative;
}
.ratio1-2:before, .ratio2-3:before, .ratio16-9:before, .ratio3-2:before, .ratio4-3:before, .ratio1-1:before {
  content: "";
  display: block;
}
.ratio1-2 .content, .ratio2-3 .content, .ratio16-9 .content, .ratio3-2 .content, .ratio4-3 .content, .ratio1-1 .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* 1:1 */
.ratio1-1 {
  background: red;
}
.ratio1-1:before {
  padding-top: 100%;
}

/* 4:3 */
.ratio4-3 {
  background: yellow;
}
.ratio4-3:before {
  padding-top: 75%;
}

/* 3:2 */
.ratio3-2 {
  background: green;
}
.ratio3-2:before {
  padding-top: 66.66%;
}

/* 16:9 */
.ratio16-9 {
  background: blue;
}
.ratio16-9:before {
  padding-top: 56.25%;
}

/* 2:3 */
.ratio2-3 {
  background: olive;
}
.ratio2-3:before {
  padding-top: 150%;
}

/* 1:2 */
.ratio1-2 {
  background: aqua;
}
.ratio1-2:before {
  padding-top: 200%;
}

/*====================
JS
====================*/
.fixed {
  position: fixed;
}

/*スクロール固定JS*/
@media screen and (max-width: 660px) {
  .is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .is-fixed .conversionBtn {
    background: #fff;
    padding: 1rem;
  }
}

/*もっと見る表示JS*/
.list-item {
  opacity: 1;
}

.list-item.is-hidden {
  display: none;
}

.list-btn.is-btn-hidden {
  display: none;
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*swiper.js*/

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