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

/*ーーー
 全体
ーーー*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body{
  min-width: 1000px;
  word-break: break-all;
  font-family: 'Noto Serif JP',serif;
  font-size: 1.4rem;
  color: #3E3A39;
  line-height: 1.5;
  letter-spacing: 1px;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container{
  max-width: 1200px;
  margin: 0 auto;
}
.l-section{
  margin-top: 15rem;
}

.ttl{
  font-size: 3.2rem;
  text-align: center;
}
.largeTxt{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.txt{
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 1rem;
  font-family: 'Noto Sans JP','メイリオ',sans-serif;
}
.subTtl{
  text-align: center;
  padding-top: 3rem;
  padding-bottom:5rem;
  font-size: 2rem;
  font-family: 'Oswald',sans-serif;
}
.sp{
  display: none;
}
.fade {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1.5s;
}
.fade.visible {
  opacity: 1;
  transform: translateY(0);
}
/*ーーーー
 ヘッダー
ーーーーー*/
.header{
  width: 100%;
  background-image: linear-gradient(to bottom,#05aff2,#05aff2,#05aff2,#a7e4f2);
  color: #fff;
}
.header .container{
  max-width: 1300px;
}
.headerWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
}
.header h1{
  max-width: 368px;
  width: 40%;
}
.headerInner{
  display: flex;
  flex-direction: column-reverse;
  width: 60%;
}
.contactInner{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}
.contactBtn{
  background: #fff;
  color: #05aff2;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: 3rem;
  font-size: 1.6rem;
}
.contactLinkSp{
  display: none;
}
.headerPhone{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contactInner .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-family: 'Oswald',sans-serif;
  font-size: 44px;
  letter-spacing: 2px;
  color: #fff;
}
.headerNav{
  display: flex;
  padding-top: 15px;
  justify-content: center;
}
.headerNav li{
  font-size: 12px;
  padding-left: 3px;
  position:relative;
  font-family: 'Noto Sans JP','メイリオ',sans-serif;
}
.headerNav li::before{
  content: "/";
  display: inline-block;
  width: 1px;
  height: 1rem;
  padding: 0 8px 0 0;
}
.headerNav li:first-of-type::before{
  display: none;
}
.headerNav li::after{
  content:'';
  display: block;
  position:absolute;
  transform:scaleX(0);
  width: 90%;
  height:2px;
  bottom:0;
  left:10px;
  background-color:#fff;
  transform-origin:bottom right;
  transition:transform .5s cubic-bezier(.86,0,.07,1);
}
.headerNav li:hover::after{
  transform:scaleX(1);
  transform-origin:bottom left;
}

.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/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100vw;
  height:1300px;
}
.mainView img{
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.viewImg{
  max-width: 410px;
  position: absolute;
  top: 47%;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.contentBlock{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.contentWrap{
  display: flex;
  align-items: center;
}
.reverse{
  flex-direction: row-reverse;
}
.txtWrap{
  width: 50%;
  padding: 0 20px;
}

/*-------
  about
--------*/
#concept,
#scheme{
  margin-top: 80px;
}
.imageWrap{
  width: calc(100%/2);
}
#scheme .contentWrap img{
  margin-right: 0;
  margin-left: 30px;
}
#scheme .txt{
  margin-bottom: 35px;
}
/*----------
  advantage
------------*/
#ad{
  background-image: linear-gradient(to bottom,#05aff2,#05aff2,#05aff2,#a7e4f2);
  color: #fff;
  padding: 8rem 0;
}
#ad .contentWrap{
  margin-top: 7rem;
  width: calc(95%/2);
}
#ad .txtArea{
  margin-top: 0;
}
#ad .txtArea .txt{
  line-height: 1.6;
}
#ad .contentWrap:nth-child(3) img,
#ad .contentWrap:nth-child(4) img{
  margin:0 0 0 2rem;
}

