@charset "utf-8";
/*
Theme Name: kawaken
Theme URI: テーマのホームサイトのURL
Description: テーマの説明
Author: 作者の名前
Author URI: 作者のサイトのURL
Version: バージョン
*/

/*ーーー
 全体
ーーー*/
html {
  font-size: 62.5%;
}
body{
  min-width: 1000px;
  word-break: break-all;
  font-family: 'Noto Sans JP','メイリオ',sans-serif;
  font-size: 14px;
  color: #3E3A39;
  line-height: 1.5;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container{
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.ttl{
  font-size: 2.36em;
  font-family: 'Noto Serif JP',serif;
  text-align: center;
}
.txt{
  line-height: 1.8;
}
.enTxt{
  font-family: 'Noto Serif JP',serif;
  text-align: center;
  padding-top: 15px;
}
.txtArea{
  margin-top: 45px;
}
.sp,
.ss{
  display: none;
}
.fade {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1.5s;
}
.fade.visible {
  opacity: 1;
  transform: translateY(0);
}
/*ーーーー
 ヘッダー
ーーーーー*/
.headerPhone{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.headerPhone .phoneBtn::before{
  content:'';
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(img/iconPhone.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.phoneBtn {
  font-size: 44px;
  letter-spacing: 2px;
  color: #fff;
  padding-left: 20px;
}
.reception{
  text-align: center;
  padding-top: 1rem;
}
.header{
  height: 150px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(26, 43, 87, 1), rgba(12, 50, 112, 1) 10%, rgba(3, 55, 129, 1) 20%, rgba(0, 57, 135, 1) 30%, rgba(16, 76, 149, 1) 40%, rgba(30, 93, 161, 1) 50%, rgba(38, 104, 169, 1) 60%, rgba(41, 107, 171, 1) 70%, rgba(55, 118, 177, 1) 80%, rgba(93, 145, 191, 1) 90%, rgba(133, 174, 207, 1));
  color: #fff;
}
.header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
}
.header h1{
  max-width: 285px;
}
.headerInner{
  display: flex;
  flex-direction: column-reverse;
}
.headerNav{
  display: flex;
}
.headerNav li{
  padding: 17px 5px 17px 0px;
}
.headerNav li::after{
  content: "/";
  width: 1px;
  height: 1rem;
  padding-left: 5px;
}
.headerNav li:last-of-type::after{
  display: none;
}
.contactLink,
.contactLinkSp{
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactLinkSp{
  display: none;
}
.contactBtn{
  color: #231815;
  letter-spacing: -1px;
}
.headerNav li a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all .3s;
  transform: scale(0,1);
  background: #fff;
  transform-origin: left top;
}
/*------------
　メインビュー
------------*/
.mainView{
  background-image: url(img/mainView.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100vw;
  height: 1300px;
}
.mainView .txt,
.mainView h2{
  color: #fff;
  position: absolute;
}
.mainView .txt{
  font-size: 17px;
  top:30%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
}
.mainView h2{
  font-size: 50px;
  font-family: 'Noto Serif JP',serif;
  top:32.3%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
}
.viewImg{
  max-width: 390px;
  position: absolute;
  top: 43.846%;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*-------
コンテント
--------*/
section{
  margin-top: 100px;
  padding-top: 100px;
}
.contentBlock{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 100px;
  max-width: 1200px;
  margin: 0 auto;
}
.contentWrap{
  display: flex;
  align-items: center;
}
.reverse{
  flex-direction: row-reverse;
}
.contentWrap img{
  width: calc(99%/2);
  margin-right: 2em;
}
.largeTxt{
  font-size: 1.86em;
  font-family: 'Noto Serif JP',serif;
  text-align: center;
  margin-bottom: 30px;
}
#scheme .contentWrap img{
  margin-right: 0;
  margin-left: 4.2em;
}
#scheme .txt{
  margin-bottom: 35px;
}

#introduction,
#price{
  background-image: linear-gradient(180deg, rgba(26, 43, 87, 1), rgba(12, 50, 112, 1) 10%, rgba(3, 55, 129, 1) 20%, rgba(0, 57, 135, 1) 30%, rgba(16, 76, 149, 1) 40%, rgba(30, 93, 161, 1) 50%, rgba(38, 104, 169, 1) 60%, rgba(41, 107, 171, 1) 70%, rgba(55, 118, 177, 1) 80%, rgba(93, 145, 191, 1) 90%, rgba(133, 174, 207, 1));
  color: #fff;
}

#introduction .contentWrap{
  margin-top: 70px;
  width: calc(99%/2);
}
#introduction .txtArea{
  margin-top: 0;
}
#introduction .contentWrap img:nth-child(1),
#introduction .contentWrap img:nth-child(2){
  margin:0 1em;
}
#features .contentWrap{
  display: flex;
  flex-wrap: wrap;
  width: calc(86%/3);
  justify-content: center;
  margin-top: 70px;
  margin-left: 75px;
}
#features .contentWrap img{
  width: 100%;
  margin-right: 0;
}
#features .contentWrap:first-child{
  margin-left: 0;
}
#price .contentWrap{
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#price .txtArea{
  display: flex;
  align-items: center;
  margin: 85px auto 0;
  max-width: 886px;
}
#price .txtWrap h4{
  width: 43.2%;
}
#price .txtWrap .txt{
  margin-top: 0;
  width: 56.8%;
}
.note{
  text-align: end;
  max-width: 886px;
  margin: 40px auto 50px;
}

