/*======================
  base
======================*/
body {
	word-wrap: break-word;
	background: #fff;
	color: #565656;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

body a {
	color: #fff;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
label,
table,
tbody,
tr,
th,
td,
figure,
blockquote {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	-webkit-text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

a {
	transition: all 0.3s ease 0s;
}

a:hover {
  color: #565656;
	opacity: 0.8;
}

.maxwidth{
  max-width: 1660px;
  margin: 0 auto;
}

.sp{
  display: none;
}

.bold{
  font-weight: 600;
  font-size: 24px;
}
.accent{
  color: #FF712A;
}

.btn{
  color: #fff;
  background-color: #FF712A;
  padding: 1rem 2.5rem;
  line-height: 1;
  border: 0;
  border-radius: 80px;
}
.btn:hover{
  color: #565656;
  background-color: #fff;
  border: #FF712A solid 4px;
  opacity: 1;
}
.btn::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('./assets/image/btn-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
.sp-br{
  display: none;
}
.tb-br{
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-br{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .btn::after{
    width: 12px;
    height: 12px;
}
}
@media screen and (max-width: 568px) {
  .body{
    font-size: 14px;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .sp-br{
    display: block;
  }
  .bold{
    font-size: 20px;
  }
}
/*======================
  header
======================*/
.l-header{
  width: 100%;
  text-align: center;
  z-index: 999;
  top: 0;
  position: fixed;
  transition: translateY 600ms, opacity 200ms;
}
.l-header.action{
  translateY: -100%;
  opacity: 0;
}
.l-header__inner{
  width: 86.1%;
  height: 40px;
  margin: 40px auto;
  display: flex;
  align-items: flex-end;
}
.l-header__logo{
  width: 200px;
}
.l-header__title{
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
}
@media screen and (max-width: 568px) {
  .l-header__inner{
    width: 90%;
  }
  .l-header__inner{
    flex-direction: column;
    align-items: flex-start;
    margin: 24px auto;
  }
  .l-header__title{
    padding-left: 0;
  }
}
/*======================
  fv
======================*/
.fv-contents{
  background-image: url(./assets/image/fv-pc.jpg);
  height: 62.5vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.fv-contents .btnbox{
  position: absolute;
  bottom: 28%;
  left: 7%;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .fv-contents .btnbox{
    position: absolute;
    bottom: 28%;
    left: 7%;
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .fv-contents{
    background-image: url(./assets/image/fv-sp.jpg);
    height: 258vw;
  }
  .fv-contents .btnbox{
    position: absolute;
    bottom: 62%;
    left: 7%;
    font-size: 16px;
  }
}

/*======================
  problem
======================*/
.problem-inner{
  background-color: #FF712A;
  margin: auto;
  text-align: center;
  padding: 6.25rem 0;
}
.problem-container{
  width: 86.1%;
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  padding-bottom: 13.889%;
  position: relative;
}
.character{
  width: 400px;
  position: absolute;
  right: 0;
  bottom: -25%;
  left: 0;
  margin: auto;
}
.problem-container .bold{
  padding-top: 6.25rem;
}
.problem-contents{
  display: flex;
  width: 83.8%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5rem auto 0;
  gap: 1.6rem;
}
.problem-item{
  background-image: url(./assets/image/bg-maru.png);
  width: 240px;
  height: 246px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.item-text{
  height: 33.33%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
}
@media screen and (max-width: 568px) {
  .problem-inner{
    padding: 6.25rem 0;
  }
  .problem-container{
    width: 75%;
    padding-bottom: 30%;
  }
  .character{
    width: 280px;
    bottom: -13%;
  }
}
/*======================
  benefit
======================*/
.benefit-inner{
  width: 83.8%;
  margin: 11.5rem auto 7.5rem;
}
.benefit-box{
  width: 83.87%;
  height: 28.75vw;
  margin: auto;
  background-color: #fafafa;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.benefit{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 80px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: -100px;
}
.benefit.even{
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: -100px;
}
.title-container{
  margin-bottom: 5rem;
  text-align: center;
}
.title-logo{
  width: 500px;
}
.title-text{
  padding-top: 24px;
}
.middle{
  margin: 5rem auto;
}
.heading{
  display: flex;
  gap: 16px;
  color: #FF712A;
  border-bottom: solid 3px #FF712A ;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.number{
  font-size: 40px;
  font-family: "ab-maruhanamaki", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.flex-text{
  width: 52.69%;
  max-width: 548px;
}
.flex-img{
  width: 38.85%;
}
/*PC~タブレット*/
@media screen and (max-width:980px) {
  .benefit-inner{
    width: 90%;
  }
}
@media screen and (max-width:860px) {
  .benefit-contents{
    width: 100%;
    height: auto;
  }
  .benefit{
    flex-direction: column;
    margin-right: 0;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .benefit.even{
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
  .benefit-box{
    width: 100%;
    height: 100vw;
    margin: 0 auto 2.5rem;
  }
  .flex-text{
    width: 80%;
    max-width: 548px;
  }
  .flex-img{
    width: 68%;
  }
}
@media screen and (max-width:568px) {
  .benefit-box{
    width: 100%;
    height: 140vw;
    margin: 0 auto 2.5rem;
  }
  .number{
    font-size: 32px;
  }
  .title-logo{
    width: 280px;
  }
  .title-text{
    padding-top: 18px;
  }
}
/*======================
  works
======================*/
.work-inner{
  max-width: 1880px;
  margin: 0 auto;
  background: #fff;
}

.works-contents {
  position: relative; /* 中央寄せしたい要素の親タグにrelativeをつける */
  overflow: hidden;  /* はみ出した部分は表示しないようにする */
  height: 376px; /* 高さは固定値を入れる */
}

.works-contents img{
  position: absolute;
  top: 50%; /* トップを基準に中央配置 */
  left: 50%; /* 左を基準に中央配置 */
  width: calc(100% + 100px);
  height: 376px;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
/*======================
  service
======================*/
.service-inner{
  width: 72.3%;
  margin: 7.5rem auto;
}
.service-contents{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  margin: auto;
  gap: 2.5rem;
}
.service-item{
  width: 230px;
}
.service-text{
  background-color: #FFF5E5;
  color: #FF712A;
  border-radius: 80px;
  margin-top: 5rem;
  text-align: center;
}
.service-text p{
  font-size: 24px;
  font-weight: 600;
  padding: 1.5rem 6.5rem;
}

@media screen and (max-width: 1065px) {
  .service-contents{
    justify-content: space-around;
    gap: 0;
  }
  .service-item{
    margin-bottom: 2.7778vw;
  }
}
@media screen and (max-width:980px) {
  .service-inner{
    width: 85%;
  }
  .service-text p{
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width:568px) {
  .service-text p{
    padding: 1.5rem 1.5rem;
    font-size: 16px;
  }
  .service-item{
    width: 146px;
  }
}
/*======================
  plan
======================*/
.plan-inner{
  text-align: center;
  z-index: -100;
  position: relative;
}
.plan-inner::after{
  content: "";
  position: absolute;
  left:0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 75%;
  background: #FF712A;
}
.title-white{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}
.plan-contents{
  width: 72.23%;
  max-width: 1440px;
  margin: 0 auto 18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
}
.plan{
  width: 320px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.plan-name{
  color: #fff;
  background-color: #FFCD2A;
  border-radius: 50px;
  width: 240px;
  line-height: 55px;
  margin: 40px auto 24px;
}
.otegaru{
  background-color: #FF961E;
}
.tokutoku{
  background-color: #FF712A;
}
.plan-days{
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 32px;
}
.price-bold{
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.plan-text{
  width: 240px;
  font-weight: 500;
  padding: 40px 0;
  margin: auto;
  text-align: left;
}
/*PC~タブレット*/
@media screen and (max-width:1330px) {
  .plan-contents{
    width: 98%;
    justify-content: space-around;
  }
}
@media screen and (max-width:1024px) {
  .plan-contents{
    flex-direction: column;
    gap: 40px;
  }
  .plan-inner::after{
    content: "";
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #FF712A;
  }
  .plan-contents{
    padding-bottom: 6.25rem;
}
}
@media screen and (max-width:568px) {
  .title-white{
    font-size: 28px;
  }
  .plan-text{
    font-size: 14px;
  }
}
/*======================
  footer
======================*/
.l-footer__inner{
  background-color: #FF712A;
  color: #fff;
}
.l-footer__box{
  width: 86.1%;
  margin: auto;
  padding: 40px 0 16px;
  border-bottom: #fafafa solid 1px;
}
.l-footer__logo img{
  width: 200px;
}
.l-footer__nav{
  display: flex;
  justify-content: flex-end;
  margin: 24px auto 16px;
}
.l-footer__item{
  margin-left: 40px;
}
.l-footer__copyright{
  width: 86.1%;
  margin: auto;
  text-align: right;
  padding: 16px 0 24px;
}
@media screen and (max-width:568px) {
  .l-footer__box{
    width: 90%;
    text-align: center;
  }
  .l-footer__nav{
    flex-direction: column;
    justify-content: center;
    margin: 24px auto 40px;
  }
  .l-footer__item{
    margin-left: 0;
    margin-top: 40px;
  }
  .l-footer__copyright{
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 12px;
}