@charset "utf-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
}

.wrapper {
  background-color: #fff;
}

header a {
  position: fixed;
  background-color: #E8EDFF;
  width: 180px;
  height: 70px;
  text-decoration: none;
  color: #2173FF;
  border-radius: 18px;
  top: 30px;
  right: 80px;
  z-index: 1000;
}

header p {
  font-size: 20px;
  text-align: center;
  line-height: 70px;
}

/* --------------------humberger-------------------- */

/*----------------------------
* アニメーション部分
*----------------------------*/
/* アニメーション前のメニューの状態 */
.menu {
  transform: translateX(400px);
  transition: all .2s linear;
}

/* アニメーション後のメニューの状態 */
.menu.is-active {
  transform: translateX(0);
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(27, 95, 212);
}

.menu a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 80px;
}

/* ボタン */

.MenuBtn {
  position: fixed;
  top: 45px;
  right: 20px;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}

.MenuBtn .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
}

.MenuBtn .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all .15s linear;
}

.MenuBtn .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all .15s linear;

  transform: translateY(-8px) rotate(0deg);
}

.MenuBtn .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all .15s linear;

  transform: translateY(8px) rotate(0deg);
}

.MenuBtn.isClosed .MenuBtn-BarFrame-FirstBar {
  opacity: 0;
}

.MenuBtn.isClosed .MenuBtn-BarFrame-SecondBar {
  transform: translateY(0) rotate(45deg);
}

.MenuBtn.isClosed .MenuBtn-BarFrame-ThirdBar {
  transform: translateY(0) rotate(-45deg);
}

/* --------------------top-------------------- */

