/*
Theme Name: Retona
Theme URI: #
Author: #
Author URI: 
Description: #
Tags: #
*/
@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Special+Gothic:wght@400..700&display=swap');

:root{
  --fml: "Noto Sans JP", sans-serif;
  --fml01: "Special Gothic", sans-serif;
  --size-p: max(1.6rem, 14px);
  --fs-63: 6.3rem;
  --fs-36: 3.6rem;
  --fs-30: 3rem;
  --fs-25: 2.5rem;
  --fs-24: 2.4rem;
  --fs-22: 2.2rem;
  --fs-20: 2rem;
  --fs-18: max(1.8rem, 16px);
  --fs-15: max(1.5rem, 14px);
  --color1: #000;
  --color2: #DB3502;
  --color3: #EE8F00;
  --color4: #0FA0E2;
  --color5: #786741;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.txt__center {
  text-align: center;
}

[class*="d-flex"] {
  display: flex;
  flex-wrap: wrap;
}

[class*="aic"] {
  align-items: center;
}

[class*="aie"] {
  align-items: flex-end;
}

[class*="ais"] {
  align-items: flex-start;
}

[class*="jcc"] {
  justify-content: center;
}

[class*="jcsb"] {
  justify-content: space-between;
}

[class*="jcfe"] {
  justify-content: flex-end;
}

[class*="fcolumn"] {
  flex-flow: column;
}

.po01 {
  position: relative;
  z-index: 1;
}

/*anime*/
.all_fade_up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.all_fade_up.anime {
  transform: translateY(0);
  opacity: 1;
}

.all_fade_right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.all_fade_right.anime {
  transform: translateX(0);
  opacity: 1;
}

.all_fade_left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.all_fade_left.anime {
  transform: translateX(0);
  opacity: 1;
}
html{
  font-size: 10px;
  scroll-behavior: smooth;
}

body{
  font-family: var(--fml);
  font-size: var(--size-p);
  overflow-x: hidden;
  line-height: 175%;
  color: var(--color1);
}
.l-grid-1200{
  max-width: 123rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}
.l-grid-1000{
  max-width: 103rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}