/*----------
  features
------------*/
#features .contentWrap{
  flex-wrap: wrap;
  width: calc(90%/3);
  justify-content: center;
  margin-left: 5rem;
  align-items: flex-start;
}
#features .imageWrap{
  max-width: 350px;
  margin-right: 0;
}
#features .txtWrap {
  max-width: 100%;
  padding: 0 1rem;
}
#features .contentWrap:first-child{
  margin-left: 0;
}

/*------
  fee
-------*/
#fee{
  background-image: linear-gradient(to bottom,#05aff2,#05aff2,#05aff2,#a7e4f2);
  color: #fff;
  padding: 80px 0;
}
#fee .contentWrap{
  display: block;
}
#fee .txtArea{
  display: flex;
  justify-content: center;
}
#fee .txtWrap h4{
  width: 50%;
}
.detail{
  margin-top: 0;
  width: 50%;
}
.detail .txt{
  font-family: 'Noto Serif JP',serif;
}
.note {
  margin: 0 auto 80px;
  font-size: 12px;
}
.inWrap{
  background-color: #fff;
  color: #3E3A39;
  padding: 100px 75px;
}
#fee .contentBlock{
  display: block;
  padding-bottom: 0;
}
.priceWrap{
  display: flex;
  justify-content: space-between;
}
.plan1{
  padding-bottom: 8rem;
}
.priceWrap .largeTxt{
  text-align: left;
}
.plan2{
  align-items: flex-end;
}
#fee .txtWrap{
  width: 100%;
}
.arealeft, .arearight{
  width: calc(100%/2);
}
.arealeft .txtBox{
  background-color: #E5E5E6;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 2px;
}
.txtBox .txt{
  font-family: 'Noto serif JP',serif;
  font-size: 2.4rem;
}
.arearight{
  padding-left: 30px;
}
.arearight .subTtl{
  text-align: start;
}
.method{
  padding-bottom: 2rem;
  font-size: 2rem;
}
.yen,
.annotation{
  font-size: 1.4rem;
}
.txtFlexArea{
  display: flex;
  flex-direction: column;
}
.table .txt{
  text-align: center;
}

/*------
  flow
-------*/
.flowContent  {
  width: calc(87%/2);
}
#flow .ttlWrapper{
  margin-bottom: 75px;
}
.iconWrap{
  width: 40%;
}
.iconWrap img{
  width: 50%;
}
.flowTxtArea{
  width: 60%;
}
.flowTxtArea .ttl{
  text-align: start;
  margin-bottom: 1rem;
}
.flowContent .contentWrap{
  margin-bottom: 4rem;
}
.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;
}
.note2{
  text-align: end;
}

/*-------
　owner
--------*/
#owner{
  margin-bottom: 15rem;
}

/*-------
　footer
--------*/
.footer{
  background-color: #05aff2;
  color: #fff;
}
.footer .container,
.footerRight{
  display: flex;
}
.footer .container{
  padding: 8rem 0;
  justify-content: space-between;
  align-items: center;
}
.footerLeft,
.footerRight{
  width: 50%;
}
.footerRight ul{
  width: calc(100%/2);
}
.footerRight li{
  padding-bottom: 3rem;
}
.footerRight{
  justify-content: space-evenly;
  margin-left: 10rem;
}
.footerTxtArea .largeTxt{
  padding-top: 5rem;
  text-align: left;
}
.copyright{
  background-image: linear-gradient(to left,#05aff2,#05aff2,#05aff2,#a7e4f2);
  text-align: center;
  font-size: 1.2rem;
}
/*---------------
contact-page
---------------*/
.contactTxt{
  margin-top: -40px;
  margin-bottom: 40px;
  max-width: 940px;
  margin-inline: auto;
  font-family: 'Noto Sans JP','メイリオ',sans-serif;
}
.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: 16px;
}
.contact dl dd {
  width: 80%;
}
.contact dl dd .inputExample{
  color: #b5b5b6;
  display: block;
  font-family: 'Noto Sans JP','メイリオ',sans-serif;
}
.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;
  font-family: 'Noto Sans JP','メイリオ',sans-serif;
}
.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: #05aff2;
  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: #05aff2;
  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: 15px;
  margin-top: -99px;
}