article.top {
  background-color: #80B7FF;
  background-image: url(../images/back-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 100px;
}

.top-left {
  width: 50%;
  float: left;
  margin-left: 100px;
}

.top-left h1 {
  font-size: 50px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.top-left p {
  font-size: 20px;
  margin-bottom: 30px
}

.top02 {
  margin: 50px 0 0 100px;
}

.ribbon img {
  width: 30%;
  height: auto;
}


/* --------------------worry-------------------- */

.worry {
  position: relative;
}

.worry h2 {
  width: 100%;
  font-size: 60px;
  color: #2173FF;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}

.worry h2 span {
  font-size: 80px;
  color: #f00;
}

.worry-anime {
  width: 45%;
  float: left;
}

.container {
  display: flex;
  flex-wrap: wrap;
}

.worry .container {
  width: 55%;
  height: 500px;
  float: right;
  margin-top: 250px;
}

.worry .container .item {
  background-color: #D7E0FF;
  width: 400px;
  height: 120px;
  border-radius: 20px;
  font-size: 22px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.meo {
  width: 75%;
  height: auto;
  background-color: #80B7FF;
  background-image: url(../images/mapicon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  margin: 0 auto;
  padding: 150px 50px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}

.meo-inner {
  display: inline-block;
}

.meo h3 {
  font-size: 60px;
  text-align: center;
}

.meo p {
  font-size: 26px;
  text-align: left;
}

.example {
  text-align: center;
  margin-top: 100px;
}

.example p {
  font-size: 20px;
  margin: 50px 0;
}

.example p img {
  width: 90%;
  max-width: 1200px;
  height: auto;
}

/* --------------------task-------------------- */

.task .task-title {
  color: #fff;
  background-color: #2173FF;
  margin-top: 100px;
  text-align: center;
  background-image: url(../images/task01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 85%;
}

.task .task-title .task-inner h2 {
  font-size: 40px;
  line-height: 55px;
  padding: 80px;
}

.task .task-title span {
  font-size: 80px;
  line-height: 100px;
}

.result {
  width: 70%;
  height: auto;
  border: 10px solid #707070;
  text-align: center;
  margin: 150px auto;
  padding: 100px 20px;
  background-image: url(../images/task02.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.result .blue {
  font-size: 50px;
}

.result .blue span {
  font-size: 70px;
  color: #2173FF;
}

.result .red {
  font-size: 60px;
}

.result .red span {
  font-size: 80px;
  color: #FF2121;
}

.task .container {
  width: 80%;
  height: auto;
  margin: 0 auto;
  justify-content: space-around;
}

.task .container .item {
  width: 400px;
  height: auto;
  background-color: #80B7FF;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 20px;
  margin-bottom: 80px;
}

.task .container .item h4 {
  font-size: 40px;
  line-height: 50px;
}

.task .container .item span {
  font-size: 70px;
}

.task .container .item p {
  font-size: 26px;
}

.cause {
  width: 70%;
  height: auto;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.56);
  margin: 30px auto 100px;
  padding: 100px 50px;
  text-align: center;
  border-radius: 20px;
}

.cause h3 {
  font-size: 40px;
}

.cause p {
  font-size: 26px;
}

/* --------------------advantage-------------------- */

.advantage div div {
  width: 50%;
  height: auto;
  text-align: center;
  padding: 100px 50px;
  box-sizing: border-box;
  color: #fff;
}

.adv-top,
.adv-bottom {
  background-color: #80B7FF;
}

.advantage h2 {
  font-size: 50px;
  height: 100px;
}

.advantage p {
  font-size: 26px;
}

.advantage p img {
  margin: 40px auto;
}

.advantage01 {
  background-color: #80B7FF;
  float: left;
}

.advantage01 h2 img {
  width: auto;
  height: 80%;
}

.advantage01 p img {
  width: 55%;
  height: auto;
}

.advantage02 {
  background-color: #2173FF;
  float: right;
}

.advantage02 h2 img {
  width: auto;
  height: 80%;
}

.advantage02 p img {
  width: 50%;
  height: auto;
}

.advantage03 {
  background-color: #2173FF;
  float: left;
}

.advantage03 h2 img {
  width: auto;
  height: 80%;
}

.advantage03 p img {
  width: 50%;
  height: auto;
}

.advantage04 {
  background-color: #80B7FF;
  float: right;
}

.advantage04 h2 img {
  width: auto;
  height: 80%;
}

.advantage04 p img {
  width: 70%;
  height: auto;
}

/* --------------------contact--------------------- */

.price {
  width: 60%;
  height: 30vw;
  background-color: #80B7FF;
  margin: 120px auto 0;
  border-radius: 30px;
}

.price-left {
  width: 45%;
  height: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-left img {
  width: auto;
  height: 80%;
}

.price-right {
  width: 55%;
  height: 100%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.price-right h3 {
  font-size: 70px;
  line-height: 100px;
}

.price-right h3 span {
  font-size: 100px;
}

.contact-address {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0;
}

.contact-address a {
  text-decoration: none;
  color: #2173FF;
}

.contact-left {
  width: 70%;
  height: auto;
  float: left;
  text-align: center;
  padding: 50px 0;
}

.contact-left h3 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #2173FF;
}

.contact-left h3 span {
  font-size: 55px;
}

.conntact-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.contact-right {
  width: 30%;
  height: auto;
  float: right;
}

.contact p.plan {
  text-align: center;
  font-size: 40px;
  margin-top: 100px;
}

.phone {
  background-color: #D7E0FF;
  width: 420px;
  height: 150px;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}

.phone p {
  font-size: 26px;
}

.phone h4 {
  font-size: 47px;
  line-height: 76px;
}

.line {
  background-color: #D7E0FF;
  width: 420px;
  height: 150px;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}

.line p {
  font-size: 26px;
}

.line h4 {
  font-size: 37px;
  line-height: 76px;
}

.mail {
  background-color: #D7E0FF;
  width: 500px;
  height: 150px;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}

.mail p {
  font-size: 26px;
}

.mail h4 {
  font-size: 37px;
  line-height: 76px;
}

/* --------------------effect-------------------- */

.effect {
  text-align: center;
}

.effect h2 {
  background-color: #2173FF;
  color: #fff;
  width: 450px;
  height: 140px;
  font-size: 40px;
  line-height: 140px;
  margin: 100px auto 0;
  border-radius: 30px;
}

.effect p img {
  width: 80%;
}

.effect p:nth-child(4) {
  font-size: 26px;
  margin-bottom: 80px;
}

.indirect-search {
  background-color: #80B7FF;
  color: #fff;
  font-size: 26px;
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 100px 50px;
  border-radius: 30px;
}

.indirect-search h3 {
  font-size: 40px;
  margin-bottom: 60px;
}

.effect p:nth-child(8) {
  font-size: 26px;
  margin-bottom: 80px;
}

.dedicated {
  background-color: #2173FF;
  color: #fff;
  font-size: 26px;
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 100px 50px;
  border-radius: 30px;
}

.dedicated h3 {
  font-size: 40px;
  margin-bottom: 60px;
}

/* --------------------q&a-------------------- */

.question {
  padding: 100px 0;
  background-image: url(../images/question-back.svg);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 7% 100%;
}

.question h2 {
  font-size: 60px;
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 260px;
  background-image: url(../images/question01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto 50px;
}

.s_01 .accordion_one .accordion_header {
  background-color: #D7E0FF;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  /* z-index: +1; */
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 30px;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #2173FF;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
  display: none;
  width: 94%;
  padding: 30px 30px;
  border: 5px solid #D7E0FF;
  margin: 20px auto 0;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}

.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }

  .s_01 .accordion_one .accordion_inner {
    font-size: 16px;
    text-align: left;
  }

}

@media screen and (max-width: 599px) {
  .s_01 .accordion_one .accordion_inner br {
    display: none;
  }
}

/* --------------------client-------------------- */

.client {
  width: 70%;
  border: 10px solid #707070;
  margin: 0 auto;
  text-align: center;
  padding: 100px 20px;
}

.client h3 {
  font-size: 60px;
}

.client p {
  font-size: 40px;
}

.client p img {
  width: 80%;
}

/* --------------------detail-------------------- */

.detail {
  text-align: center;
  color: #fff;
}

.detail01 {
  width: 100%;
  background-color: #80B7FF;
  padding: 100px;
  box-sizing: border-box;
}

.detail02 {
  width: 100%;
  background-color: #2173FF;
  padding: 100px;
  box-sizing: border-box;
}

.detail03 {
  width: 100%;
  background-color: #80B7FF;
  padding: 100px;
  box-sizing: border-box;
}

.detail04 {
  width: 100%;
  background-color: #2173FF;
  padding: 100px;
  box-sizing: border-box;
}

.detail-left {
  float: left;
  box-sizing: border-box;
}

.detail-right {
  float: right;
  box-sizing: border-box;
}

.detail-left:nth-child(2n+1) {
  width: 60%;
}

.detail-left:nth-child(2n) {
  width: 40%;
}

.detail-right:nth-child(2n+1) {
  width: 60%;
}

.detail-right:nth-child(2n) {
  width: 40%;
}

.detail-image01 {
  width: 80%;
  height: auto;
}

.detail-image02 {
  width: 80%;
  height: auto;
}

.detail-image03 {
  width: 80%;
  height: auto;
}

.detail-image04 {
  width: 100%;
  height: auto;
}

.detail h2 {
  font-size: 70px;
  min-height: 100px;
  margin-bottom: 50px;
}

.detail p {
  font-size: 30px;
}

.detail h2 img {
  width: auto;
  height: 80%;
}

/* --------------------footer-------------------- */

footer {
  width: 100%;
  height: 330px;
  background-color: #2173FF;
  background-image: url(../images/back-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

footer div {
  width: auto;
  height: 300px;
  float: left;
}

footer h4 {
  font-size: 40px;
}

.company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 100px;
  box-sizing: border-box;
}

.company-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: left;
  align-items: center;
  box-sizing: border-box;
  font-size: 26px;
  clear: both;
}

.company-detail div {
  height: 160px;
}

.company-detail address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
}

.company-detail a {
  text-decoration: none;
  color: #fff;
}

small {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.sp {
  display: none;
}

.sp-image {
  display: none;
}

.client-image-sp {
  display: none;
}

.spbr {
  display: none;
}

.sp-example {
  display: none;
}


/* --------------------スクロールCSS-------------------- */

.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* --------------------資料------------------- */

#page-top {
  text-align: center;
}

#page-top a {
  width: 300px;
  background-color: #ff4242;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  position: fixed;
  z-index: 100;
  right: 20px;
  text-decoration: none;
  border-radius: 10px;
}


/* --------------------1649～1450-------------------- */


@media screen and (max-width: 1649px) {

  .top-left {
    width: 60%;
    float: left;
    margin-left: 100px;
  }

  .top-left h1 {
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .top-left p {
    font-size: 20px;
    margin-bottom: 30px
  }

  .top01 {
    margin-top: 100px;
  }

  .top02 {
    margin: 0;
    display: none;
  }

  .ribbon img {
    width: 25%;
    height: auto;
  }

  .worry .container .item {
    width: 300px;
    font-size: 18px;
  }

  .advantage p {
    font-size: 22px;
  }

  .detail h2 {
    font-size: 60px;
  }

}

/* --------------------1449～1280-------------------- */

@media screen and (max-width: 1449px) {

  header a {
    width: 180px;
    height: 60px;
  }

  header p {
    font-size: 18px;
    text-align: center;
    line-height: 60px;
  }

  .top-left {
    width: 60%;
    float: left;
    margin-left: 0;
  }

  .top-left h1 {
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .worry-anime {
    margin-top: 150px;
  }

  .meo {
    margin: 0 auto;
    padding: 100px 50px;
  }

  .meo h3 {
    font-size: 40px;
  }

  .meo p {
    font-size: 20px;
  }

  .example p {
    font-size: 18px;
    margin: 50px 0;
  }

  .result .blue {
    font-size: 40px;
  }

  .result .blue span {
    font-size: 60px;
    color: #2173FF;
  }

  .result .red {
    font-size: 50px;
  }

  .result .red span {
    font-size: 70px;
    color: #FF2121;
  }

  .advantage h2 {
    font-size: 40px;
    height: 80px;
  }

  .advantage p {
    font-size: 20px;
  }

  .price {
    width: 70%;
    height: 30vw;
  }

  .price-right h3 {
    font-size: 60px;
    line-height: 100px;
  }

  .price-right h3 span {
    font-size: 90px;
  }

  .contact-right {
    margin-top: 100px;
  }

  .effect p img {
    width: 90%;
  }

  .effect p:nth-child(4) {
    font-size: 22px;
    margin-bottom: 80px;
  }

  .indirect-search p {
    font-size: 22px;
  }

  .effect p:nth-child(8) {
    font-size: 22px;
    margin-bottom: 80px;
  }

  .question {
    background-position: bottom left;
  }

  .detail h2 {
    font-size: 50px;
    min-height: 80px;
    margin-bottom: 40px;
  }

  .detail p {
    font-size: 22px;
  }

  footer {
    width: 100%;
    height: 220px;
    background-color: #2173FF;
    background-image: url(../images/back-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }

  footer div {
    height: 200px;
  }

  footer h4 {
    font-size: 30px;
  }

  .company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
  }

  .company-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    align-items: center;
    box-sizing: border-box;
    font-size: 20px;
  }

  .company-detail div {
    height: 130px;
  }

  .company-detail address {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: bold;
  }

  .company-detail a {
    text-decoration: none;
    color: #fff;
  }

}


/* --------------------1279～1025-------------------- */


@media screen and (max-width: 1279px) {

  .top-left {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .top01 {
    margin-top: 0;
  }

  .ribbon {
    text-align: center;
  }

  .worry-anime {
    width: 30%;
    margin-top: 150px;
  }

  .worry .container {
    width: 70%;
    height: 500px;
  }

  .task .task-title {
    background-position: 100%;
  }

  .task .container .item {
    width: 350px;
    margin-bottom: 30px;
  }

  .cause p {
    font-size: 20px;
  }

  .advantage div div {
    padding: 50px 20px;
  }

  .advantage p {
    font-size: 18px;
  }

  .price-right h3 {
    font-size: 50px;
    line-height: 80px;
  }

  .price-right h3 span {
    font-size: 80px;
  }

  .contact-left h3 span {
    font-size: 40px;
  }

  .contact-left h3 {
    font-size: 26px;
  }

  .sp {
    display: block;
  }

  .section.s_01 {
    width: 80%;
    margin: 0 auto;
  }

  .client {
    padding: 50px 20px;
  }

  .client p img {
    width: 90%;
  }

  .client h3 {
    font-size: 50px;
  }

  .client p {
    font-size: 26px;
  }

  .detail h2 {
    font-size: 40px;
    min-height: 60px;
    margin-bottom: 40px;
  }

  .detail p {
    font-size: 18px;
  }

}


/* --------------------1024～600-------------------- */


@media screen and (max-width: 1024px) {

  .sp-image {
    display: inline;
  }

  .pc-image {
    display: none;
  }

  article.top {
    padding: 60px 70px;
  }

  .worry h2 {
    font-size: 40px;
  }

  .worry h2 span {
    font-size: 60px;
    color: #f00;
  }

  .worry-anime {
    width: 80%;
    float: none;
    margin: 50px auto 0;
  }

  .worry .container {
    width: 100%;
    height: 500px;
    float: none;
    margin-top: 0;
    justify-content: space-around;
  }

  .worry .container .item {
    margin-right: 0;
  }

  .task .task-title {
    background-position: bottom right;
    background-size: 25%;
  }

  .task .task-title .task-inner h2 {
    font-size: 30px;
    line-height: 45px;
    padding: 60px;
  }

  .task .task-title span {
    font-size: 60px;
    line-height: 80px;
  }

  .result .blue {
    font-size: 30px;
  }

  .result .blue span {
    font-size: 50px;
  }

  .result .red {
    font-size: 30px;
  }

  .result .red span {
    font-size: 50px;
  }

  .task .container .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .advantage h2 {
    font-size: 26px;
    height: 80px;
  }

  .advantage p br {
    display: none;
  }

  .price-right h3 {
    font-size: 35px;
    line-height: 60px;
  }

  .price-right h3 span {
    font-size: 60px;
  }

  .contact-address {
    width: 100%;
    padding: 120px 0;
  }

  .contact-left {
    width: 70%;
    float: none;
    margin: 0 auto;
    padding: 50px 0;
  }

  .contact-right {
    width: 70%;
    float: none;
    margin: 0 auto;
  }

  .contact p.plan {
    font-size: 26px;
    margin-top: 80px;
  }

  .effect h2 {
    width: 300px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
  }

  .indirect-search p {
    text-align: left;
  }

  .dedicated p {
    text-align: left;
  }

  .tab {
    display: none;
  }

  .detail-left {
    float: none;
  }

  .detail-right {
    float: none;
  }

  .detail-left:nth-child(n) {
    width: 100%;
  }

  .detail-right:nth-child(n) {
    width: 100%;
  }

  .detail p {
    font-size: 22px;
    margin-bottom: 50px;
  }

  footer {
    width: 100%;
    height: 280px;
    padding-bottom: 30px;
  }

  footer div {
    height: auto;
    float: none;
    text-align: center;
  }

  .company {
    padding: 30px;
  }

}


/* --------------------599～360--------------------- */

@media screen and (max-width: 599px) {

  header a {
    width: 120px;
    height: 50px;
    top: 10px;
    right: 10px;
  }

  header p {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
  }

  .MenuBtn {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 5px;
  }

  article.top {
    padding: 20px;
    background-repeat: repeat;
    background-size: 250%;
  }

  .top-left h1 {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 55px;
  }

  .ribbon img {
    width: 40%;
    height: auto;
  }

  .spbr {
    display: inline;
  }

  .top-left p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .top01 {
    width: 100%;
  }

  .worry h2 {
    top: 0;
    background-color: #ffffffa8;
    height: 60vw;
    padding-top: 10vw;
  }

  .worry-anime {
    width: 80%;
    float: none;
    margin: 30px auto 0;
  }

  .worry .container {
    height: 600px;
  }

  .worry .container .item {
    height: 100px;
    font-size: 16px;
  }

  .meo {
    width: 90%;
    margin: 0 auto;
    padding: 40px 30px;
    background-size: 60%;
    box-sizing: border-box;
  }

  .meo h3 {
    font-size: 30px;
  }

  .meo p {
    font-size: 16px;
  }

  .example {
    margin-top: 0;
  }

  .example p {
    font-size: 16px;
  }

  .sp-example {
    display: inline;
  }

  .pc-example {
    display: none;
  }

  .task .task-title .task-inner h2 {
    font-size: 22px;
    line-height: 40px;
    padding: 30px;
  }

  .task .task-title span {
    font-size: 45px;
    line-height: 60px;
  }

  .result {
    width: 90%;
    height: auto;
    margin: 80px auto;
    padding: 40px 20px;
    background-size: 60%;
    box-sizing: border-box;
  }

  .result .blue {
    font-size: 26px;
    line-height: 50px;
  }

  .result .blue span {
    font-size: 40px;
    line-height: 65px;
  }

  .result .red {
    font-size: 26px;
    line-height: 50px;
  }

  .result .red span {
    font-size: 40px;
    line-height: 65px;
  }

  .task .container .item {
    padding: 50px 20px;
  }

  .task .container .item h4 {
    font-size: 30px;
    line-height: 50px;
  }

  .task .container .item p {
    font-size: 18px;
  }

  .cause {
    width: 90%;
    height: auto;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
  }

  .cause p {
    text-align: left;
  }

  .cause p br {
    display: none;
  }

  .advantage div div {
    width: 100%;
    padding: 40px 30px;
  }

  .advantage01 {
    background-color: #80B7FF;
    float: none;
  }

  .advantage02 {
    background-color: #2173FF;
    float: none;
  }

  .advantage03 {
    background-color: #80B7FF;
    float: none;
  }

  .advantage04 {
    background-color: #2173FF;
    float: none;
  }

  .price {
    width: 80%;
    height: auto;
    margin: 60px auto 0;
    border-radius: 30px;
  }

  .price-left {
    width: 100%;
    height: auto;
    float: none;
  }

  .price-left img {
    width: 60%;
    height: auto;
  }

  .price-right {
    width: 100%;
    height: auto;
    float: none;
  }

  .price-right h3 {
    font-size: 30px;
    line-height: 50px;
  }

  .price-right h3 span {
    font-size: 50px;
  }

  .contact-address {
    width: 100%;
    padding: 30px 0;
  }

  .contact-left h3 span {
    font-size: 30px;
  }

  .contact-left {
    width: 90%;
    padding: 30px 0;
    box-sizing: border-box;
  }

  .contact p.plan {
    font-size: 20px;
    margin-top: 60px;
  }

  .phone {
    background-color: #D7E0FF;
    width: 300px;
    height: auto;
    padding: 20px 0;
  }

  .phone p {
    font-size: 22px;
  }

  .phone h4 {
    font-size: 30px;
    line-height: 50px;
  }

  .line {
    width: 300px;
    height: auto;
    padding: 20px 0;
  }

  .line p {
    font-size: 22px;
  }

  .line h4 {
    font-size: 26px;
    line-height: 50px;
  }


  .mail {
    width: 300px;
    height: auto;
    padding: 20px 0;
  }

  .mail p {
    font-size: 22px;
  }

  .mail h4 {
    font-size: 26px;
    line-height: 50px;
  }

  .effect p img {
    width: 100%;
  }

  .effect p:nth-child(4) {
    font-size: 14px;
    margin-bottom: 60px;
  }

  .indirect-search {
    font-size: 26px;
    width: 90%;
    padding: 40px 30px;
    box-sizing: border-box;
  }

  .indirect-search h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .indirect-search p {
    font-size: 16px;
  }

  .effect p:nth-child(8) {
    font-size: 14px;
    margin-bottom: 60px;
  }

  .dedicated {
    font-size: 16px;
    width: 90%;
    height: auto;
    padding: 40px 30px;
    box-sizing: border-box;
  }

  .dedicated h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .question {
    padding: 100px 0;
    background-image: url(../images/question-back.svg);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: 7% 100%;
  }

  .question h2 {
    font-size: 30px;
    width: 80%;
    height: auto;
    margin: 0 auto;
    line-height: 100px;
    background-size: contain;
    background-position: left;
  }

  .client {
    width: 90%;
    border: 10px solid #707070;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .client-image {
    display: none;
  }

  .client-image-sp {
    display: inline;
  }

  .client h3 {
    font-size: 30px;
  }

  .client p {
    font-size: 22px;
  }

  .detail h2 {
    font-size: 34px;
  }

  .detail h2 img {
    width: auto;
    height: 60px;
  }

  .detail p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
  }

  .pcbr {
    display: none;
  }

  .detail01 {
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .detail02 {
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .detail03 {
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .detail04 {
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .company-detail {
    font-size: 16px;
  }

}


/* --------------------contact form--------------------- */

.contactwrapper {
  background-color: #80B7FF;
  background-image: url(../images/back-icon.png);
  background-repeat: repeat;
  background-size: 120%;
  color: #fff;
}

.contactwrapper h1 {
  text-align: center;
  font-size: 40px;
  padding: 50px;
}

.contactwrapper p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.contactwrapper form {
  width: 80%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.contactwrapper .form-group {
  padding-top: 30px;
}

.contactwrapper input {
  width: 60%;
  min-width: 250px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.contactwrapper .form-group span {
  color: rgb(41, 41, 41);
}

.contactwrapper form .btn-primary {
  background-color: #E8EDFF;
  width: 180px;
  height: 50px;
  color: #2173FF;
  border-radius: 5px;
  margin: 50px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  filter: drop-shadow(3px 3px 0 #414141);
}

.contactwrapper form .btn-secondary {
  background-color: #666666;
  width: 180px;
  height: 50px;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  filter: drop-shadow(3px 3px 0 #414141);
}

.contactwrapper table {
  margin: 0 auto;
}

.contactwrapper caption {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.contactwrapper th {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.contactwrapper td {
  padding: 10px 20px;
}

.contactwrapper .container-3 {
  margin: 50px;
}

.contactwrapper .container-3 h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

.contactwrapper .container-3 p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

.contactwrapper .back {
  display: block;
  width: 180px;
  height: 50px;
  background-color: #E8EDFF;
  text-align: center;
  border-radius: 5px;
  margin: 50px auto 100px;
  filter: drop-shadow(3px 3px 0 #414141);
}

.contactwrapper .back a {
  display: block;
  text-decoration: none;
  color: #2173FF;
  line-height: 50px;
  font-size: 16px;
}

/* --------------------contact 1024-600 -------------------- */

@media screen and (max-width: 1024px) {

  .contactwrapper {
    background-size: 230%;
  }

  .contactwrapper input {
    width: 80%;
    min-width: 250px;
    line-height: 34px;
    font-size: 18px;
  }

}