@charset "UTF-8";
/*日本語*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-DemiLight-sub-j1.woff") format("woff");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format("woff");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format("woff");
}
html {
  overflow-y: scroll;
}
body {
  -webkit-text-size-adjust: none;
  color: #000;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 17px;
  font-weight: 300;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", YuGothic, "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
  word-break: normal;
  word-wrap: break-word;
  /*	overflow:hidden;*/
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.8vw;
  }
}
* {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul, li, dl, dt {
  list-style-type: none;
}
img {
  vertical-align: middle;
  border: none;
}
p, dt, dd, li {
  text-align: justify;
  text-justify: inter-ideograph;
}
.alignCenter {
  text-align: center;
}
.backToTop {
  text-align: right;
  margin: 25px 20px 15px 0;
}
img.fitImg {
  max-width: 100%;
  height: auto;
}
br {
  line-height: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  /* Firefoxで、下マージン設定しているのに上にもアキができるバグ対策。追加 */
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #222;
  outline: none;
}
input[type="text"], input[type="email"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inner1440 {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .inner1440 {
    /*		overflow:hidden;*/
    width: 100%;
  }
}
.inner1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  /*	overflow:hidden;*/
}
@media screen and (max-width: 1200px) {
  .inner1200 {
    width: 100%;
  }
}
.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  /*	overflow:hidden;*/
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pc-br, .isPC {
    display: none;
  }
}
.sp-br, .isSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br, .isSP {
    display: block;
    line-height: 0;
  }
}
.nowrap {
  white-space: nowrap;
}
/*-----------------------------------------------

header

-------------------------------------------------*/
.header {
  width: 100%;
  min-width: 1000px;
  background: white;
}
@media screen and (max-width: 767px) {
  .header {
    min-width: 0;
  }
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .header .inner {
    height: 14vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-logo {
  width: 106px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 20%;
    margin: 0 auto;
  }
}
.header-logo img {
  max-width: 100%;
}
/*-----------------------------------------------

フローティング電話コンバージョン

-------------------------------------------------*/
.conversion-phone {
  position: fixed;
  left: calc(50% + 140px);
  top: 0;
  z-index: 99;
  background: #e1c823;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  width: 360px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .conversion-phone {
    display: none;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2vw 0;
  }
}
.conversion-phone-number {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .conversion-phone-number {
    font-size: 5.5vw;
  }
}
.conversion-phone-number a {
  display: inline-block;
  vertical-align: text-top;
  color: #fff;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .conversion-phone-number a {
    vertical-align: middle;
  }
}
.conversion-phone-number span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: #fff;
  padding: 8px 10px;
  border-radius: 18px / 50%;
  color: #565ab5;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .conversion-phone-number span {
    vertical-align: middle;
    padding: 1vw 0.5em;
    border-radius: 3vw / 50%;
    font-size: 4vw;
  }
}
.conversion-phone-time {
  padding-top: 10px;
  width: 100%;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .conversion-phone-time {
    padding-top: 1vw;
    font-size: 3.2vw;
  }
}
/*-----------------------------------------------

board

-------------------------------------------------*/
.board {
  width: 100%;
  min-width: 1000px;
  height: 380px;
  background: url(../img/boardBG_pc.jpg) no-repeat center top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .board {
    min-width: 0;
    height: 55vw;
    background: url(../img/boardBG_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
.board-headline {
  padding-top: 90px;
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .board-headline {
    padding-top: 8vw;
    font-size: 4.7vw;
  }
}
.board-headline span {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  border: 2px solid #e1c823;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .board-headline span {
    padding: 2vw 3vw;
    border-radius: 4vw;
  }
}
.board-catch {
  padding-top: 22px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 3px 3px rgba(51, 41, 142, 0.2), 3px 0 3px rgba(51, 41, 142, 0.2), 0px -3px 3px rgba(51, 41, 142, 0.2), -1px -3px 3px rgba(51, 41, 142, 0.2), -3px 0 3px rgba(51, 41, 142, 0.2);
}
@media screen and (max-width: 767px) {
  .board-catch {
    padding-top: 4vw;
    font-size: 4.6vw;
  }
}
.board-catch b {
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .board-catch b {
    font-size: 9.4vw;
  }
}
/*-----------------------------------------------

conversion-link

-------------------------------------------------*/
.conversion-link {
  width: 100%;
  min-width: 1000px;
  background: #e1c823;
  padding: 18px 0 38px;
}

/*--------------------------
260626 社会福祉法人の方限定 キャンペーンバナー
----------------------------*/
div.banner_2606{
	margin: 0 auto;
	margin-top: 40px;
}

div.banner_2606 p{
	color: red;
	display: block;
	text-align: center;
	font-weight: bold;
}

div.banner_2606 p.emphasis {
position: relative;
display: inline-block;
padding: 0 30px;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
margin-bottom: 11px;
}

div.banner_2606 p.emphasis:before, 
div.banner_2606 p.emphasis:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 28px;
height: 2px;
background-color: #ff0000;
}

div.banner_2606 p.emphasis:before {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
left:0;
}

div.banner_2606 p.emphasis:after {
-webkit-transform: rotate(-60deg);
transform: rotate(-60deg);
right: 0;
}


div.banner_2606 a{
	margin: 0 auto;
	display: block;
    width: 550px;
	margin-top: 19px;
}

div.banner_2606 a img{
	display: block;
    margin: 0 auto;
    width: 100%;
}

div.banner_2606 a:hover{
	opacity: 0.5;
}

div.mb40{
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
div.banner_2606 a {
    width: 90%;
}
}

/*--------------------------
// 260626 社会福祉法人の方限定 キャンペーンバナー 
----------------------------*/

@media screen and (max-width: 767px) {
  .conversion-link {
    min-width: 0;
    padding: 5vw 0 8vw;
  }
}
.conversion-link-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .conversion-link-list {
    display: block;
  }
}
.conversion-link-item {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .conversion-link-item {
    width: 78%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .conversion-link-item + .conversion-link-item {
    margin-top: 5vw;
  }
}
.conversion-link-subhead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .conversion-link-subhead {
    font-size: 3.8vw;
  }
}
.conversion-link-item.left .conversion-link-subhead {
  color: #0a7a92;
}
.conversion-link-item.center .conversion-link-subhead {
  color: #e33483;
}
.conversion-link-btn {
  width: 100%;
  padding-top: 10px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .conversion-link-btn {
    padding-top: 2vw;
    font-size: 4.2vw;
  }
}
.conversion-link-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  height: 80px;
  position: relative;
  color: #e1c823;
  border-radius: 40px / 50%;
  -webkit-transition: background ease .4s;
  -o-transition: background ease .4s;
  transition: background ease .4s;
}
@media screen and (max-width: 767px) {
  .conversion-link-btn a {
    height: 15vw;
    border-radius: 8vw / 50%;
  }
}
.conversion-link-item.left .conversion-link-btn a {
  background: #0a7a92;
  color: #fff;
}
.conversion-link-item.left .conversion-link-btn a:hover {
  background: rgba(10, 122, 146, 0.75);
}
.conversion-link-item.center .conversion-link-btn a {
  background: #e33483;
  color: #fff;
}
.conversion-link-item.center .conversion-link-btn a:hover {
  background: rgba(227, 52, 131, 0.75);
}
.conversion-link-item.right .conversion-link-btn a:hover {
  background: #ebebeb;
}
.conversion-link-btn a:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 14px);
  top: 65px;
  width: 28px;
  height: 40px;
  background: url(../img/icon_finger_gray.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .conversion-link-btn a:after {
    left: 90%;
    top: calc(50% - 3.5vw);
    width: 5vw;
    height: 8vw;
  }
}
.conversion-link-item.left .conversion-link-btn a:after, .conversion-link-item.center .conversion-link-btn a:after {
  background: url(../img/icon_finger_white.png) no-repeat center top;
  background-size: 100% auto;
}
.download-link-btn {
  width: 800px;
  margin: 45px auto 0;
  border: solid 2px #354187;
}
.download-link-btn a {
  display: block;
  position: relative;
  background: #fff;
  padding: 35px 0;
  font-size: 20px;
  font-weight: bold;
  color: #354187;
  text-align: center;
  transition: background-color .4s;
}
.download-link-btn a.blank:after {
  content: "";
  background: url(/lp06/img/ico_blank.png) no-repeat left top/100% auto;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-left: 3px;
  vertical-align: text-top;
}
.download-link-btn, .download-link-btn a {
  border-radius: 10px;
}
.download-link-btn span {
  padding: 0 10px 0 40px;
}
.download-link-btn a:hover {
  background: #e8effd;
  background: rgba(232, 239, 253, 0.75);
}
.download-link-btn a .inr {
  background: url(/lp06/img/ico_btn_whitepaper.png)no-repeat center left;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .download-link-btn {
    width: 90%;
    margin: 0 auto;
  }
}
/*-----------------------------------------------

kadai

-------------------------------------------------*/
.kadai {
  width: 100%;
  min-width: 1000px;
  background: url(../img/bg_brown.png) center top;
}
@media screen and (max-width: 767px) {
  .kadai {
    min-width: 0;
    background: url(../img/bg_brown_sp.png) center top;
    background-size: 100% auto;
  }
}
.kadai-lead {
  width: 100%;
  background: #fff;
  padding: 30px 0 60px;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kadai-lead {
    padding: 4vw 0 6vw;
    font-size: 3.6vw;
  }
}
.kadai-catch {
  width: 920px;
  margin: 0 auto;
  margin-top: -22px;
  background: #b39a64;
  padding: 10px 0;
  border-radius: 25px / 50%;
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .kadai-catch {
    width: 100%;
    margin-top: 0;
    padding: 3vw 0;
    border-radius: 0;
    font-size: 4.6vw;
  }
}
.kadai-headline {
  padding-top: 30px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #7d706a;
}
@media screen and (max-width: 767px) {
  .kadai-headline {
    padding-top: 6vw;
    font-size: 4.1vw;
    letter-spacing: -0.05em;
  }
}
.kadai-headline b {
  font-size: 45px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .kadai-headline b {
    font-size: 5.6vw;
    vertical-align: middle;
  }
}
.kadai-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kadai-list {
    display: block;
    padding-top: 6vw;
    padding-bottom: 10vw;
  }
}
.kadai-list-item {
  width: 33.33%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .kadai-list-item {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .kadai-list-item + .kadai-list-item {
    margin-top: 4vw;
  }
}
.kadai-list-item:nth-child(2) {
  background: #eee;
}
.kadai-item-subhead {
  padding-top: 22px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kadai-item-subhead {
    padding-top: 4.6vw;
  }
}
.kadai-item-image {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .kadai-item-image {
    width: 70%;
    margin: 0 auto;
    padding-top: 4vw;
  }
}
.kadai-item-image img {
  max-width: 100%;
}
.kadai-item-text {
  padding: 15px 19px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kadai-item-text {
    width: 100%;
    margin: 0 auto;
    padding: 4vw 5vw;
    font-size: 3.2vw;
  }
}
/*-----------------------------------------------

kadai-solution

-------------------------------------------------*/
.kadai-solution {
  width: 100%;
  min-width: 1000px;
  background: url(../img/kadai_solutionBG_pc.png) no-repeat center top, -webkit-linear-gradient(top, transparent 0%, transparent 60px, #33c2d3 60px, #33c2d3 100%);
  background: url(../img/kadai_solutionBG_pc.png) no-repeat center top, -o-linear-gradient(top, transparent 0%, transparent 60px, #33c2d3 60px, #33c2d3 100%);
  background: url(../img/kadai_solutionBG_pc.png) no-repeat center top, linear-gradient(to bottom, transparent 0%, transparent 60px, #33c2d3 60px, #33c2d3 100%);
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kadai-solution {
    min-width: 0;
    background: url(../img/kadai_solutionBG_sp.png) no-repeat center top, -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vw, transparent), color-stop(10vw, #33c2d3), to(#33c2d3));
    background: url(../img/kadai_solutionBG_sp.png) no-repeat center top, -webkit-linear-gradient(top, transparent 0%, transparent 10vw, #33c2d3 10vw, #33c2d3 100%);
    background: url(../img/kadai_solutionBG_sp.png) no-repeat center top, -o-linear-gradient(top, transparent 0%, transparent 10vw, #33c2d3 10vw, #33c2d3 100%);
    background: url(../img/kadai_solutionBG_sp.png) no-repeat center top, linear-gradient(to bottom, transparent 0%, transparent 10vw, #33c2d3 10vw, #33c2d3 100%);
    background-size: 120% auto;
    padding-top: 13vw;
    padding-bottom: 12vw;
  }
}
.kadai-solution-headline {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kadai-solution-headline {
    font-size: 5.4vw;
  }
}
.kadai-solution-headline span {
  display: inline-block;
  padding: 0 5px 20px 5px;
  border-bottom: 5px dotted #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kadai-solution-headline span {
    padding: 0 3vw 5vw 3vw;
  }
}
.kadai-solution-list {
  width: 100%;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kadai-solution-list {
    padding-top: 6vw;
    display: block;
  }
}
.kadai-solution-item {
  width: 32%;
  background: #fff;
  border-radius: 19px;
  -webkit-box-shadow: 0 4px 0 1px rgba(10, 122, 146, 0.75);
  box-shadow: 0 4px 0 1px rgba(10, 122, 146, 0.75);
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .kadai-solution-item {
    width: 84%;
    margin: 0 auto;
    border-radius: 4.1vw;
    -webkit-box-shadow: 0 1vw 0 0 rgba(10, 122, 146, 0.75);
    box-shadow: 0 1vw 0 0 rgba(10, 122, 146, 0.75);
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .kadai-solution-item + .kadai-solution-item {
    margin-top: 5vw;
  }
}
.kadai-solution-subhead {
  background: #0a7a92;
  padding: 20px 0;
  border-radius: 18px 18px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kadai-solution-subhead {
    padding: 4vw 0;
    border-radius: 4vw 4vw 0 0;
    font-size: 5vw;
  }
}
.kadai-solution-image {
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kadai-solution-image {
    padding-top: 5vw;
  }
}
.kadai-solution-image img {
  max-width: 100%;
}
.kadai-solution-text {
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .kadai-solution-text {
    letter-spacing: 0;
    font-size: 4vw;
  }
}
.kadai-solution-item:nth-child(1) .kadai-solution-text {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .kadai-solution-item:nth-child(1) .kadai-solution-text {
    letter-spacing: 0;
  }
}
.kadai-solution-anchor {
  width: 190px;
  margin: 0 auto;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .kadai-solution-anchor {
    width: 70%;
    padding-top: 3vw;
  }
}
.kadai-solution-anchor a {
  display: block;
  width: 100%;
  border: 1px solid #0a7a92;
  text-align: center;
  padding: 10px 0;
  color: #0a7a92;
  font-weight: 500;
  -webkit-transition: background ease .4s, color ease .4s;
  -o-transition: background ease .4s, color ease .4s;
  transition: background ease .4s, color ease .4s;
}
@media screen and (max-width: 767px) {
  .kadai-solution-anchor a {
    padding: 3vw 0;
  }
}
.kadai-solution-anchor a:hover {
  background: #0a7a92;
  color: #fff;
}
/*-----------------------------------------------

solution

-------------------------------------------------*/
.solution {
  width: 100%;
  min-width: 1000px;
  background: url(../img/bg_brown.png) center top;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .solution {
    min-width: 0;
  }
}
.solution.sol02 {
  background: url(../img/bg_blue.png) center top;
}
.solution-headline {
  padding-top: 60px;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .solution-headline {
    padding-top: 6vw;
    font-size: 5vw;
    line-height: 1.4;
  }
}
.solution-headline span {
  display: inline-block;
  border-top: 5px solid #e1c823;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .solution-headline span {
    width: 94%;
    margin: 0 auto;
    padding-top: 4vw;
    line-height: 1.4;
  }
}
.solution-image {
  width: 214px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .solution-image {
    width: 28vw;
    padding-top: 4vw;
  }
}
.solution-image img {
  max-width: 100%;
}
.solution-subhead {
  padding-top: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .solution-subhead {
    padding-top: 2vw;
    font-size: 4vw;
  }
}
.solution-lead {
  padding-top: 30px;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .solution-lead {
    padding-top: 4vw;
    width: 90.66%;
    margin: 0 auto;
    font-size: 3.2vw;
    text-align: left;
  }
}
.solution-list {
  width: 100%;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .solution-list {
    width: 90.66%;
    margin: 0 auto;
    padding-top: 4vw;
    display: block;
  }
}
.solution-list-item {
  width: 49%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 4px 0 1px #a7a7a7;
  box-shadow: 0 4px 0 1px #a7a7a7;
}
@media screen and (max-width: 767px) {
  .solution-list-item {
    width: 100%;
    margin-bottom: 4vw;
    border-radius: 5vw;
    padding-top: 3vw;
    padding-bottom: 5vw;
    -webkit-box-shadow: 0 1vw 0 0 #a7a7a7;
    box-shadow: 0 1vw 0 0 #a7a7a7;
  }
}
.solution-item-headline {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #df5ea1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .solution-item-headline {
    height: auto;
    display: block;
    font-size: 4.4vw;
  }
}
.solution-item-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution-item-image {
    padding-top: 4vw;
  }
}
.solution-item-image-box {
  display: block;
  width: 410px;
  height: 284px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  border: 1px solid #545454;
}
@media screen and (max-width: 767px) {
  .solution-item-image-box {
    width: 70%;
    height: 42.6vw;
  }
}
.solution-item-image-box img {
  max-width: 100%;
}
.sol02 .solution-item-image-box {
  width: 330px;
  height: 290px;
}
@media screen and (max-width: 767px) {
  .sol02 .solution-item-image-box {
    width: 70%;
    height: 42.6vw;
  }
}
.sol03 .solution-item-image-box {
  width: 320px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-item-image-box {
    width: 70%;
    height: 42.6vw;
  }
}
.ballon-point {
  position: absolute;
  left: -15px;
  top: 145px;
  padding-top: 32px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: #df5ea1;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ballon-point {
    left: 1vw;
    top: 25vw;
    padding-top: 5vw;
    width: 15vw;
    height: 15vw;
  }
}
.ballon-point img {
  width: 48px;
}
@media screen and (max-width: 767px) {
  .ballon-point img {
    width: 8vw;
  }
}
.ballon-point:after {
  content: "";
  display: block;
  position: absolute;
  left: 90%;
  top: 70%;
  border: 7px solid transparent;
  border-left: 50px solid #df5ea1;
  width: 0;
  height: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (max-width: 767px) {
  .ballon-point:after {
    border: 1.5vw solid transparent;
    border-left: 7vw solid #df5ea1;
  }
}
.sol01 .solution-list-item:nth-child(2) .ballon-point {
  left: -15px;
  top: 100px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .sol01 .solution-list-item:nth-child(2) .ballon-point {
    left: 1vw;
    top: 18vw;
    padding-top: 4vw;
  }
}
.sol01 .solution-list-item:nth-child(2) .ballon-point img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .sol01 .solution-list-item:nth-child(2) .ballon-point img {
    width: 7vw;
  }
}
.sol02 .solution-list-item:nth-child(1) .ballon-point {
  left: 0;
  top: 100px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .sol02 .solution-list-item:nth-child(1) .ballon-point {
    left: 1vw;
    top: 25vw;
    padding-top: 4vw;
  }
}
.sol02 .solution-list-item:nth-child(1) .ballon-point img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .sol02 .solution-list-item:nth-child(1) .ballon-point img {
    width: 8vw;
  }
}
.sol02 .solution-list-item:nth-child(2) .ballon-point {
  left: 25px;
  top: 0;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .sol02 .solution-list-item:nth-child(2) .ballon-point {
    left: 8vw;
    top: 6vw;
    padding-top: 5vw;
  }
}
.sol02 .solution-list-item:nth-child(2) .ballon-point img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .sol02 .solution-list-item:nth-child(2) .ballon-point img {
    width: 10vw;
  }
}
.sol03 .solution-list-item:nth-child(1) .ballon-point {
  left: -20px;
  top: -10px;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-list-item:nth-child(1) .ballon-point {
    left: -2vw;
    top: 6vw;
    padding-top: 4vw;
  }
}
.sol03 .solution-list-item:nth-child(1) .ballon-point img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-list-item:nth-child(1) .ballon-point img {
    width: 7vw;
  }
}
.sol03 .solution-list-item:nth-child(2) .ballon-point {
  left: 42px;
  top: 48px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-list-item:nth-child(2) .ballon-point {
    left: 7vw;
    top: 19vw;
    padding-top: 3vw;
  }
}
.sol03 .solution-list-item:nth-child(2) .ballon-point img {
  width: 38px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-list-item:nth-child(2) .ballon-point img {
    width: 7vw;
  }
}
.sol03 .solution-list-item:nth-child(3) .ballon-point {
  left: -8px;
  top: 20px;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-list-item:nth-child(3) .ballon-point {
    left: 0;
    top: 11vw;
    padding-top: 4vw;
  }
}
.sol03 .solution-list-item:nth-child(3) .ballon-point img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-list-item:nth-child(3) .ballon-point img {
    width: 7vw;
  }
}
.sol03 .solution-list-item:nth-child(4) .ballon-point {
  left: -8px;
  top: 200px;
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-list-item:nth-child(4) .ballon-point {
    left: -1vw;
    top: 30vw;
    padding-top: 4vw;
  }
}
.sol03 .solution-list-item:nth-child(4) .ballon-point img {
  width: 42px;
}
@media screen and (max-width: 767px) {
  .sol03 .solution-list-item:nth-child(4) .ballon-point img {
    width: 7vw;
  }
}
.solution-item-annotation {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .solution-item-annotation {
    padding-top: 2vw;
    font-size: 3vw;
  }
}
.solution-voice {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 4px 0 1px #a7a7a7;
  box-shadow: 0 4px 0 1px #a7a7a7;
}
@media screen and (max-width: 767px) {
  .solution-voice {
    width: 90.66%;
    margin: 0 auto;
    border-radius: 5vw;
    padding-bottom: 6vw;
    -webkit-box-shadow: 0 1vw 0 0 #a7a7a7;
    box-shadow: 0 1vw 0 0 #a7a7a7;
  }
}
.solution-voice-headline {
  padding-top: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .solution-voice-headline {
    padding-top: 5vw;
    font-size: 4vw;
  }
}
.solution-voice-list {
  width: 91%;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .solution-voice-list {
    padding-top: 8vw;
    display: block;
  }
}
.solution-voice-item {
  width: 294px;
  height: 197px;
  position: relative;
  background: url(../img/solution_voice_itemBG_pc.png) no-repeat center top;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .solution-voice-item {
    width: 84%;
    margin: 0 auto;
    margin-bottom: 5vw;
    height: 45vw;
    background: url(../img/solution_voice_itemBG_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}
.solution-voice-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: -20px;
  width: 29px;
  height: 31px;
  background: url(../img/icon_clip.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .solution-voice-item:after {
    left: 10vw;
    top: -5vw;
    width: 7vw;
    height: 11vw;
  }
}
.solution-voice-item p {
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .solution-voice-item p {
    font-size: 4vw;
  }
}
.solution-voice-item small {
  font-weight: 300;
}
/*-----------------------------------------------

information

-------------------------------------------------*/
.information {
  width: 100%;
  min-width: 1000px;
  background: -webkit-linear-gradient(top, #df5ea1 0%, #df5ea1 200px, #fff 200px, #fff 100%);
  background: -o-linear-gradient(top, #df5ea1 0%, #df5ea1 200px, #fff 200px, #fff 100%);
  background: linear-gradient(to bottom, #df5ea1 0%, #df5ea1 200px, #fff 200px, #fff 100%);
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .information {
    min-width: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#df5ea1), color-stop(32vw, #df5ea1), color-stop(32vw, #fff), to(#fff));
    background: -webkit-linear-gradient(top, #df5ea1 0%, #df5ea1 32vw, #fff 32vw, #fff 100%);
    background: -o-linear-gradient(top, #df5ea1 0%, #df5ea1 32vw, #fff 32vw, #fff 100%);
    background: linear-gradient(to bottom, #df5ea1 0%, #df5ea1 32vw, #fff 32vw, #fff 100%);
    padding-bottom: 10vw;
  }
}
.information-headline {
  padding-top: 60px;
  font-size: 35px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .information-headline {
    padding-top: 6vw;
    font-size: 5.4vw;
    line-height: 1.4;
  }
}
.information-reason-list {
  width: 100%;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .information-reason-list {
    width: 90.66%;
    margin: 0 auto;
    padding-top: 5vw;
    display: block;
  }
}
.information-reason-item {
  width: 49%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .information-reason-item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.reason-item-headline {
  padding-top: 35px;
  padding-bottom: 20px;
  position: relative;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .reason-item-headline {
    padding-top: 5vw;
    padding-bottom: 4vw;
    font-size: 4.8vw;
  }
}
.reason-item-headline:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 80px);
  top: 100%;
  width: 160px;
  height: 4px;
  background: #df5ea1;
}
@media screen and (max-width: 767px) {
  .reason-item-headline:after {
    left: calc(50% - 21vw);
    width: 42vw;
  }
}
.information-reason-text {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .information-reason-text {
    font-size: 3.4vw;
  }
}
.information-reason-image {
  width: 100%;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .information-reason-image {
    height: auto;
    display: block;
    margin-top: 4vw;
    padding: 5vw 0;
  }
}
.information-reason-image img {
  width: 412px;
}
@media screen and (max-width: 767px) {
  .information-reason-image img {
    max-width: 84%;
    width: auto;
  }
}
.information-reason-image small {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .information-reason-image small {
    padding-top: 2vw;
    font-size: 3vw;
  }
}
.information-trial-box {
  width: 100%;
  margin-top: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .information-trial-box {
    width: 90.66%;
    margin: 0 auto;
    margin-top: 6vw;
    display: block;
  }
}
.information-trial-lead {
  padding-top: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .information-trial-lead {
    width: 90%;
    margin: 0 auto;
    padding-top: 5vw;
    font-size: 3.2vw;
    text-align: left;
  }
}
.information-trial-list {
  padding-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .information-trial-list {
    padding-top: 4vw;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.information-trial-item {
  width: 22%;
  height: 190px;
  background: #e9e5e4;
  border-radius: 20px;
  padding-top: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information-trial-item {
    width: 100%;
    height: auto;
    margin-bottom: 6vw;
    border-radius: 4vw;
    padding: 4vw 0;
  }
}
.information-trial-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: calc(50% - 35px);
  border: 35px solid transparent;
  border-left: 22px solid #316fb8;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .information-trial-item:after {
    left: calc(50% - 7vw);
    top: 100%;
    border: 7vw solid transparent;
    border-top: 4vw solid #316fb8;
  }
}
.information-trial-item:last-child:after {
  display: none;
}
.information-trial-item p {
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .information-trial-item p {
    font-size: 3.8vw;
  }
}
.information-trial-item b {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 700;
  color: #316fb8;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .information-trial-item b {
    padding-bottom: 1vw;
    font-size: 6.2vw;
  }
}
/*-----------------------------------------------

footer

-------------------------------------------------*/
.footer {
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .footer {
    min-width: 0;
    padding-bottom: 20vw;
  }
}
.footer-logo {
  width: 132px;
  margin: 0 auto;
  padding-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    padding-top: 4vw;
    width: 30%;
  }
}
.footer-logo img {
  max-width: 100%;
}
.footer-info-text {
  padding-top: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer-info-text {
    padding-top: 3vw;
    font-size: 3.2vw;
  }
}
.footer-info-text + .footer-info-text {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .footer-info-text + .footer-info-text {
    padding-top: 1vw;
  }
}
.footer-cp {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-cp {
    padding: 2vw 0;
    font-size: 2.9vw;
  }
}
/*-----------------------------------------------

戻る

-------------------------------------------------*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 4vw;
    bottom: 31vw;
  }
}
#pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  background: #ea5404;
  -webkit-transition: background ease .4s, color ease .4s;
  -o-transition: background ease .4s, color ease .4s;
  transition: background ease .4s, color ease .4s;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 12vw;
    height: 12vw;
    font-size: 2vw;
  }
}
#pagetop a:hover {
  background: rgba(234, 84, 4, 0.75);
}
#pagetop a:after {
  content: "";
  position: absolute;
  top: 33px;
  right: calc(50% - 4px);
  width: 15px;
  height: 15px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-2px);
  -ms-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
  -ms-transform-origin: right 50% 0;
  transform-origin: right 50% 0;
}
@media screen and (max-width: 767px) {
  #pagetop a:after {
    top: 6.5vw;
    right: calc(50% - 0.9vw);
    width: 3vw;
    height: 3vw;
  }
}