.hv-o{
  transition: ease all .4s;
}
.hv-o:hover{
  opacity: 0.7;
}
a{
  color: inherit;
}
/* Header */
.p-header{
  box-shadow: 0px 2px 2px 0px #00000040;
  backdrop-filter: blur(4px);
  background-color: #FFFFFFB2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding-bottom: 0.6rem;
}
.p-header__inner{
  align-items: center;
  justify-content: space-between;
}
.p-header__logo img{
  max-width: 25.4rem;
  width: 100%;
}
.p-header__logo a{
  display: inline-block;
}
.p-header__logo h1{
  font-size: 0;
  line-height: 0;
}
.p-header__nav{
  gap: 3rem;
  align-items: center;
  padding-top: 1rem;
}
.p-header__menu{
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.p-header__menu li{
  display: inline-block;
  list-style: none;
  font-size: 1.6rem;
  line-height: 100%;
}
.p-header__menu li:last-child a{
  padding-right: 0;
}
.p-header__menu li:not(:last-child) a{
  border-right: 1px solid #000;
}
.p-header__menu li a{
  text-decoration: none;
  color: var(--color1);
  display: inline-block;
  padding: 0 1rem;
  font-size: inherit;
}
.p-header__menu li a:hover{
  color: var(--color2);
}
.p-header__nav-btn--link{
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
  height: 4.2rem;
  padding: 0 1.7rem;
  background-color: var(--color2);
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #00000040;
  font-size: var(--fs-18);
  font-weight: bold;
  color: #fff;
  transition: ease all .4s;
  min-width: 22.7rem;
  border: 1px solid transparent;
}
.p-header__nav-btn--link span{
  display: inline-block;
  vertical-align: middle;
}
.p-header__nav-btn--link span img{
  filter: brightness(0) invert(1);
  transition: ease all .4s;
}
.p-header__nav-btn--img01{
  margin-right: 1.2rem;
  line-height: 0;
}
.p-header__nav-btn--img01 img{
  max-width: 2rem;
  width: 100%;
}
.p-header__nav-btn--img02{
  line-height: 0;
  margin-left: 1rem;
  margin-top: 0.4rem;
}
.p-header__nav-btn--img02 img{
  max-width: 0.8rem;
  width: 100%;
}
.p-header__nav-btn--link:hover{
  background-color: #fff;
  border-color: var(--color2);
  color: var(--color2);
}
.p-header__nav-btn--link:hover img{
  filter: none;
}

/* Home */
.p-home__banner{
  position: relative;
  z-index: 1;
  line-height: 0;
}
.p-home__banner-img{
  width: 100%;
}
.p-home__banner-txt{
  position: absolute;
  width: 100%;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-home__banner-title{
  font-size: var(--fs-36);
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5rem;
}
.p-home__banner-title strong{
  font-weight: 900;
  font-size: var(--fs-63);
  display: block;
  line-height: 200%;
}
.p-btn__link{
  display: inline-block;
  text-decoration: none;
}
.p-btn__link--left img{
  line-height: 0;
  max-width: 20.9rem;
  width: 100%;
}
.p-btn__link-sma{
  background: url(./assets/images/home-img-02.png) center center / 22.1rem no-repeat;
  width: 22.1rem;
  height: 7.3rem;
  display: inline-block;
  text-align: center;
  font-size: var(--fs-20);
  line-height: 140%;
  font-weight: bold;
  color: #fff;
  padding-top: 1.2rem;
}
.p-btn__link-lar{
  box-shadow: 0rem 0.4rem 0.4rem 0rem #00000040;
  background-color: var(--color3);
  border-radius: 1rem;
  display: block;
  padding: 0.7rem;
  margin-top: -4.6rem;
  margin-left: 4.5rem;
  transition: ease all .4s;
}
.p-btn__link-in{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
  border: 1px solid #F8F6F3;
  border-radius: 5px;
  min-width: 41.2rem;
  height: 7.4rem;
  text-align: center;
  font-size: var(--fs-24);
  font-weight: bold;
  color: #fff;
  transition: ease all .4s;
}
.p-btn__link-icon{
  width: 1.5rem;
  height: 2.2rem;
  display: inline-block;
  margin-left: 2rem;
  position: relative;
  z-index: 1;
}
.p-btn__link-txt::after{
  content: '';
  width: 1.5rem;
  height: 2.2rem;
  display: inline-block;
   aspect-ratio: 0.64;
	clip-path: shape(from 0% 14.03%,line to 56.18% 50%,line to 0% 85.97%,line to 21.91% 100%,line to 100% 50%,line to 21.91% 0%,line to 0% 14.03%,close);
  background: #fff;
  margin-left: 2rem;
  transform: translateY(0.3rem);
  transition: ease all .4s;
}
.p-btn__link .d-flex{
  align-items: center;
}
.p-btn__link:hover .p-btn__link-lar{
  background-color: #FFCA67;
}
.p-btn__link:hover .p-btn__link-in{
  background-color: #fff;
  color: var(--color3);
}
.p-btn__link:hover .p-btn__link-txt::after{
  background-color: var(--color3);
}
.p-home__worries{
  background: url(./assets/images/home-bg-00.png) bottom center repeat-x;
  padding-bottom: 5.2rem;;
}
.p-title__meta{
  background-color: #FFFFFFB2;
  padding: 4.5rem 0 2.5rem;
  text-align: center; 
  box-shadow: 0px 2px 4px 0px #00000040;
}
.p-home__worries .p-title__meta{
  box-shadow: 0px 2px 2px 0px #0000001A;
}
.p-title__style01 span{
  display: block;
}
.p-title__style01--en{
  border-bottom: 1px solid var(--color4);
  padding-bottom: 1.6rem;
  /* font-size: var(--fs-25);
  font-weight: 400;
  line-height: 100%;
  font-family: var(--fml01);
  color: var(--color4); */
}
.p-title__style01--jp{
  color: #333333;
  font-size: var(--fs-30);
  font-weight: bold;
  line-height: 166%;
  padding-top: 1.5rem;
}
.p-home__worries-content{
  padding-top: 5.2rem;
}
.p-home__worries-row{
  gap: 4rem;
  align-items: stretch;
}
.p-home__worries-item{
  flex: 1;
  text-align: center;
  border-radius: 1rem;
  border: 3px solid #D4CEBF;
  box-shadow: 0px 2px 2px 0px #00000040;
  background: #FFFFFF;
  aspect-ratio: 1.341;
  padding: 4rem 0.5rem 2.4rem;
}
.p-home__worries-item--img{
  height: 9.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
}
.p-home__worries-item--title{
  font-size: var(--fs-18);
  font-weight: bold;
  line-height: 155%;
  color: var(--color5);
  border-top: 1px solid var(--color5);
  border-bottom: 1px solid var(--color5);
  padding: 0.5rem 0 1rem;
  margin-bottom: 1rem;
}
.p-home__worries-content--btn{
  justify-content: center;
  margin-top: 4.5rem;
}
.p-home__pain{
  background: url(./assets/images/home-bg-01.png) bottom center /cover repeat-x;
  padding-bottom: 5.2rem;;
}

.p-home__pain .p-title__meta{
  background-color: #fff;
}
.p-home__pain-content{
  padding-top: 5.2rem;
}
.p-home__banner01{
  border: 2px solid #FFFFFF;
  border-radius: 1rem;
  padding: 1.4rem 1.2rem;
}
.p-home__banner01-inner{
  align-items: stretch;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 2px 0px #00000040;
}
.p-home__banner01-txt{
  width: 70rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(270.01deg, rgba(255, 255, 255, 0.3) 0.42%, #FFFFFF 68.09%, rgba(255, 255, 255, 0) 99.99%);
  border-radius: inherit;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
}
.p-home__banner01-img{
  line-height: 0;
 
}
.p-home__banner01-img img{
  border-radius: 1rem;
  max-width: fit-content;
  width: 100%;
}
.p-home__banner01-title{
  max-width: 50.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  font-size: var(--fs-24);
  font-weight: bold;
  color: var(--color2);
  line-height: 175%;
}
.p-home__banner00{
  padding: 5rem 0 2.5rem;
}
.p-home__needs{
  background: url(./assets/images/home-bg-02.png) top center /cover no-repeat;
  padding-bottom: 5.2rem;
}

.p-home__needs-content{
  padding-top: 5.2rem;
}
.p-home__needs-row{
  gap: 4rem;
}
.p-home__needs-item{
  flex: 1;
}
.p-home__needs-item--img{
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.p-home__needs-item--img img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.837;
  border-radius: inherit;
}
.p-home__needs-item--title{
  font-size: var(--fs-18);
  font-weight: bold;
  color: var(--color1);
  text-align: center;
  border-bottom: 1px solid var(--color5);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.p-home__service{
  background-color: #F8F6F3;
  padding-bottom: 4.5rem;
}
.p-home__service-content{
  padding-top: 3rem;
}
.p-home__service-desc{
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 155%;
}
.p-home__service-list{
  margin-top: 2.8rem;
}
.p-home__service-item{
  border: 1px solid var(--color5);
  padding: 2rem 3rem 3.7rem;
}
.p-home__service-item:not(:last-child){
  margin-bottom: 3rem;
}
.p-home__service-title{
  font-size: var(--fs-18);
  font-weight: bold;
  line-height: 155%;
  color: var(--color5);
  border-left: 0.3rem solid var(--color5);
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.p-home__service-row{
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.p-home__service-row--item{
  list-style: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #00000040;
  padding: 1.3rem 3.7rem 1.3rem 1.2rem;
  align-items: center;
  gap: 1.6rem;
}
.p-home__service-row--icon{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
  width: 5.7rem;
  aspect-ratio: 1;
  background-color: #BAA167;
  border-radius: 5px;
}
.p-home__service-row--txt{
  font-weight: bold;
}
.p-home__service--intro{
  font-size: var(--fs-22);
  font-weight: bold;
  line-height: 190%;
  padding-top: 4rem;
  margin-bottom: 1.8rem;
}
.img-hover {
  position: relative;
  display: inline-block;
}

.img-hover img {
  display: block;
}

.img2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .4s ease;
}

.img-hover:hover .img2 {
  opacity: 1;
}
.p-home__service-list--btn{
  margin-top: 2rem;
}
.p-home__flow{
  background: url(./assets/images/home-bg-04.png) bottom center repeat;
  padding-bottom: 4.8rem;
}
.p-home__flow-content{
  padding-top: 3rem;
}
.p-home__flow-step{
  font-size: var(--fs-24);
  font-weight: bold;
  color: var(--color2);
  line-height: 175%;
  margin-bottom: 3.8rem;
}
.p-home__flow-list{
  margin: 0;
  padding: 0;
  gap: 1rem;
  align-items: center;
  margin-bottom: 6.7rem;
}
.p-home__flow-list li{
  list-style: none;
  font-weight: 500;
  font-size: var(--fs-18);
}
.p-home__flow-child{
  gap: 2.9rem;
}
.p-home__flow-child li{
  list-style: none;
  position: relative;
  z-index: 1;
}
.p-home__flow-child li:not(:last-child)::after{
  content: '';
  width: 2.1rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  pointer-events: none;
  aspect-ratio: 0.95;
  background-color: var(--color4);
	clip-path: shape(from 47.38% 0%,line to 39.05% 7.92%,line to 77.44% 44.4%,hline to 0%,vline to 55.6%,hline to 77.44%,line to 39.05% 92.08%,line to 47.38% 100%,line to 100% 50%,line to 47.38% 0%,close);
}
.p-home__flow-sq{
  width: 6.8rem;
  aspect-ratio: 1;
  border: 2px solid var(--color4);
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-18);
  font-weight: bold;
  color: var(--color4);
}
.p-home__flow-steps{
  position: relative;
  z-index: 1;
}
.p-home__flow-steps::before{
  content: '';
  width: 0.3rem;
  height: 90%;
  background-color: #40BBF3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.5rem;
  z-index: -1;
  pointer-events: none;
}
.p-home__flow-row{
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}
.p-home__flow-row:not(:last-child){
  padding-bottom: 4rem;
}
.p-home__flow-row li{
  list-style: none;
}
.p-home__flow-left{
  width: 7.7rem;
  aspect-ratio: 1;
  background: var(--color4);
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center;
  font-size: var(--fs-18);
  font-family: var(--fml01);
  line-height: 100%;
  color: #fff; */
  padding-top: 5px;
  padding-left: 5px;
}
.p-home__flow-right{
  width: calc(100% - (7.7rem + 2rem));
}
.p-home__flow-left strong{
  font-family: var(--fml01);
  font-weight: 700;
  font-size: var(--fs-30);
  line-height: 100%;
}
.p-home__flow-title{
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 210%;
}
.p-home__flow-btn{
  margin-top: 5rem;
}
.p-home__for{
  padding-bottom: 7rem;
  background: url(./assets/images/home-bg-05.png) bottom center repeat-x;
}
.p-home__for-content{
  padding-top: 5.8rem;
}
.p-home__for-row{
  gap: 6rem;
}
.p-home__for-left{
  width: 45rem;
}
.p-home__for-left img{
  max-width: fit-content;
  width: 100%;
}
.p-home__for-right{
  width: calc(100% - (45rem + 6rem));
}
.p-home__for-list{
  margin: 0;
  padding: 0;
}
.p-home__for-list li{
  list-style: none;
  background: url(./assets/images/home-bg-06.png) top 2px left /2.7rem no-repeat;
  padding-left: 4rem;
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 155%;
}
.p-home__for-list li:not(:last-child){
  margin-bottom: 3rem;
}
.p-home__for-note{
  display: inline-block;
  font-weight: 700;
  color: var(--color2);
  position: relative;
  z-index: 1;
}
.p-home__for-note::before{
  content: '';
  width: 100%;
  height: 11px;
  background-color: #FFF1A3;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
}
.p-home__for-btn{
  margin-top: 5rem;
}
.p-home__contact{
  background: url(./assets/images/home-bg-07.png) center center repeat;
  padding-bottom: 8.2rem;
}
.p-home__contact-desc{
  font-weight: 500;
  font-size: var(--fs-18);
  line-height: 155%;
  margin-bottom: 5rem;
}
.p-home__contact-content{
  padding-top: 5.5rem;
}
.p-home__contact-form{
  border: 2px solid #40BBF3;
  border-radius: 1rem;
  padding: 5rem 3.2rem 3.2rem 4.5rem;
}
.p-home__contact-group{
  gap: 1.7rem;
}
.p-home__contact-txt{
  flex: 0 0 24.6rem;
  font-weight: bold;
  color: var(--color5);
}
.p-home__contact-input{
  flex: 0 0 calc(100% - (1.7rem + 24.6rem));
}
.p-home__contact-input input{
  width: 100%;
  height: 5.7rem;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #00000040;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0 2.5rem;
  font-family: var(--fml) !important;
  font-size: var(--size-p) !important;
}
.p-home__contact-input textarea{
  width: 100%;
  height: 5.7rem;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #00000040;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 1.5rem 2.5rem;
  height: 12.9rem;
  resize: none;
  font-family: var(--fml) !important;
  font-size: var(--size-p) !important;
}
.p-home__contact-group input[type="submit"]{
  min-width: 22rem;
  height: 6.4rem;
  background-color: var(--color3);
  border: 1px solid var(--color3);
  border-radius: 1rem;
  box-shadow: 0px 2px 2px 0px #00000040;
  cursor: pointer;
  font-size: var(--fs-18);
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  background-image: url(./assets/images/home-bg-08.png);
  background-position: center right 4.4rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transition: ease all .4s;
  margin-top: 1.2rem;
}
.p-home__contact-group input[type="submit"]:hover{
  background-color: #fff;
  color: var(--color3);
  background-image: url(./assets/images/home-bg-08-hv.png);
}
.p-home__contact-group:not(:last-child){
  margin-bottom: 2rem;
  align-items: center;
}
.p-home__contact-group:nth-last-of-type(2){
  align-items: flex-start;
}
.p-home__contact-req{
  display: inline-block;
  background-color: var(--color4);
  width: 7.4rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 10rem;
  font-size: var(--fs-15);
  color: #fff;
  margin-left: 1.1rem;
}
.p-home__contact-btn{
  display: block;
  height: 4.6rem;
  border-radius: 5px;
  border: 2px solid var(--color4);
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px #00000040;
  text-align: center;
  line-height: 4.2rem;
  text-decoration: none;
  font-size: var(--fs-15);
  font-weight: 500;
  color: var(--color4);
  margin-top: 0.5rem;
  transition: ease all .4s;
}
.p-home__contact-btn:hover{
  background-color: var(--color4);
  color: #fff;
  box-shadow: none;
}
.u-br__sp{
  display: none;
}
/* Footer */
.p-footer{
  background: url(./assets/images/footer-bg-00.png) bottom center repeat-x;
  padding: 1.2rem 0 5.5rem;
  background-color: #F8F6F3;
}
.p-footer__logo img{
  max-width: 36.4rem;
  width: 100%;
}
.p-footer__logo{
  margin-bottom: 2.2rem;
}
.p-footer__list{
  margin: 0;
  padding: 0;
}
.p-footer__list li{
  list-style: none;
}
.p-footer__list li:not(:last-child){
  margin-bottom: 3rem;
}
.p-footer__title{
  font-size: var(--fs-18);
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 1rem;
}
.p-footer__copy{
  font-size: var(--fs-15);
  margin-top: 7rem;
}
#page_top{
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 5.7rem;
  height: 5.7rem;
  opacity: 0;
  border: 0;
  transition: ease all .4s;
  background-size: 2.1rem;
  background-color: var(--color3);
  background-image: url(./assets/images/page-top.png);
  background-position: center;
  cursor: pointer;
  outline: none;
  z-index: 50;
  background-repeat: no-repeat;
}
#page_top.show {
    opacity: 1;
}
.u-br__960{
  display: none;
}
.u-br__360{
  display: none;
}

#click__menu {
  width: 45px;
  height: 45px;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  align-items: center;
  background-color: var(--color2);
}

#click__menu span {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

#click__menu.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

#click__menu.active span:nth-child(2) {
  opacity: 0;
}