#price .contentWrap2{
  background-color: #fff;
  color: #3E3A39;
  padding: 10px 20px 0;
}
#price .contentBlock{
  margin-top: 70px;
  padding-bottom: 15px;
}
.contentBlock .priceImg{
  margin:-30px 0 0 30px;
}
.priceWrap .largeTxt{
  font-size: 2.14em;
  margin-bottom: 18px;
}
.calculation{
  font-size: 1.42em;
  text-align: center;
  margin-bottom: 2.5em;
}
.priceWrap .txt{
  background-color: #E5E5E6;
  padding: 25px;
  font-size: 1.57em;
  letter-spacing: 2px;
}
.yen{
  font-size: 12px;
}
.annotation{
  font-size: 16px;
}
.contentWrap2 h5{
  font-size: 5.92em;
  text-align: center;
  padding-bottom: 0.72em;
}
.million{
  font-size: 0.72em;
}

#flow .flowContent {
  width: calc(87%/2);
  margin-right: 5em;
}
#flow .flowContent:nth-child(2){
  margin-right: none;

}
#flow .ttlWrapper{
  margin-bottom: 6.42em;
}
.flowContent img{
  width: 20%;
  margin-right: 5.5em;
  display: flex;
}
.flowContent .contentWrap{
  margin-bottom: 2.64em;
}
.iconTriangle,
.iconTriangleSp{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 23px solid #555555;
  border-bottom: 0;
  margin: 2em 3em;
}
.iconTriangleSp{
  display: none;
}
.antxt{
  text-align: right;
}
#owner{
  margin-bottom: 200px;
}

/*-------
　footer
--------*/
.footer{
  background-color: #12335F;
  color: #fff;
}
.footer .container,
.footerListWrapper,
.footerRight{
  display: flex;
}
.footer .container{
  padding-bottom: 90px;
  justify-content: space-between;
}
.footerLeft{
  width: 40%;
  padding-top: 60px;
}
.footerListWrapper ul{
  width: calc(100%/2);
}
.footerListWrapper li{
  padding-bottom: 1em;
}
.footerLeft_head{
  margin-bottom: 50px;
}
.footerRight{
  justify-content: center;
}
.footerLogo{
  margin-top: 84px;
  width: 30%;
}
.footerTxtArea{
  margin-top: 110px;
  padding-left: 10px;
}
.footerTxtArea h2{
  font-size: 1.42em;
  padding-bottom: 10px;
}
.footerTxtArea .txt{
  padding-left: 1em;
}
.copyright{
  background-image: linear-gradient(90deg, rgba(26, 43, 87, 1), rgba(12, 50, 112, 1) 10%, rgba(3, 55, 129, 1) 20%, rgba(0, 57, 135, 1) 30%, rgba(16, 76, 149, 1) 40%, rgba(30, 93, 161, 1) 50%, rgba(38, 104, 169, 1) 60%, rgba(41, 107, 171, 1) 70%, rgba(55, 118, 177, 1) 80%, rgba(93, 145, 191, 1) 90%, rgba(133, 174, 207, 1));
  text-align: center;
}
/*---------------
contact-page
---------------*/
.contactTxt{
  margin-top: -40px;
  margin-bottom: 40px;
  max-width: 940px;
  margin-inline: auto;
}
.contactForm{
  padding-top: 65px;
  padding-bottom: 70px;
}
.contact dl {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.contact dl dt {
  width: 20%;
  font-size: 1.7rem;
}
.contact dl dd {
  width: 80%;
}
.contact dl dd .inputExample{
  color: #b5b5b6;
  display: block;
}
.contact dl dd textarea,
.contact dl dd input {
  width: 100%;
  padding: 10px;
  display: inline-block;
  line-height: 2;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.contact dl dd input.postNumber{
  width: 150px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.privacy_head{
  text-align: center;
  margin-top: 60px;
  font-size: 1.7rem;
}
.privacy_txt{
  padding:25px 30px 35px;
  max-width: 780px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  height: 350px;
  line-height: 1.7;
  overflow: scroll;
}
.privacyAgree_wrapper{
  text-align: center;
  margin-top: 95px;
}
.privacyAgree{
  font-size: 1.7rem;
}
.submit-btn{
  display: block;
  width: 230px;
  margin-inline: auto;
  position: relative;
  margin-top: 75px;
}
.submit-btn::after{
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f054";
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: .3s;
}
input[type="submit"]{
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px;
  background: #3590bf;
  color: #fff;
  text-align: center;
}
.mw_wp_form_confirm{
  padding-bottom: 80px;
}
.mw_wp_form_confirm .privacy_head,
.mw_wp_form_confirm .privacy_txt,
.mw_wp_form_confirm .privacyAgree,
.mw_wp_form_confirm .contactTxt{
  display: none;
}
.mw_wp_form_confirm .inputExample{
  display: none !important;
}
.mw_wp_form_confirm .contact dl{
  max-width: 700px;
}
.mw_wp_form_confirm .contact dl dt{
  width: 30%;
}
.mw_wp_form_confirm .contact dl dd{
  width: 70%;
}
.mw_wp_form_complete{
  padding-bottom: 80px;
  text-align: center;
}
.mw_wp_form_complete h3{
  font-size: 2rem;
  padding-bottom: 20px;
}
.contact.decoration::after{
  top: auto;
  bottom: -300px;
}
/*ーーーー---
top btn
ーー----ーー*/
.backToTop {
  display: block;
  width: 70px;
  height: 70px;
  background: #3590BF;
  border: 2px solid #fff;
  border-radius: 35px;
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 9;
  transition: none;
}
.backToTop i{
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 70px;
  font-size: 2rem;
}
.backToTop.fixed {
  position: static;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: 80px;
  margin-top: -99px;
}