@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}


.wrapper {
  width: 1200px;
  margin: 0 auto;
  font-family: "Murecho", sans-serif;
  background-color: #fff;
  /* font-family: "Zen Maru Gothic", serif; */
}

html {
  font-size: 62.5%;
  background-color: #DEF1FA;
}

a {
  text-decoration: none;
}

/* headerレイアウト */

header {
  background-color: #eeffff ;
  padding: 5px 15px;
  margin: 0 auto;
  width: 1200px;
  height: 100px;
  box-shadow: 0 4px 10px 0 rgba(0, 26, 99, .2);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.header {
  height: 50px;
  width: 850px;
  margin: 0 auto;
  font-weight: 400;
  color: #fff;
}

header h1 {
  height: 70px;
  width: 300px;
  margin: auto;
}

/* アコーディオンメニュー */

header nav {
  color:#fff;
  padding-bottom: 3px;
}

nav ul.ddmenu {
  font-size: 1.6rem;
  color:#fff; 
  width: 850px;
  text-align: end;
}

nav ul.ddmenu li {
  display: inline-block;
  list-style-type: none;
  position: relative;
  }
nav ul.ddmenu a {
  color: #1686B8;
  background-color: #8BC0DC;
  text-decoration: none; 
  display: block;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
nav ul li a:hover {
color: #F7C02D;
  background: #1686B8;
  font-weight: 400;
  transition: 0.3s;
}
nav ul.ddmenu ul {
display: none;
margin: 0;
padding: 0;
position: absolute;
}
nav ul.ddmenu li:hover ul  {
display: block;
}

nav ul.ddmenu li {
width: 200px;
box-sizing: content-box;
}

nav ul.ddmenu ul li a{
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  font-weight: 300;
  font-size: 1.6rem;
}

ul.ddmenu ul li a:hover { 
  background-color: #1686B8;
  color: #F7C02D;
  transition: 0.3s;
}
header {
position: sticky;
top: 0;
z-index: 9999;
}

/* .link無料でお試し・資料ダウンロード設定 */
.link {
  display: flex;
  width: 850px;
  justify-content: end;
}

.link a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 30px;
  padding: 8px 25px;
  margin: 8px;
  line-height: 2.4rem;
  transition: 0.3s;
}

.header .link a {
  line-height: 1.8rem;
}

.link .freelink {
  background-color: #F7C02D;
  color: #fff;
  border: 2px solid #F7C02D;
}

a.freelink:hover {
  color: #F7C02D;
  background-color: #fff;
}

.link .download {
  background-color: #1686B8;
  color: #fff;
  border: 2px  solid #1686B8;
  margin-right: 0;
}

a.download:hover {
  
  background-color: #fff;
  color: #1686B8;
}
/* .link設定終わり */


/* headerレイアウト終わり */

/* top_visualレイアウト */
.top_visual {
  margin: 32px auto;
  background-image: url(../images/topimagewoman.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 1000px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap
}

.top {
  text-align: center;
  margin-top: 26px;
  width: 600px;
  /* background-color: lightgray; */

}

 h1#top_catchphrase {
  font-size: 4.2rem;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  padding-left: 100px;

}

h1#top_catchphrase span {
  font-size: 4.8rem;
  background: linear-gradient(transparent 80%, #efef00 20%);
}

.top img {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
}

.top_visual .link {
  width: 400px;
}
/* ==========================top_visualレイアウト終わり========================== */


/* mainレイアウト */

/* section共通デザイン設定 */

main section {
  margin: 96px auto;
  width: 100%;
} 

main section h2 {
  width: 550px;
  margin: 0 auto;
  margin-bottom: 32px;
  padding: 5px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 3.2rem;
border-bottom: 5px solid #1686B8;
}

section h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  width: 250px;
  margin: 32px auto;
  font-weight: 400;
  background-color: #1686B8;
  border-radius: 30px;
}



main {
 width: 100%;
  margin: 0 auto;
  background-color:#fff;
}

section .kuwasiku_p {
  margin: 32px auto;
  width: 900px;
  text-align: center;
}

.kuwashiku_a {
  background-color: #4d438a;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 30px;
  padding: 8px 56px;
  border: 2px solid #4d438a;
  transition: 0.3s;
}

.kuwashiku_a:hover {
  background-color: #fff;
  color: #4d438a;
}

main .catchphrase {
  font-size: 2.4rem;
  font-weight: 300;
  width: 800px;
  text-align: center;
  margin: 16px auto
}