#click__menu.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.anchor_fixtop {
	display: block;
	position: relative;
	top: -104px;
	width: 100%;
	visibility: hidden;
}
.p-faq{
  background-color: #F8F6F3;
}
.p-faq__content{
  padding: 6rem 0 3rem;
}
.p-faq__row{}
.p-faq__item:not(:last-child){
  margin-bottom: 2rem;
}
.p-faq__title{
  border-bottom: 1px solid var(--color5);
  font-size: var(--fs-18);
  font-weight: 700;
  color: var(--color5);
  line-height: 155%;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0 1.2rem 1.5rem;
  margin-bottom: 1.8rem;
}
.p-faq__title::before{
  content: '';
  width: 0.3rem;
  height: 3rem;
  background-color: var(--color5);
  position: absolute;
  top: 1.2rem;
  left: 0;
  z-index: 1;
}
.p-faq__a{
  border: 1px solid var(--color5);
  box-shadow: 0px 2px 2px 0px #00000040;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 2rem 3.8rem 1.6rem 1.3rem;
  font-size: var(--size-p);
  font-weight: 700;
  color: var(--color5);
  line-height: 175%;
  margin-bottom: 1.9rem;
}
.p-faq__a::after{
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url(./assets/images/icon-plus.png) center center / contain no-repeat;
  position: absolute;
  top: 2.4rem;
  right: 3.8rem;
  z-index: 1;
  pointer-events: none;
  transition: ease all .4s;
}
.p-faq__a-tags{
  display: inline-block;
  background-color: #EFEDE6;
  border-radius: 10rem;
  padding: 1px 3rem;
  border: 1px solid #D4CEBF;
  font-size: var(--fs-15);
  margin-right: 2rem;
}
.p-faq__q{
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}
.p-faq__list-item.active .p-faq__q{
  padding-bottom: 1.9rem;
  max-height: 76.9rem;
}

