/* 
Theme Name: とりホペ
Version: 1.0
Author: MJ
Description: とりホペの専用テーマです。
*/


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #00142F;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  /* font-size: 62.5%; */
}

body {
  font-size: 3.2vw;
  padding-top: 65px !important;
}

img {
  width: 100%;
}

.t-center {
  text-align: center;
}

p,a,span {
  font-weight: 600;
}

.line-banner-box {
  display: block;
  width: 100%;
  text-decoration: none;
}

.line-banner-box img {
  width: 100%;
}

.line-btn-box {
  width: 100%;
  margin: 0 auto;
}

.line-btn-box > a {
  width: 100%;
  height: 50px;
  background-color: #06c755;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 40px;
  aspect-ratio: 29/5;
}

.line-btn-box > a img {
  width: 12%;
}

.line-btn-box > a p {
  color: #ffffff;
}

.sub-title {
  text-align: center;
  margin-bottom: 8%;

}

.sub-title h2 {
  color: #00142F;
  font-size: 4.18vw;
}

.sub-title h2::after {
  content: '';
  display: block;
  width: 20%;
  height: 2px;
  background-color: #FDC202;
  margin: 10px auto 0 auto;
}



/* ハンバーガーメニュー
ハンバーガーメニュー
ハンバーガーメニュー */


.hamburger {
  display : block;
  position: fixed;
  z-index : 100;
  right : 25px;
  top   : 10px;
  width : 48px;
  height: 48px;
  cursor: pointer;
  /* ハンバーガーの背景 */
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #155BB3;
}

/* ハンバーガーのspanのスタイル */
.hamburger span {
  display : block;
  position: absolute;
  width   : 18px;
  height  : 2px ;
  left    : 15px;
  background : #155BB3;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 18px;
}
.hamburger span:nth-child(2) {
  top: 24px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 24px;
  background : #fff;
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 24px;
  background : #fff;
  transform        : rotate(-315deg);
}

.hamburger.active {
  background-color: #155BB3;
}

nav.globalMenuSp {
  position: fixed;
  z-index : -2;
  top  : 0;
  /* left : 0; */
  right: -50%;
  bottom: 0;
  color: #fff;
  background: #155BB3;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  /* background-image: url(img/tori-img.png);
  background-position: left 10% bottom 25%;
  background-size: 10%;
  background-repeat: repeat-x; */
}


nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.nav-item-container {
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .2s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.5em 0;
  text-decoration :none;
  font-weight:bold;
  font-size: 5vw;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  z-index: 40;
  right: 0;
}









header {
  width: 100%;
  height: 65px;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
}

.header-left-box {
  display: flex;
  align-items: center;
}

.header-logo {
  width: 55px;
  margin-right: 8px;
}

.header-left-box img {
  width: 100%;
}

.header-title h1 {
  font-size: 20px;
}

.header-title p {
  font-size: 12px;
  font-weight: 600;
}

.top-wrapper {
  background-color: #fdf5e9;
  background-image: url(/img/top-bg1.png),url(/img/top-bg3.png), url(/img/top-bg2.png);
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom;
  background-size: 15%, 38%, 15%;
  position: relative;
  padding:22% 4% 12% 4%;
}

.top-text-img {
  width: 60%;
  position: absolute;
  top: 5%;
  left: 2%;
}

.top-pc-img {
  width: 80;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-wrapper h2 {
  font-size: 6.6vw;
  font-family: 'Segoe UI', sans-serif;
  font-weight: bold;
  margin-bottom: 4%;
}

.top-wrapper > p {
  margin-bottom: 6%;
  font-size: 3.4vw;
}

.top-round-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6%;
}

.top-round {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  width: 30%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-round img {
  display: block;
  width: 35%;
  margin-bottom: 3px;
}

.top-round:nth-child(2) img {
  width: 30%;
}

.top-round p {
  font-size: 2.45vw;
}

.top-wrapper .line-btn-box {
  width: 84%;
}

.reason-wrapper {
  background-color: #ffffff;
  padding: 10% 8%;
}

.reason-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 17%;
  position: relative;
}

.reason-item::after {
  content: '';
  font-family: "Oswald", sans-serif;
  font-size: 41.86vw;
  color: #FDC202;
  opacity: 0.15;
  position: absolute;
  line-height: 1;
}

.reason-item:nth-child(1)::after {
  content: '1';
  top: -3%;
  right: 10%;
}
.reason-item:nth-child(2)::after {
  content: '2';
  top: -3%;
  left: 0;
}
.reason-item:nth-child(3)::after {
  content: '3';
  top: 0;
  right: 0;
}
.reason-item:nth-child(4)::after {
  content: '4';
  top: 0;
  left: 0;
}

.reason-img {
  width: 25%;
  aspect-ratio: 5/5;
  border-radius: 50%;
  background-color: #fef5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
}

.reason-img img {
  width: 50%;
}

.reason-item:nth-child(2) .reason-img img, .reason-item:nth-child(3) .reason-img img, .reason-item:nth-child(4) .reason-img img {
  width: 85%;
} 

.reason-item:nth-child(4) > p::after {
  content: '※作業料1500円(税込)レンタルサーバー代、ドメイン代（月額800円～1500円）お客様のご負担になります。';
  display: block;
  font-size: 2.4vw;
}