main .catchphrase span {
  font-size: 2.8rem;
  background: linear-gradient(transparent 80%, #E6B835 20%);
}

.kojin,.chusyo {
  background-color: #fff;
  border:3px solid #1686B8;
  border-radius: 15px;
  width: 450px;
}

/* ==========================section共通デザイン設定 終わり==========================*/

/* sec1お悩み設定 */
.onayami {
  display: flex;
  justify-content: space-evenly;
}


.onayami p {
  font-size: 1.6rem;
  width: 420px;
  background-image: url(../images/hukidashi1.gif);
  background-repeat: no-repeat;
  line-height: 6.0rem;
 margin: 16px auto; 
}

.sec1 .onayami p.lastonayami {
  background-image: url(../images/hukidashi3.gif);
  background-repeat: no-repeat;
  background-position:bottom;
  width: 250px;
  height: 70px;
  line-height: 3.2rem;
  margin: 16px 0 0 64px;
}

.sec1 .onayami p span {
  background: linear-gradient(transparent 80%, #efef00 20%);
}

.onayami .yoko {
  display: flex;
}

.onayami .yoko p {
  background-image: url(../images/hukidashi2.gif);
  background-repeat: no-repeat;
  background-position:bottom;
  padding: 0;
  line-height: 6.0rem;
  margin:0 auto;
}

.sec1 .kojin {
  background-image: url(../images/onayamiwoman.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 500px;
  height: 500px;
}

.sec1 .chusyo {
  width: 500px;
  height: 500px;
  background-image: url(../images/onayamiman.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

article {
  text-align: center;
  width: 100%;
}
/* ==========================sec1　お悩み設定終わり========================== */



/* sec2　機能説明設定 */
.dekiru {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 32px auto;
}

.dekiru_left {
  padding: 16px;
}

.dekiru .dekiru_left img {
  display: block;
  margin: 0 auto;
}

.dekiru_left p {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 80px;
}

.dekiru_left p span {
  background: linear-gradient(transparent 80%, #E6B835 20%);
  font-size: 2.8rem;
}

.kinou {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 600px;
}

.kinou a {
  display: block;
  background-color: #DEF1FA;
  color: #442e6e;
  width: 170px;
  height: 200px;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  margin: 16px auto;
  border-radius: 10px;
  transition: 0.3s;
}

.kinou a .kinou_icon {
  margin: 0px auto;
  margin-top: 16px;
  width: 130px;
  background-color: #fff;
  line-height: 1px;
  border: #000;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.kinou_icon img {
  display: block;
  line-height: 150px;
  margin: 8px;
  border: none;
}

.kinou a:hover {
  background-color: #E6B835;
  box-shadow: 3px 3px 0 0 #ef7520;
}

#middle_link {
  display: block;
  width: 100%;
  background-color: #faf5de;
  margin: 0 auto 64px;
  position: relative;
  padding: 30px 0;
}

 #middle_link p,#kinou_link p {
  font-size: 2.4rem;
  font-weight: 300;
  width: 100%;
  margin:  32px 0;
  text-align: center;
}

#middle_link a {
  width: 150px;
  margin: 32px auto;
}

#middle_link::after {
  content: '';
  display: block;
  background-color: #faf5de;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 200px;
  left: 0;
}
  /* ==========================sec2機能説明設定終わり========================== */

.sec3 {
  margin-top: 140px;
}

/* sec3導入事例設定 */
.sec3 .catchphrase {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
    width: 600px;
    margin: 0 auto;
    
}

.sec3 p img{
  display: block;
  padding: 0 auto;
}

.sec3 .kigyologo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 800px;
  height: 400px;
  margin: 0 auto;
  padding-bottom: 32px;
  border: none;
}

.sec3 .kigyologo img {
  display: block;
  margin: 8px;

}

.sec3 .kigyologo .catchphrase {
  font-size: 2.4rem;
  width: 800px;
  margin: 32px auto;
}

.customer_voice .donyu {
  border: 1px solid #2d344b;
  border-radius: 10px;
  width: 220px;
  padding: 10px;
  padding-top: 5px;
}

.customer_voice .donyu p {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}



/* ==========================sec3導入事例設定終わり========================== */

/* sec4料金プラン設定 */
.sec4 .ryokin {
  display: flex;
  justify-content: space-evenly;
}

.sec4 .ryokin {
  width: 1100px;
  margin: 0 auto;
}

.sec4 h3 {
  width: 300px;
  margin-top: 16px;
}

.osusume::before {
  content: url(../images/slash_left.svg);
  display: inline-block;
  margin-right: 16px;
}

.osusume::after {
  content: url(../images/slash_right.svg);
  display: inline-block;
  margin-left: 16px;
}

p.osusume {
margin: 32px 16px auto;
display: flex;
  justify-content: center;
  align-items: flex-start;

}

.plan {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 210px;
  margin: 32px auto;
}

p.monthly{
  background-color: #1686B8;
  border-radius: 50%;
  line-height: 60px;
  height: 60px;
  width: 60px;
  color: #fff;
  margin-right: 8px;
}

.sec4 .plan .price p {
  margin-bottom: 10px;
  letter-spacing: 2px;
}


p.yearly {
  background-color: #ef7520;
  border-radius: 50%;
  line-height: 60px;
  height: 60px;
  width: 60px;
  color: #fff;
  margin-right: 8px;
}


.sec4 .ryokin p {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}

.sec4 .plan p span {
  font-size: 3.2rem;
  font-weight: 500;
  border-bottom: 5px solid #ef7520;
}

.sec4 .plan span.monthly {
  border-bottom:5px solid #1686B8;
}


.sec4 ul {
  margin: 32px auto;
  width: 80%;
  border-top:1px dotted #000 ;
  padding-top: 32px;
}

.sec4 li {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 16px;
  list-style-type: circle;
}


/* ==========================sec4料金プラン設定終わり========================== */

/* sec5入力フォーム設定 */

.sec5 .otameshi {
  display: flex;
  justify-content: space-evenly;
  background-color: #DEF1FA;
  border-radius: 30px;
  width: 85%;
  margin: 0 auto;
}

.sec5 h3 {
  width: 280px;
padding: 10px;
}

.sec5 .otameshi_info {
  width: 500px;
  background-color: #DEF1FA;
  border-radius: 30px;
  text-align: center;
}

.sec5 .otameshi_info p {
width: 400px;
margin: 32px auto;
text-align: start;
}

.sec5 .otameshi_info p:last-child {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 2px solid #1686B8;
}

.sec5 form {
  width: 500px;
  background-color: #DEF1FA;
  padding: 20px;
  border-radius: 30px;
}
.sec5 label {
line-height: 1.6rem;
margin-right: 20px;
font-size: 1.6rem;
}

.sec5 p {
  font-size: 1.6rem;
  margin: 32px 0 8px 16px;
}

.sec5 .name {
  width: 272px;
  display: flex;
}

#form_name {
  padding-left: 0;
}