.p-faq__list-item.active .p-faq__a::after{
  background: url(./assets/images/icon-plus-01.png) center center / contain no-repeat;
}
.p-faq__btn{
  margin-top: 2.8rem;
}
.u-br__320{
  display: none;
}

/* RWD */
@media (max-width: 1199px) {
  html{
    font-size: 0.89vw;
  }
  .p-home__service-row--icon img{
    max-height: 80%;
    width: 100%;
    object-fit: contain;
    max-width: 80%;
  }
  .p-home__worries-item--desc br{
    display: none;
  }
  .p-home__worries-item{
    padding: 4rem 1rem 2.4rem;
  }
}
@media (max-width: 960px) {
  html{
    font-size: 1vw;
  }
  .p-home__contact-form{
    padding: 3rem 1.5rem;
  }
  :root{
    --fs-63: 4.3rem;
    --fs-36: 2.6rem;
  }
  .p-home__worries-item--img img{
    max-height: 80%;
    width: 100%;
    object-fit: contain;
    max-width: 80%;
  }
  .l-grid-1200{
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-home__banner-img{
    height: 450px;
    object-fit: cover;
  }
  .p-home__worries-row{
    gap: 1.5rem;
  }
  .p-home__worries-item--title{
    letter-spacing: -0.5px;
  }
  .u-br__960{
    display: inline-block;
  }
  .p-home__for-row{
    gap: 1.5rem;
  }
  .p-home__for-left{
    width: 40rem;
  }
  .p-home__for-right{
    width: calc(100% - (40rem + 1.5rem));
  }
  .p-home__contact-group{
    gap: 1.5rem;
  }
  .p-home__contact-txt{
    flex: 0 0 30rem;
  }
  .p-home__contact-input{
    flex: 0 0 calc(100% - (1.5rem + 30rem));
  }
  .p-home__flow-row:not(:last-child){
    margin-bottom: 3rem;
  }
  #click__menu{
    display: flex;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .p-header{
    padding-top: 0.6rem;
  }
  .p-header__nav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 100%;
    backdrop-filter: blur(4px);
    background-color: #FFFFFFB2;
    gap: 1rem;
    padding: 15px 0 25px;
    transition: ease all .4s;
  }
  .p-header__nav.active{
    display: flex;
  }
  .p-header__menu li{
    display: block;
    text-align: center;
    border-bottom: 1px dotted var(--color3);
  }
  .p-header__menu li a{
    border: 0;
    display: block;
    font-size: 18px;
    padding: 15px;
  }
  .p-header__nav-menu{
    width: 100%;
  }
  .p-header__nav-btn{
    width: 100%;
  }
  .p-header__nav-btn--link{
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  :root{
    --size-p: 14px;
    --fs-30: 2.5rem;
    --fs-20: 1.8rem;
  }
  html{
    font-size: 10px;
  }
  .p-title__style01--jp{
    font-size: 1.8rem;
  }
  .p-home__service-row--item{
    padding-right: 1.5rem;
  }
  .p-home__flow-steps::before{
    height: 76%;
    top: 44%;
  }
  .p-home__flow-step{
    margin-bottom: 2rem;
  }
  .p-home__flow-list > li{
    width: 100%;
    text-align: center;
  }
  .p-home__flow-list{
    margin-bottom: 3rem;
  }
  .p-home__flow-child{
    justify-content: center;
  }
  .p-footer__copy{
    margin-top: 3rem;
  }
  .p-footer{
    padding-bottom: 5rem;
  }
  .p-home__contact-content{
    padding-top: 5rem;
  }
  .p-home__contact-desc{
    margin-bottom: 3rem;
  }
  .p-home__contact-txt{
    flex: 100%;
  }
  .p-home__banner-img{
    height: 500px;
  }
  .p-home__contact-input{
    flex: 100%;
  }
  .p-home__contact-btn{
    max-width: 300px;
    width: 100%;
  }
  .p-home__for-row{
    gap: 3rem;
  }
  .p-home__for-left{
    width: 100%;
  }
  .p-home__for-right{
    width: 100%;
  }
  .p-home__for-left img{
    max-width: 100%;
  }
  .p-home__needs-row{
    gap: 3rem;
  }
  .p-home__needs-item{
    flex: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .p-home__needs-content{
    padding-top: 5rem;
  }
  .p-home__needs-item--img{
    flex: 100%;
    order: 1;
  }
  .p-home__needs-item--title{
    flex: 100%;
    order: 0;
    font-size: 2rem;
  }
  .p-home__banner01-title{
    font-size: 1.6rem;
    max-width: 100%;
    text-align: center;
  }
  .p-home__service-row--txt{
    width: calc(100% - (1.6rem + 5.7rem));
    display: block;
    letter-spacing: -0.5px;
  }
  .p-home__needs-item--title br{
    display: none !important;
  }
  .p-home__needs-item--desc{
    flex: 100%;
    order: 2;
  }
  .p-home__worries-row{
    gap: 3rem;
  }
  .p-home__worries-item{
    flex: 100%;
    aspect-ratio: unset;
    padding: 3rem 1.5rem;
  }
  .p-home__worries-item--img{
    align-items: center;
  }
  .p-home__worries-item--title br{
    display: none !important;
  }
  .p-home__service-item{
    padding: 1.5rem;
  }
  .p-home__service-btn img{
    max-width: fit-content;
    width: 100%;
  }
  .p-home__service--intro .u-br__960{
    display: none;
  }
  .p-home__banner01-img{
    width: 100%;
  }
  .p-home__banner01-txt{
    width: 100%;
    position: relative;
    inset: 0;
    padding: 1.5rem;
  }
  .p-home__banner01-inner{
    gap: 0;
    background-color: #fff;
  }
  .p-home__banner01-img img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 200px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
  }
  .p-home__banner01-title br{
    display: none;
  }
  .p-home__banner01{
    padding: 1rem;
  }
  .p-home__flow-row{
    align-items: flex-start;
    gap: 1rem;
  }
  .p-home__flow-left{
    width: 6.7rem;
  }
  .p-home__flow-right{
    width: calc(100% - (6.7rem + 1rem));
  }
  .p-home__flow-title{
    line-height: 140%;
  }
  .p-home__for-content{
    padding-top: 5rem;
  }
  .p-btn__link-sma{
    text-align: left;
    padding-left: 15px;
  }
  .p-home__contact-group:last-child{
    text-align: left;
  }
  
  .p-btn__link--left img{
    max-width: 8.9rem;
  }
  .p-home__contact-group input[type="submit"]{
    height: 5.4rem;
  }
  .p-home__service--intro{
    padding-top: 3rem;
    line-height: 140%;
  }
  #page_top{
    bottom: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
  .p-home__contact-form{
    padding-bottom: 1.5rem;
  }
  .p-faq__a{
    font-size: 1.4rem;
    padding: 1rem 2.3rem 1rem 0.5rem;
    line-height: 120%;
    
  }
  .p-faq__a::after{
    right: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
    top: 1.5rem;
  }
  .p-faq__a-tags{
    padding: 2px 1.5rem;
    margin-right: 0;
    width: 7rem;
    text-align: center;
    font-size: 1.4rem;
  }
  .p-faq__a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
  }
  .p-faq__a-txt{
    width: calc(100% - 8rem);
    padding-top: 0.2rem;
  }
  .p-faq__btn{
    margin-top: 1rem;
  }
}