.reason-item h3 {
  font-size: 4.95vw;
  margin-bottom: 5%;
}

.reason-item p {
  font-size: 3.72vw;
  line-height: 1.9;
}

.servis-wrapper {
  background-color: #F3F6FD;
  margin: 0 4% 10% 4%;
  padding: 8% 0;
}

.servis-wrapper .sub-title {
  margin-bottom: 18%;
}

.ser-box {
  padding: 0 5%;
}

.ser-item {
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  padding: 15% 3% 8% 3%;
  margin-bottom: 22%;
}

.ser-title {
  background-color: #155BB3;
  width: 75%;
  padding: 4.5% 0;
  text-align: center;
  color: #ffffff;
  font-size: 4.65vw;
  font-weight: 600;
  border-radius: 30px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ser-price-box {
  width: fit-content;
  margin: 0 auto 4% auto;
}

.ser-price {
  display: flex; 
  align-items: flex-end;
}

.ser-price p {
  font-size: 11.16vw;
  line-height: 1;
  font-weight: 700;
}

.ser-price span {
  font-size: 3.72vw;
}

.ser-img {
  width: 75%;
  margin: 0 auto;
}

.ser-t {
  font-size: 3.72vw;
  padding: 3% 5% 7% 5%;
}

.ser-text-box {

}

.ser-text {
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}

.ser-text > img {
  width: 7%;
  margin-right: 3%;
}

.ser-text > p {
  font-weight: bold;
  font-size: 3.48vw;
}

.ser-sta .ser-title {
  background-color: #FDC202;
}

.ser-kanri .ser-title {
  color: #002252;
  background-color: #ffffff;
  border: 2px solid #002252;
}

.line-consul-wrapper {
  width: 92%;
  background-color: #FEF6E6;
  padding: 12% 3%;
  margin: 0 auto;
}

.line-consul-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}

.line-consul-img {
  width: 25%;
}

.line-consul-title > p {
  font-size: 5.11vw;
  letter-spacing: 3%;
}

.line-consul-wrapper > p {
  font-weight: bold;
  margin-bottom: 2%;
}

.line-consul-wrapper .line-btn-box {
  width: 80%;
}

.flow-wrapper {
  padding: 15% 4%;
}

.flow-item {
  border: 2px solid #d3d3d3;
  border-radius: 40px;
  padding: 10% 6%;
}

.flow-title {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}

.flow-title span {
  display: block;
  
}

.flow-title p {
  font-size: 5.11vw;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.flow-title::before {
  content: '1';
  display: block;
  background-color: #fdc202;
  font-size: 5.11vw;
  color: #000000;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 10%;
  text-align: center;
  margin-right: 4.5%;
  /* font-family: 'inter'; */
  font-weight: bold;
}

.flow-item:nth-of-type(3) .flow-title::before {
  content: '2';
}
.flow-item:nth-of-type(5) .flow-title::before {
  content: '3';
}
.flow-item:nth-of-type(7) .flow-title::before {
  content: '4';
}
.flow-item:nth-of-type(9) .flow-title::before {
  content: '5';
}
.flow-item:nth-of-type(11) .flow-title::before {
  content: '6';
}

.flow-img-box {
  width: 30%;
  margin: 10% auto;
}

.flow-text {
  font-size: 3.7vw;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}

.flow-alow {
  background: #fdc202;
  height: calc(tan(43deg) * 60px / 2);
  width: 43px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 10% auto;
}

.qa-wrapper {
  padding: 2% 4%;
}

.qa-item {
  border: 1px solid #d3d3d3;
  border-radius: 16px;
  padding: 4% 6%;
  margin-bottom: 7%;
}

.qa {
  display: flex;
  align-items: center;
}

.qa span {
  display: block;
  font-size: 3.25vw;
  width: 9%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4%;
}

.qa p {
  font-size: 2.8vw;
  line-height: 1.5;
  font-weight: bold;
  width: 88%;
}

.q-box {
  /* margin-bottom: 3%; */
}

.q-box.is-active {
  margin-bottom: 3%;

}

.q-box span {
  background-color: #000000;
  padding-bottom: 1%;
}

.a-box span {
  background-color: #155BB3;
}



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

.accordion {
  /* width: 200px; */
  margin: 0 auto;
}

.menu {
  cursor: pointer;
  user-select: none;
}

.menu:hover,
.menu:active,
.menu.is-active {
}


.contents {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.2s;
}

.contents.is-open {
  height: auto;
  line-height: 1.5;
  opacity: 1;
}




footer {
  background-color: #fff;
  border-top :1px solid #d3d3d3;
  padding: 5% 10%;
}

.footer-logo-box {
  margin-bottom: 5%;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1%;
}

.footer-logo img {
  width: 15%;
  /* margin-right: 1%; */
}

.footer-logo h1 {
  font-size: 4.8vw;
}

.footer-title p {
  text-align: center;
  font-size: 3vw;
}

footer .header-title {
  text-align: center;
}

.footer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-text a {
  font-size: 2.5vw;
  margin-bottom: 3%;
}

p.c-right {
  font-size: 2.2vw;
  text-align: center;
}