.sec5 input#organization,.sec5 input#email,.sec5 input#tel,select {
  width: 255px;
  padding: 8px;
  font-size: 2.0rem;
  font-family: "Murecho", sans-serif;
}

.sec5 select {
  line-height: 40px;
  margin-top: 8px;
  padding: 4px;
}

.sec5 input#sonotareason {
  width: 255px;
  padding: 8px;
  margin-top: 8px;
}



.sec5 input[type="text"],.sec5 input[type="email"],.sec5 input[type="tel"] 
{
  width: 120px;
  height: 20px;
  margin-top: 8px;
  font-size: 2.0rem;
  font-family: "Murecho", sans-serif;
}

.sec5 input[type="radio"] {
  margin-left: 32px;
}

.sec5 .reason,.interest {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 32px;
}

.sec5 .reason p {
  margin: 4px 8px;
  width: 170px;
}

.interest p {
  width: 130px;
  margin: 4px 8px;
}

.sec5 input#lastname,input#firstname {
  padding: 8px;
}

.sec5 textarea {
  width: 400px;
  margin: 0 32px;
  padding: 8px;
  margin-top: 8px;
  font-size: 2.0rem;
  font-family: "Murecho", sans-serif;
}

.sec5 input[type="submit"] {
  display: block;
  background-color: #F7C02D;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 4px 32px;
  box-shadow: 3px 3px 0 0 #ef7520;
  margin: 32px auto;
  border: none;
  transition: 0.3s;
  font-size: 2.0rem;
  font-family: "Murecho", sans-serif;
}

.sec5 input[type="submit"]:hover {
  box-shadow: 3px 3px 0 0 #F7C02D;
  background-color: #ef7520;
}

.sec5 form span {
  font-size: 1.2rem;
  background-color: #e68675;
  color: #fff;
  border-radius: 10px;
  line-height: 1.6rem;
  padding: 0 10px;
  margin-left: 16px;
}