@media (max-width: 540px) {
  :root{
    --fs-24: 2.4rem;
  }
  .p-home__banner-title{
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 140%;
  }
  .p-home__banner-title strong{
    font-size: 2rem;
  }
  .p-btn__link--left{
    width: 100%;
  }
  .p-btn__link--right{
    width: 100%;
  }
  .p-btn__link-lar{
    margin-left: 0;
    margin-top: -2.2rem;
    position: relative;
    z-index: 1;
  }
  .p-btn__link-in{
    min-width: fit-content;
    padding: 0 5px;
  }
  .p-btn__link-txt::after{
    width: 1rem;
    height: 1.5rem;
    margin-left: 5px;
  }
  .p-btn__link-in{
    font-size: 1.8rem;
    height: 5.4rem;
  }
  .p-home__contact-desc br{
    display: none;
  }
  .u-br__sp{
    display: block;
  }
  
}
@media (max-width: 360px) {
  .p-home__worries-item--title br.u-br__360{
    display: block !important;  
  }
  .p-home__worries-item--title br.u-br__960{
    display: inline-block !important;
  }
  .p-home__needs-item--title br.u-br__960{
    display: inline-block !important;
  }
  .u-br__360{
    display: inline-block;
  }
  .p-header__logo img{
    max-width: 17.4rem;
  }
  .p-home__banner01-title{
    font-size: 1.6rem;
  }
}
@media (max-width: 320px) {
  .u-br__320{
    display: inline-block;
  }
}