p#sonota_p {
  margin-top: 16px;
}

form label:last-child {
  margin-right: 0;
}

form label:last-child span {
  margin-left: 0;
}

.sec5 form label:last-child a {
  color: #4d438a;
}

.sec5 form label:last-child a:hover {
  color: #e68675;
}
/* ==========================sec5入力フォーム設定終わり ==========================*/
/* ==========================mainレイアウト終わり========================== */


/* ==========================footerレイアウト ==========================*/
footer {
  width: 1200px;
  /* background-color: #5061A6; */
  margin: 0 auto;
  background-color: #442e6e;
}

footer .footer_nav {
  display: flex;
}


footer nav {
  width: 800px;
  display: flex;
  justify-content: space-evenly;
  background-color: #1686B8;
  padding:20px;
  color: #fff;
} 

footer nav p {
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 2px dotted #fff;
  padding-bottom: 8px;
  margin: 16px 0;
}

footer nav li {
  margin-top: 8px;
}

footer nav li a {
  font-size: 1.6rem;
  padding-left: 5px;
  color: #fff;
}

footer nav li a:hover {
  color: #442e6e;
}

footer .address {
  width: 400px;
  background-color: #1686B8;
  padding:20px;
  font-size: 1.6rem;
  color: #fff;
}

footer .address h2 {
  padding-bottom: 16px;
  transition: 0.5s;
}

footer .address h2:hover {
  opacity: 0.8;
}

.address p:last-child {
  text-align: center;
  margin-top: 32px;
  width: 250px;
  display: flex;
  justify-content: space-evenly;
}

.address p:last-child img{
  display: block;
}

.pagebottom {
  display: flex;
  justify-content: center;
}

.pagebottom li {
  padding: 32px 0;
}

.pagebottom li a {
  display: block;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 1.2rem;
  padding: 0 10px;
}

small {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
/* ==========================footerレイアウト終わり========================== */

/* ==========================　機能紹介ページ設定 ==========================*/



h1.subpage {
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 200px;
  text-align: center;
  background-image: url(../images/cloudimage4.png);
  background-repeat: no-repeat;
  background-color: rgba(22, 134, 184,0.8);
  width: 1200px;
  letter-spacing: 0.6rem;
}

main.kinousyokai h1 span {
  border-bottom: 2px dotted #fff;
}

.kinousyokai section {
  margin: 64px auto;
}


.kinou_sec {
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0;
  margin: 30px auto;
  width: 900px;
  border:3px dotted #1686B8;
  border-radius: 30px;
}

.kinou_img {
  width: 350px;
}

.kinou_img h2 {
  font-size: 2.4rem;
  width: 140px;
  margin: 32px auto;
  font-weight: 300;
  background-color: #1686B8;
  border-radius: 30px;
  color: #fff;
}

.kinou_p {
  font-size: 1.6rem;
  font-weight: 300;
  width: 400px;
}

.kinou_p p {
  margin-top: 16px;
  margin-bottom: 32px;
}

.kinou_img .kinou_first_p {
  font-weight: 300;
  margin: 16px auto;
  font-size: 1.6rem;
  text-align: justify;
}

.kinou_p h3 {
  font-size: 1.6rem;
  background-color: #DEF1FA;
  color: #000;
  margin: 16px 0 8px 0;
  padding: 0 10px;
  width: 220px;
  text-align: left;
  line-height: 30px;
}

main.kinousyokai .link{
  width: 100%;
  display: block;
  margin: 32px;
}

main.kinousyokai .link a {
  font-size: 2.4rem;
  width: 250px;
line-height: 50px;
border-radius: 60px;
margin: 0 auto; 
}

#kinou_link {
  margin: 0;
  margin-top: 64px;
   background-color: #faf5de;
   padding: 60px 0;
}

/* ==========================機能紹介ページ終わり========================== */

/* ==========================　お客様の声設定 ==========================*/

main.customer_voice h1 {
  background-image: url(../images/customer_top.png);
}

main.customer_voice {
  width: 1200px;
 margin: 0 auto;
}

.customer_voice p.catchphrase {
  margin: 32px auto;
}

.voice_top {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}

.voice_sec {
  width: 1200px;
}

.voice_top .voice_name h2 {
  font-size: 2.4rem;
  font-weight: 400;
  width: 450px;
  text-align: start;
  margin-bottom: 32px ;
}

.voice_name p {
  padding-left: 15px;
  font-size: 1.6rem;
}

.voice_sec .voice_top .voice_name p span {
  display: inline-block;
  width: 90px;
  margin: 0 10px;
  font-size: 1.4rem;
  background-color: #8BC0DC;
  border-radius: 15px;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: 300;
}

.voice_top img {
  display: block;
  width: 600px;
}

.customer_voice .voice_text p {
font-size: 1.6rem;
font-weight: 300;
text-indent: 1.6rem;
text-align: justify;
}

.voice_text {
  width: 800px;
  margin: 0 auto;
}

.voice_text h3 {
  background-color: #fff;
  border-radius: 0;
  border-bottom: 3px dotted #1686B8;
  color: #000;
  margin:32px 10px;
  margin-bottom: 16px;
  padding: 5px;
  width: 280px;
}



.voice_text h4 {
  font-size: 1.6rem;
  font-weight: 300;
  background-color: #DEF1FA;
  color: #000;
  margin: 16px 0;
  padding: 0 10px;
  width: 190px;
  text-align: left;
  line-height: 30px;
  border-radius: 30px;
}

.voice_text h4:first-child {
  margin-top: 0;
}

.voice_text .change p {
  margin-bottom: 32px;
}


.change {
  display: flex;
  justify-content:space-between;
   margin-top: 32px;
}

.voice_sec p.change_top {
  text-indent: 0;
}

.change_text {
  width: 370px;
}

main hr {
  width: 1080px;
  height: 1px;
  margin: 16px auto;
  background-color: #ddd;
  border: none;
}

.customer_voice ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

.customer_voice li.donyu {
  width: 300px;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 225px;
  margin: 32px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 50, .2);
}

.customer_voice li.donyu h4 {
  font-size: 2.0rem;
  font-weight: 300;
}

.customer_voice li.donyu span {
  display: inline-block;
  width: 90px;
  margin: 0 10px;
  font-size: 1.4rem;
  background-color: #8BC0DC;
  border-radius: 15px;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: 300;
} 

.customer_voice li.donyu a {
  display: block;
  width: 100px;
  padding: 5px 15px;
  background-color: #DEF1FA;
  border-radius: 15px;
  border: 1px solid #DEF1FA;
  text-align: center;
  color: #2d344b;
  margin: 10px auto;
  transition: 0.8s;
}

.customer_voice li.donyu a:hover {
  background-color: #fff;
  border:1px solid #1686B8;
}


.customer_voice .link{
  width: 1200px;
  display: block;
  margin: 30px;
}

.customer_voice .link p {
  margin: 20px auto;
  font-size: 3.2rem;
  font-weight: 300;
  text-align: center;
}
.customer_voice .link a {
  font-size: 2.4rem;
  width: 250px;
line-height: 50px;
border-radius: 60px;
margin: 0 auto; 
transition: 0.8s;
}

.customer_voice .comment {
  height: 100px;
  margin-top: 15px;
}


#suzuki {
  background-image: url(../images/donyu_suzuki.jpg);
  background-repeat: no-repeat;
}
#iwajyo {
  background-image: url(../images/donyu_iwajyo.jpg);
  background-repeat: no-repeat;
}
#nekoyanagi {
  background-image: url(../images/donyu_nekoyanagi.jpg);
  background-repeat: no-repeat;
}
#hoshino {
  background-image: url(../images/donyu_hoshino.jpg);
  background-repeat: no-repeat;
}
#matsumoto {
  background-image: url(../images/donyu_matsumoto.jpg);
  background-repeat: no-repeat;
}
#hanaoka {
  background-image: url(../images/donyu_hanaoka.jpg);
  background-repeat: no-repeat;
}
#watanabe {
  background-image: url(../images/donyu_watanabe.jpg);
  background-repeat: no-repeat;
}
#hirano {
  background-image: url(../images/donyu_hirano.jpg);
  background-repeat: no-repeat;
}
#tukikage {
  background-image: url(../images/donyu_tukikage.jpg);
  background-repeat: no-repeat;
}

#ito {
  background-image: url(../images/donyu_ito_w300.jpg);
  background-repeat: no-repeat;
}

#yamada {
  background-image: url(../images/donyu_yamada_w300.jpg);
  background-repeat: no-repeat;
}

#donyu_link {
  margin: 0;
 margin-top: 64px;
  background-color: #faf5de;
  padding: 60px 0;
}