/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  overflow-x: hidden;
}

br{
  line-height: initial;
}

.container{
  position: relative;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  padding-top: 5rem;
}

.content__wrap{
  padding-top: 5rem;
}

*{
  box-sizing: border-box;
  font-family: "Noto Sans", Helvetica;
}
.flex{
  display: flex;
}
.spw{
  justify-content: space-between;
}
.alc{
  align-items: center;
}
.home {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  width: 100%;
}
.home h2{
  margin: 0;
}

.maxWidconf{
  width: 100%;
  max-width:1000px;
  padding:0px 2%;
  margin: auto;
  box-sizing: border-box;
}

@media screen and (min-width:800px) { 
  .maxWidconf{
    width: 1000px;
  }  
}


 .header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px #9c9c9c40;
  position: fixed;
  z-index: 1000;
  
}

.vector {
  position: relative;
  width: 135.92px;
  height: 31.44px;
}

.frame {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  position: relative;
}

.home .div {
  display: inline-flex;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-weight: 500;
  color: #333333;
  font-family: "Noto Sans", Helvetica;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.button {
  /* all: unset; */
  box-sizing: border-box;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  background-color: var(--syoku-02);
  border-radius: 10px;
}

.button:hover {
  background-color: #0faab4;
  transition: 0.3s;
}


@media screen and (max-width:780px) { 
  .header{
    padding: 15px 20px;
  }

  .button {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
  .button >*{
    font-size: 1em;
  }
  .qalinkbtn{
    display: none;
  }
  .company_logo{
    width: 100%;
    min-width: 150px;
  }
}

@media screen and (max-width:480px) { 
  .frame {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .home .button .text-wrapper-2{
    font-size: 1rem;
  }
  .home .button{
    display: none;
  }

}


.text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.home .mainimg {
  position: relative;
  width: 100%;
  padding: 7rem 0;
}

@media screen and (max-width: 800px) {
  .home .mainimg {
    padding: 2rem 0;
  }
}

.site-content{
  margin-top: 0;
  margin-bottom :0;
  width: 100%;
}

.site-footer{
  width: 100%;
}

.footer-main{
  width: 100%;
}
.footer-main{
  background: #0faab4;
}

.home .frame-2 {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #52c6ce;
}

.home .frame-3 {
  display: flex;
  width: 100%;;
  align-items: center;
  justify-content: center;
  gap: 17px;
  /* padding: 20px 60px; */
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  flex-wrap: wrap;
}

@media screen and (max-width:480px) { 
  .home .frame-3 {
    flex-direction:column;
    padding: 20px 5%;
  }
}

.home .group {
  position: relative;
  max-width: 310px;
  width: 100%;
  height: 209px;
  margin-left: -17px;
}

@media screen and (max-width:480px) { 
  .home .group {
    margin-left: 0px;
  }
}

.home .overlap-group {
  position: relative;
  max-width: 320px;
  width: 100%;
  height: 209px;
}

.home .rectangle {
  position: absolute;
  width: 100%;
  height: 125px;
  top: 64px;
  left: 0;
  background-color: #52c6ce;
  border-radius: 13px;
}

.home .hero {
  position: absolute;
  width: 102px;
  height: 209px;
  top: 0;
  left: 9px;
  object-fit: cover;
}

.home .text-wrapper-3 {
  position: absolute;
  top: 82px;
  left: 128px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.home .element {
  position: absolute;
  top: 96px;
  left: 128px;
  color: #ffffff;
  font-size: 50px;
  line-height: 90px;
  white-space: nowrap;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.home .element span.big{
font-size: 2em;
}

.home .span {
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0;
  /* line-height: 2; */
}

.home .text-wrapper-4 {
  font-size: 26px;
  line-height: 46.8px;
}

.home .frame-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 580px;
  align-items: center;
  justify-content: flex-start;
  gap: 0px 0px;
  position: relative;
  margin-right: -17px;
}


.home .company-logo {
  width: auto;
  position: relative;
  height: 70px;
  object-fit: cover;
}

@media screen and (max-width: 700px) {
  .home .company-logo {
    height: 50px;
  }
}

.home .frame-5 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 30px;
  padding: 100px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e3faff;
}

@media screen and (max-width: 700px) {
  .home .frame-5 {

  }
}

.home .group-2 {
  display: inline-flex;
  flex-direction: column;
  height: 53px;
  align-items: center;
  gap: 16px;
  position: relative;
}

.home .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: var(--text);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (max-width: 700px) {
  .home .text-wrapper-5 {
    font-size: 1.2rem;
  }
}

.home .rectangle-2 {
  position: relative;
  width: 60px;
  height: 4px;
  background-color: var(--syoku-01);
}

.home .frame-6 {
  display: flex;
  /* max-width: 1050px; */
  /* width: 90%; */
  align-items: flex-start;
  gap: 0px 0px;
  position: relative;
  flex: 0 0 auto;
  /* border-radius: 20px; */
  justify-content: center;
}

@media screen and (max-width: 700px) {
  .home .frame-6 {
    flex-wrap: wrap;
    width: 90%;
  }
}

.home .adobestock {
  position: relative;
  width: 30%;
  height: 245px;
  object-fit: cover;
}

@media screen and (max-width: 700px) {
  .home .adobestock {
    width: 100%;
  }
}


.home .frame-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.home .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 36px 56px;
  position: relative;
  background-color: #ffffff;
  
}

.home .div-wrapper{
  padding: 20px 2rem;
}

.home .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.home .group-3 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.home .group-3 p{
  padding-top: 0.3rem;
}

.home .group-4 {
  position: relative;
  width: 23.43px;
  height: 25.62px;
  margin-top: -1.17px;
}

.home .text-wrapper-6 {
  position: relative;
  width: auto;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: var(--text-01);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

.home .overlap-group-wrapper {
  position: relative;
  width: 22px;
  height: 24.44px;
}

.home .overlap-group-2 {
  position: relative;
  width: 23px;
  height: 26px;
  top: -1px;
}

.home .rectangle-3 {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 6px;
  left: 0;
  background-color: #ffffff;
  border: 0.74px solid;
  border-color: #9b9b9b;
}

.home .vector-2 {
  position: absolute;
  width: 23px;
  height: 20px;
  top: 0;
  left: 1px;
}

.home .text-wrapper-7 {
  position: relative;
  width: auto;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: var(--text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

.home .frame-8 {
  position: relative;
  width: 100%;
  /* height: 230px; */
  background-image: url(./img/rectangle-53.svg);
  background-size: 100% 100%;
  background: #0faab4;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  padding: 0 5%;
}



.home .group-5 {
  /* position: absolute;
  width: 1005px;
  height: 117px;
  top: 60px;
  left: 218px; */
}

.home .frame-9 {

  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* position: relative; */
  margin-top: 3rem;
  padding: 0 1rem;
  padding-bottom: 2rem;
}

.home .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: normal;
}

.home .carefor {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.home .text-wrapper-9 {
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 56px;
  letter-spacing: 0;
}

.home .text-wrapper-10 {
  font-size: 46px;
}

@media screen and (max-width: 700px) {
  .home .frame-8 {

  }
  .home .text-wrapper-8{
      font-size: 1rem;
  }
  .home .carefor{

  }

  .home .text-wrapper-9{
    font-size: 2rem;
  }
  .home .text-wrapper-10{
    font-size: 1.5rem;
  }
}

.home .polygon {
  position: absolute;
  width: 40px;
  height: 25px;
  top: 0;
  left: auto;
}

.home .view {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 33px;
  padding: 0px 5%;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-bottom: solid 2px #0faab4;
}

.home .group-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
  position: relative;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.home .group-6 {
  position: relative;
  width: auto;
  height: auto;
  padding: 1.5rem 0;
}

h3.kikan{
  background: #FF2A5D;
  color: #ffffff;
  margin: 0;
  padding: .5rem;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  font-size: 1.1rem;
}

.home .frame-10 {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  .home .view{
    padding: 0px 5%;
  }
  .home .frame-10 {
    gap: 15px;
  }
}

.home .text-wrapper-11 {
  position: relative;
  /* width: 50%; */
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #595757;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0;
  line-height: normal;
}

.home .view-2 {
  display: flex;
  width: 166px;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 10px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid;
  border-color: #0faab4;
  justify-content: center;
}

.home .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: normal;
}

.home .frame-11 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 100px 0px;
  position: relative;
  flex: 0 0 auto;
}

.home .group-7 {
  /* position: relative; */
  max-width: 1040px;
  /* height: 502px; */
}

@media screen and (max-width:786px) { 
  .home .group-7 {
    flex-direction:column;
    height: auto;
  }
}

.home .group-8 {
  display: flex;
  flex-direction: column;
  /* width: 225px; */
  height: 53px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  /* position: absolute; */
  /* top: 0; */

}

@media screen and (max-width:786px) { 
  .home .group-8 {
    margin-bottom: 2rem;
  }
 }

.home .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-left: -4.54px;
  margin-right: -4.54px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: var(--text);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-12 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  gap: 60px 1%;
  /* position: absolute; */
  /* top: 102px; */
  /* left: 0; */
  margin-top: 3rem;
  justify-content: center;
  align-items: stretch
}

@media screen and (max-width:786px) { 
  .home .frame-12 {
    flex-direction:column;
    width: 90%;
    margin:auto;
    box-sizing: border-box;
  }
 }

.home .frame-13 {
  display: flex;
  width:32%;
  height: auto;
  align-items: flex-start;
  gap: 40px;
  padding: 20px;
  position: relative;
  border-radius: 8px;
  border: 3px solid;
  border-color: #0faab4;
  box-sizing: border-box;
}

@media screen and (max-width:786px) { 
  .home .frame-13{
    width: 100%;
    box-sizing: border-box;
  }
 }


.home .group-9 {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  /* position: relative;
  flex: 0 0 auto; */
}

.home .group-10 {
  position: relative;
  width: 100%;
  height: auto;
}

.home .frame-14 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  /* position: absolute;
  top: 196px;
  left: 0; */
}

.home .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: var(--text);
  font-size: 19px;
  letter-spacing: 0;
  line-height: normal;
  min-height: 60px;
  display: flex;
  align-items: center;

}

.home .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: var(--text);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 23.8px;
}

.home .rectangle-4 {
  /* position: absolute; */
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home .group-11 {
  display: flex;
  width: 32%;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  border: 3px solid;
  border-color: #0faab4;
}

@media screen and (max-width: 786px) {
  .home .group-11 {
    width: 100%;
      box-sizing: border-box;
  }
}

.home .group-12 {
  height: auto;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.home .frame-15 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  /* position: absolute;
  top: 196px;
  left: 0; */
}

.home .rectangle-5 {
  width: 100%;
  object-fit: cover;
  /* position: absolute; */
  height: 180px;
  /* top: 0;
  left: 0; */
}

.home .group-13 {
  display: flex;
  width: 32%;
  height: auto;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  border: 3px solid;
  border-color: #0faab4;
}

@media screen and (max-width: 786px) {
  .home .group-13 {
    width: 100%;
      box-sizing: border-box;
  }
}

.home .group-14 {
  height: auto;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.home .rectangle-6 {
  width: 100%;
  /* position: absolute; */
  height: 180px;
  /* top: 0; */

}

.home .frame-16 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 40px;
  padding: 100px 0rem;
  position: relative;
  flex: 0 0 auto;
  background-color: #ddfdff;
  overflow: hidden;
}

.home .group-15 {
  display: flex;
  flex-direction: column;
  width: 224.92px;
  height: 53px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

.home .frame-17 {
  display: flex;
  flex-wrap: wrap;
  /* width: 1041px; */
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 20px;
  position: relative;
  flex: 0 0 auto;
  /* max-width: 1050px; */
}

.home .overlap-wrapper {
  position: relative;
  width: 48%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .home .overlap-wrapper {
    width: 100%;
  }
}

.home .overlap {
  position: relative;
  width: 100%;
  height: 346px;
  background: #fff;
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  border-radius:20px;
  
}

@media screen and (max-width: 950px) {
  .home .overlap {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}

.home .overlap .flex{
  align-items: center;
}

.home .rectangle-7 {
  position: absolute;
  max-width: 510px;
  height: 327px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 15px;
}

.home .text-wrapper-16 {
  position: relative;
  /* top: 205px;
  left: 27px; */
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 2rem;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2;
  z-index: 100;
  /* text-wrap: nowrap; */
}

.home .text-wrapper-17 {
  /* position: absolute; */
  top: 45px;
  left: 107px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 29px;
  letter-spacing: 0;
  line-height: 1.2;
}

.home .group-16 {
  /* position: absolute; */
  width: 113px;
  height: 76px;
  /* top: 124px;
  left: 26px; */
}

.home .overlap-group-3 {
  position: relative;
  width: 111px;
  height: 75px;
}

.home .rectangle-8 {
  position: absolute;
  width: 105px;
  height: 55px;
  top: 6px;
  left: 3px;
  background-color: #ff2a5d;
  border-radius: 4px;
  transform: rotate(-6.93deg);
}

.home .polygon-2 {
  position: absolute;
  width: 20px;
  height: 23px;
  top: 52px;
  left: 47px;
}

.home .p {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(-6.93deg);
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 31px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-18 {
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 31px;
  letter-spacing: 0;
}

.home .text-wrapper-19 {
  font-size: 24px;
}

.home .futyou{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 60%;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 950px) {
  .home .futyou{
    color: #ffffff;
    font-size: 2.5em;
    width:100%
  }
}

.home .fukidashi{
  position: relative;
  width: 40%;
  display: flex;
  justify-content: flex-end;
  height: 220px;
}
@media screen and (max-width: 950px) {
  .home .fukidashi{
    width: 100%;
    max-width: 150px;
    margin: 2.4rem auto 0;
  }
}

.home .group-17 {
  position: absolute;
  width: 128px;
  height: 64px;
  top: -35px;
  right: -20px;
  transform: rotate(4.58deg);
}

.home .overlap-2 {
  position: relative;
  width: 126px;
  height: 63px;
}

.home .rectangle-9 {
  position: absolute;
  width: 105px;
  height: 36px;
  top: 16px;
  left: -10px;
  background-color: #fff400;
  border-radius: 4px;
  transform: rotate(-6.93deg);
}

.home .rectangle-9.r-1{
  width: 128px;
}

.home .polygon-3 {
  position: absolute;
  width: 20px;
  height: 22px;
  top: 47px;
  left: 0px;
  transform: rotate(-4.58deg);
}

.home .text-wrapper-20 {
  position: absolute;
  top: 23px;
  left: -1px;
  transform: rotate(-6.93deg);
  font-weight: 700;
  color: #000000;
  text-align: center;
  font-family: "Noto Sans", Helvetica;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: normal;
}

.home .group-18 {
  position: absolute;
  width: 130px;
  height: 60px;
  top: 15px;
  right: -50px;
  transform: rotate(14.1deg);
  z-index: 100;
}

.home .overlap-3 {
  position: relative;
  width: 126px;
  height: 60px;
  display: flex;
}

.home .polygon-4 {
  position: absolute;
  width: 20px;
  height: 23px;
  top: 48px;
  left: 20px;
  transform: rotate(-14.1deg);
}

.home .group-19 {
  position: absolute;
  width: 190px;
  max-width: 200px;
  height: auto;
  margin-bottom: 0rem;
  top: 70px;
  right: -30px;
}



.home .group-20 {
  /* position: absolute; */
  width: 51px;
  height: 70px;
  top: 26px;
  left: 32px;
  margin-right: 1rem;
}

.home .overlap-4 {
  position: relative;
  width: 47px;
  height: 70px;
  /* margin-right: 1rem; */
}

.home .text-wrapper-21 {
  position: absolute;
  top: 0;
  left: 0px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: normal;
  text-wrap: nowrap;
}

.home .text-wrapper-22 {
  position: absolute;
  top: 14px;
  left: 0;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 41px;
  letter-spacing: 0;
  line-height: normal;
}

.home .group-21 {
  position: absolute;
  width: 111px;
  height: 54px;
  top: 5px;
  right: 100px;
}

.home .overlap-5 {
  position: relative;
  width: 109px;
  height: 50px;
}

.home .rectangle-10 {
  position: absolute;
  width: 121px;
  height: 36px;
  top: 26px;
  left: -16px;
  background-color: #fff400;
  border-radius: 4px;
  transform: rotate(-6.93deg);
}
.home .rectangle-10.r-1 {
  width: 110px;
  left: -5px;
}

.home .polygon-5 {
  position: absolute;
  width: 19px;
  height: 24px;
  top: 50px;
  left: 79px;
}

.home .text-wrapper-23 {
  position: absolute;
  top: 33px;
  left: 2px;
  transform: rotate(-6.93deg);
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.home .group-22 {
  position: relative;
  width: 514px;
  height: auto;
  margin-right: -3.5px;
}

.home .overlap-6 {
  position: relative;
  width: 510px;
  height: 332px;
}

.home .text-wrapper-24 {
  position: absolute;
  top: 198px;
  left: 30px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 50px;
}

.home .div-2 {
  position: absolute;
  top: 44px;
  left: 109px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 29px;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-25 {
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 29px;
  letter-spacing: 0;
}

.home .text-wrapper-26 {
  font-size: 33px;
}

.home .group-23 {
  position: absolute;
  width: 113px;
  height: 76px;
  top: 123px;
  left: 28px;
}

.home .group-24 {
  position: absolute;
  width: 51px;
  height: 70px;
  top: 26px;
  left: 34px;
}

.home .group-25 {
  position: absolute;
  width: 235px;
  height: 240px;
  top: 92px;
  left: 265px;
}

.home .overlap-7 {
  position: relative;
  width: 237px;
  height: 240px;
}

.home .group-26 {
  position: absolute;
  width: 92px;
  height: 64px;
  top: 60px;
  left: 138px;
  transform: rotate(14.1deg);
}

.home .overlap-group-4 {
  position: relative;
  width: 90px;
  height: 64px;
}

.home .rectangle-11 {
  position: absolute;
  width: 85px;
  height: 48px;
  top: 5px;
  left: 3px;
  background-color: #fff400;
  border-radius: 4px;
  transform: rotate(-6.93deg);
}

.home .polygon-6 {
  position: absolute;
  width: 16px;
  height: 18px;
  top: 45px;
  left: 14px;
  transform: rotate(-14.1deg);
}

.home .text-wrapper-27 {
  position: absolute;
  width: 77px;
  top: 9px;
  left: 7px;
  transform: rotate(-6.93deg);
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.home .group-27 {
  position: absolute;
  width: 84px;
  height: 63px;
  top: 6px;
  left: 94px;
  transform: rotate(9.29deg);
}

.home .overlap-8 {
  position: relative;
  width: 82px;
  height: 63px;
}

.home .rectangle-12 {
  position: absolute;
  width: 76px;
  height: 48px;
  top: 4px;
  left: 3px;
  background-color: #fff400;
  border-radius: 4px;
  transform: rotate(-6.93deg);
}

.home .polygon-7 {
  position: absolute;
  width: 16px;
  height: 18px;
  top: 44px;
  left: 12px;
  transform: rotate(-9.29deg);
}

.home .text-wrapper-28 {
  position: absolute;
  width: 60px;
  top: 7px;
  left: 11px;
  transform: rotate(-6.93deg);
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.home .group-28 {
  position: absolute;
  width: 92px;
  height: 72px;
  top: 46px;
  left: 3px;
  transform: rotate(-4.55deg);
}

.home .overlap-9 {
  position: relative;
  width: 90px;
  height: 69px;
}

.home .polygon-8 {
  position: absolute;
  width: 15px;
  height: 19px;
  top: 49px;
  left: 22px;
  transform: rotate(4.55deg);
}

.home .text-wrapper-29 {
  position: absolute;
  width: 74px;
  top: 9px;
  left: 8px;
  transform: rotate(-6.93deg);
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.home .group-29 {
  position: absolute;
  width: 102px;
  height: auto;
  top: 84px;
  right: -20px;
}

.home .group-30 {
  position: absolute;
  width: 120px;
  height: auto;
  top: 85px;
  right: 80px;
}

.home .group-31 {
  position: relative;
  /* max-width: 1030px; */
  height: auto;
  margin-right: -2px;
  width: 100%;
}
@media screen and (max-width: 786px) {
  .home .group-31 {
    width: 100%;
      box-sizing: border-box;
  }
}


.home .overlap-10 {
  position: relative;
  width: 100%;
  height: auto;
}

.home .group-32 {
  /* position: absolute; */
  width: 100%;
  height: auto;
  /* top: 0;
  left: 0; */
}

@media screen and (max-width: 786px) {
  .home .group-32 {
    width: 100%;
      box-sizing: border-box;
  }
}



.home .overlap-11 {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 786px) {
  .home .overlap-11 {
      width: 100%;
      box-sizing: border-box;
      margin: auto;
  }
}

.home .rectangle-13 {
  position: relative;
  width: 100%;
  /* height: 287px; */
  /* top: 62px; */
  left: 0;
  background-color: #ffffff;
  border-radius: 0px 0px 15px 15px;
  border: 5px solid;
  border-color: #ff2a5d;
  height: auto;
  padding: 0 1%;
}

.home .rectangle-14 {
  /* position: absolute; */
  width: 100%;
  /* height: 67px; */
  top: 0;
  left: 0;
  background-color: #ff2a5d;
  border-radius: 15px 15px 0px 0px;
  /* border: 5px solid; */
}

.home .rectangle-15 {
  position: static;
  /* width: 178px;
  height: 140px; */
  /* bottom: 10px;
  right: 30%; */
  background-color: #fff400;
  border-radius: 10px;
  padding: 1rem;
}

.home .div-3 {
  position: static;
  /* top: 160px;
  left: 30px; */
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ff2a5d;
  font-size: 3rem;
  text-align: left;
  letter-spacing: 0;
  line-height: normal;
  /* margin-left: 2%; */
}

@media screen and (max-width: 786px) {
  .home .div-3 {
    font-size: 1rem;
  }
}


.home .text-wrapper-30 {
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ff2a5d;
  font-size: 1.2em;
  letter-spacing: 0;
}

.home .text-wrapper-31 {
  font-size: 1em;
}

.home .text-wrapper-32 {
  font-size: 1em;
}

@media screen and (max-width: 786px) {
  .home .text-wrapper-30 {
    font-size: 2.5rem;
  }
  .home .text-wrapper-31 {
    font-size: 1.5rem;
  }
  
  .home .text-wrapper-32 {
    font-size: 1.5rem;
  }
}

.home .text-wrapper-33 {
  /* position: absolute;
  top: 87px;
  left: 289px; */
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 47px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 1rem;
  margin-left: 1rem;
}



@media screen and (max-width: 786px) {
  .home .text-wrapper-33 {
    font-size: 2rem;
    line-height: 1;
  }
}


.home .text-wrapper-34 {
    /* position: absolute; */
    /* top: 20px;
    left: 25px; */
    font-family: "Noto Sans", Helvetica;
    font-weight: 700;
    color: #0faab4;
    font-size: 33px;
    letter-spacing: 0;
    line-height: normal;
    /* position: absolute; */
    /* width: 233px; */
    /* height: 64px; */
    /* top: 88px; */
    /* left: 28px; */
    border-radius: 10px;
    border: 1px solid;
    border-color: #0faab4;
    padding: 0.2rem 1rem;
    display: inline-block;
    margin-top: 1rem;
    margin-left: 0rem;
    display: flex;
    align-content: center;
    align-items: center;
    /* margin-left: 2%; */
}



@media screen and (max-width: 786px) {
  .home .text-wrapper-34 {
    font-size: 1rem;
    height: 60px;
    width: 100px;
  }
}

.home .flexcontainer {
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: flex-start; */
  /* gap: 7px; */
  /* position: absolute; */
  /* width: 138px; */
  /* height: 107px; */
  /* top: 192px; */
  /* left: 586px; */
}

.home .text {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-35 {
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.home .group-33 {
  position: static;
  width: 100px;
  height: 76px;
  /* top: 100px;
  left: 32px; */
  /* margin-left: 5%; */
}
.teian{
  align-items: center;
  align-content: center;
  justify-content: center; 
  margin-top: 0rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 786px) {
  .teian{
    margin-top: 0rem;
  }
}

.sonoba{
  min-width: 500px;
}

@media screen and (max-width: 786px) {
  .sonoba{
    min-width: 300px;
    padding: 0.3rem 0.5rem;
  }
}


.home .group-33.hutyou03 {
    margin-left: 0%;
    margin-top: 1%;
}

.home .group-34 {
  position: static;
  width: 250px;
  height: 180px;
  bottom: 0px;
  right: 10px;
}

@media screen and (max-width: 786px) {
  .home .group-34 {
    width: 200px;
    height: auto;
  }
}

.home .rectangle-16 {
  position: absolute;
  width: 233px;
  height: 64px;
  top: 88px;
  left: 28px;
  border-radius: 10px;
  border: 1px solid;
  border-color: #0faab4;
}

.home .div-4 {
  /* position: absolute; */
  /* top: 2px;
  left: 137px; */
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  height: auto;
}

.home h2.div-4 {
  margin: 0;
  padding: 0 3rem;
}
@media screen and (max-width: 950px) {
  .home h2.div-4 {
    margin: 0;
    padding: 0 1rem;
    font-size: 1.2rem;
  }

}
.home .text-wrapper-36 {
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 45px;
  letter-spacing: 0;
}

@media screen and (max-width: 950px) {
  .home .text-wrapper-36 {
    color: #ffffff;
    font-size: 1.5em;
  }
}

.home .text-wrapper-37 {
  font-size: 31px;
}

@media screen and (max-width: 950px) {
  .home .text-wrapper-37 {
    color: #ffffff;
    font-size: 1em;
  }
}

.home .view-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 33px;
  padding: 100px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .home .view-3 {
    padding: 50px 1rem;
  }
}


.home .group-35 {
  width: 168px;
  position: relative;
  height: 53px;
  text-align: center;
}

.home .group-36 {
  display: inline-flex;
  flex-direction: column;
  height: 53px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

.home .frame-18 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 36px 5%;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  max-width: 1070px;
  width: 100%;
}


@media screen and (max-width: 1000px) {
  .home .frame-18 {
    padding: 36px 5%;
  }
}


.home .div-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 37px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 1000px) {
  .home .div-5 {
    font-size: 1.5rem;
  }
}


.home .text-wrapper-38 {
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 37px;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  .home .text-wrapper-38 {
    font-size: 1.2rem;
  }
}

.home .text-wrapper-39 {
  font-weight: 700;
}

.home .frame-19 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
  align-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .home .frame-19 {
    display: flex;
    width: 100%;
    gap: 32px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}


.home .mask-group {
  position: relative;
  width: 216px;
  height: 471px;
}


@media screen and (max-width: 1000px) {
  .home .mask-group {
    width: 100px;
    height: auto;
  }
}


.home .frame-20 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}


@media screen and (max-width: 1000px) {
  .home .frame-20 {
    width: 100%;
  }
}


.home .frame-20 h2{
margin: 0;
}

@media screen and (max-width: 1000px) {
  .home .frame-20 h2{
    font-size: 1.2rem;
    line-height: 1.2;
  }
}



.home .group-37 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 124.79px;
  margin-right: -2px;
}

.home .overlap-group-5 {
  position: relative;
  width: 100%;
  height: 125px;
}

.home .rectangle-17 {
  position: absolute;
  width: 100%;
  height: 87px;
  top: 38px;
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid;
  border-color: #0faab4;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.home .text-wrapper-40 {
  /* position: absolute; */
  /* width: 317px; */
  /* top: 65px; */
  /* left: 160px; */
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 25px;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: normal;
}

@media screen and (max-width: 1100px) {
  .home .text-wrapper-40 {
    padding-left: 110px;
  }
}


.home .mask-group-2 {
  position: absolute;
  width: 81px;
  height: 123px;
  top: 0;
  left: 23px;
}


.home .polygon-9 {
  position: relative;
  width: 51.96px;
  height: 22.5px;
}

.home .group-38 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 118.95px;
  margin-right: -2px;
}

.home .overlap-12 {
  position: relative;
  width: 100%;
  height: 119px;
}

.home .rectangle-18 {
  position: absolute;
  width: 100%;
  height: 87px;
  top: 32px;
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid;
  border-color: #0faab4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .text-wrapper-41 {
  /* position: absolute; */
  /* width: 494px; */
  /* top: 59px; */
  /* left: 41px; */
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 25px;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: normal;
  padding-right: 80px;
}


@media screen and (max-width: 1000px) {
  .home .text-wrapper-41 {
    padding-right: 80px;
    padding-left: 10px;
  }
}


.home .jyuugyouin {
  position: absolute;
  /* width: 73px; */
  height: auto;
  top: 0;
  /* left: 539px; */
  right: 10px;
}

.home .group-39 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 120.91px;
  margin-right: -2px;
}

.home .overlap-13 {
  position: relative;
  width: 100%;
  height: 121px;
}

.home .rectangle-19 {
  position: absolute;
  width: 100%;
  height: 87px;
  top: 34px;
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid;
  border-color: #0faab4;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.home .text-wrapper-42 {
  /* position: absolute; */
  /* width: 478px; */
  /* top: 60px; */
  /* left: 79px; */
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 25px;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.2;
  padding-right: 100px;
}


@media screen and (max-width: 1000px) {
  .home .text-wrapper-42 {
    padding-right: 80px;
    padding-left: 10px;
    text-align: left;
  }
  .home .text-wrapper-42 br{
    display: none; 
  }
}


.home .careprovider {
  position: absolute;
  width: 67px;
  height: 116px;
  top: 0;
  right: 20px;
}

.home .benefits {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: center;
  gap: 33px;
  padding: 100px 0px;
  position: relative;
  background-color: #e3faff;
}

.home .group-40 {
  width: 360px;
  position: relative;
  height: 53px;
  text-align: center;
}

.home .frame-21 {
  display: flex;
  width: 90%;
  /* align-items: center; */
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  /* margin-left: -10px; */
  /* margin-right: -10px; */
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}

.home .frame-22 {
  display: flex;
  flex-direction: column;
  max-width: 290px;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  position: relative;
  background-color: #ffffff;
}

@media screen and (max-width: 800px) {
  .home .frame-22 {
    max-width: unset;
  }
}

.home .text-wrapper-43 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  color: #000000;
  font-size: 1.1rem;
  line-height: normal;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.home .effects-svg-b {
  position: relative;
  width: 300px;
  height: 189px;
}

.home .element-2 {
  position: relative;
  width: fit-content;
  color: transparent;
  font-size: 20px;
  line-height: normal;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.home .text-wrapper-44 {
  color: #000000;
}

.home .text-wrapper-45 {
  color: #0faab4;
}

.home .frame-23 {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  width: 100%;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.home .frame-24 {
  display: flex;
  flex-direction: column;
  max-width: 290px;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  position: relative;
  background-color: #ffffff;
}

@media screen and (max-width: 800px) {
  .home .frame-24 {
    max-width: unset;
  }
}



.home .text-wrapper-46 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  padding: 0 5%;
}

.home .group-41 {
  width: 120px;
  position: relative;
  height: 53px;
}

.home .frame-25 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 33px 33px;
  position: relative;
  flex: 0 0 auto;
  /* margin-left: -8.5px; */
  /* margin-right: -8.5px; */
}

.home .adobestock-2 {
  position: relative;
  /* flex: 1; */
  /* flex-grow: 1; */
  height: 205px;
  object-fit: cover;
  width: 28%;
  display: block;
}

@media screen and (max-width: 1100px) {
  .home .adobestock-2 {
    position: relative;
    /* flex: 1; */
    /* flex-grow: 1; */
    height: auto;
    object-fit: cover;
    width: 100%;
    display: block;
  }
}

.home .frame-26 {
  display: inline-flex;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 19px;
  /* position: relative; */
  /* flex: 0 0 auto; */
}

.home .frame-27 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.home .element-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #0faab4;
  font-size: 36px;
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 480px) {
  .home .element-3 {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
  }
}

.home .text-wrapper-47 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

@media screen and (max-width: 480px) {
  .home .text-wrapper-47 {
    font-size: 1.2rem;
    padding: 0 10%;
  }
}

.home .view-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 33px;
  padding: 100px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e3faff;
}

.home .group-42 {
  width: 264px;
  position: relative;
  height: 53px;
  text-align: center;
}

.home .div-6 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  padding: 0 5%;
}

.home .text-wrapper-48 {
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
}

.home .group-43 {
  position: relative;
  /* max-width: 910px; */
  width: 100%;
  height: auto;
  padding: 1rem;
}

.home .polygon-10 {
  /* position: absolute; */
  width: 48px;
  height: 17px;
  /* top: 102px;
  left: 432px; */
  margin: 1rem auto;
  display: block;
}

.home .polygon-11 {
  position: absolute;
  width: 48px;
  height: 17px;
  top: 229px;
  left: 432px;
}

.home .polygon-12 {
  position: absolute;
  width: 48px;
  height: 17px;
  top: 356px;
  left: 432px;
}

.home .polygon-13 {
  position: absolute;
  width: 48px;
  height: 17px;
  top: 483px;
  left: 431px;
}

.home .polygon-14 {
  position: absolute;
  width: 48px;
  height: 17px;
  top: 610px;
  left: 432px;
}

.home .group-44 {
  /* position: absolute; */
  width: 100%;
  height: auto;
  /* top: 0;
  left: 0; */
}

.home .overlap-group-6 {
  /* position: relative; */
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 80px;
  border: 4px solid;
  border-color: #0faab4;
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 45%;
  flex-wrap: wrap;
}


@media screen and (max-width: 800px) {
  .home .overlap-group-6 {

  }
}

.home .text-wrapper-49 {
  position: static;
  font-family: "Noto Sans JP", Helvetica;
    font-weight: 500;
    color: #0faab4;
    font-size: 42px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
}

.home .text-wrapper-50 {
  position: static;
  width: auto;
  /* top: 9px;
  left: 400px; */
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #0faab4;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  margin-right: 5%;
}

.home .group-45 {
  /* position: absolute; */
  width: 100%;
  height: auto;
}

.home .text-wrapper-51 {
  /* position: absolute;
  top: 13px;
  right: 30px; */
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #0faab4;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 34px;
  white-space: nowrap;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .home .text-wrapper-51 {
    font-size: 1rem;
  }
}


.home .group-46 {
  /* position: absolute; */
  width: 100%;
  height: auto;
  top: 254px;
  left: 0;
}

.home .overlap-14 {
  /* position: relative; */
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 80px;
  border: 4px solid;
  border-color: #ff2a5d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .home .overlap-14 {
    font-size: 1rem;
    line-height: 1.2;
    flex-direction: column;
  }
}

.home .text-wrapper-52 {
  /* position: absolute;
  top: 23px;
  left: 659px; */
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #ff2a5d;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 34px;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .home .text-wrapper-52 {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.home .text-wrapper-53 {
  /* position: absolute; */
  width: 210px;
  /* top: 9px;
  left: 347px; */
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #ff2a5d;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.home div.overlap-group-7 {
  /* position: absolute; */
  width: auto;
  height: auto;
  /* top: 21px;
  left: 22px; */
  background-color: #ff2a5d;
  border-radius: 50px;
  padding: 0.5rem 1rem;
}

.home .text-wrapper-54 {
  /* position: absolute; */
  top: 7px;
  left: 39px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.home .group-47 {
  /* position: absolute; */
  width: 100%;
  height: auto;
  /* top: 381px;
  left: 0; */
}

.home .text-wrapper-55 {
  /* position: absolute; */
  /* top: 10px;
  left: 597px; */
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #0faab4;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}


@media screen and (max-width: 800px) {
  .home .text-wrapper-55 {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
  }
}

.home .group-48 {
  /* position: absolute; */
  width: 100%;
  height: auto;
  /* top: 508px;
  left: 0; */
}

.home .text-wrapper-56 {
  /* position: absolute; */
  /* top: 10px;
  left: 659px; */
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #0faab4;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (max-width: 800px) {
  .home .text-wrapper-56 {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
  }
}


@media screen and (max-width: 800px) {
  .home .group-43 .txt {
    font-size: 2rem;
    line-height: 1.2;
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .home .service {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left:0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.home .group-49 {
  width: 100%;
  height: 88px;
}

.home .group-50 {
  position: relative;
  width: 100%;
  height: auto;
}

.home .frame-28 {
  position: relative;
  height: auto;
  background-image: url(./img/rectangle-54-2.png);
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 3% 0;
}

.home .div-7 {
  /* position: absolute;
  top: 60px;
  left: 391px; */
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
}


@media screen and (max-width: 800px) {
  .home .div-7 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}


.home .text-wrapper-57 {
  color: #333333;
}

.home .text-wrapper-58 {
  color: #ff2a5d;
  font-size: 2.5rem;
}

.home .text-wrapper-59 {
  color: #ff2a5d;
  font-size: 2.5rem;
}


@media screen and (max-width: 800px) {
  .home .text-wrapper-58,.home .text-wrapper-59 {
    font-size: 1.2em;
  }
}


.home .button-2 {
  /* all: unset; */
  box-sizing: border-box;
  gap: 11px;
  padding: 21px 2%;
  /* position: absolute;
  top: 186px;
  left: 477px; */
  display: inline-flex;
  align-items: center;
  background-color: var(--syoku-02);
  border-radius: 10px;
  margin: 0.5rem auto 0;
  max-width: 475px;
  width: 90%;
  justify-content: center;
}


.home .button-2:hover {
  background-color: #0faab4;
  transition: 0.3s;
}

.home .vector-3 {
  position: relative;
  width: 35px;
  height: 28px;
}

.home .text-wrapper-60 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 35px;
  white-space: nowrap;
}


@media screen and (max-width: 800px) {
  .home .text-wrapper-60{
      font-size: 1.5rem;
  }
}


.home .group-51 {
  width: 72px;
  position: relative;
  height: 53px;
}



.home .frame-29 {
  display: flex;
  width: auto;
  height: auto;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
}

.home .element-m {
  position: relative;
  width: 50%;
  max-width: 500px;
  height: auto;
  margin-top: -4.5px;
  margin-bottom: -4.5px;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .home .element-m {
    width: 100%;
  }

  .home .frame-29 {
    font-size: 1.2rem;
  }
}


.home .group-52 {
  position: relative;
  max-width: 554px;
  width: 100%;
  height: auto;
}

.home .frame-30 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
}

.home .text-wrapper-61 {
  position: relative;
  width: 100%;
  /* max-width: 500px; */
  height:auto;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: rgb(20 171 181);
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-62 {
  position: relative;
  width: 416px;
  height: 33.88px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: var(--text);
  font-size: 26px;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-63 {
  position: relative;
  width: auto;
  height: auto;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: var(--text);
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.home .view-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 40px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid;
  border-color: #0faab4;
}

.home .frame-31 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 100px 2rem;
  position: relative;
  flex: 0 0 auto;
  background-color: #e3faff;
}

.home .group-53 {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1000px;
}


.home .group-54 {
  display: flex;
  flex-direction: column;
  width: 102px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 4rem;
}

.home .frame-32 {
  display: flex;
  width: 100%;
  align-items: center;
}


@media screen and (max-width: 800px) {
  .home .frame-32{
    flex-direction: column;
 
  }
}

.home .group-55 {
  /* position: relative; */
  width: 50%;
  height: auto;
}


@media screen and (max-width: 800px) {
  .home .group-55 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .home iframe{
    width: 100%;
  }
}


.home .text-wrapper-64 {
  /* position: absolute; */
  width: auto;
  top: 0;
  left: 0;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: var(--text);
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
}

.home .element-4 {
  /* position: absolute; */
  width: auto;
  top: 46px;
  left: 0;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: var(--text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

.home .map {
  position: relative;
  width: 600px;
  height: 400px;
  margin-right: -1px;
}

.home .frame-33 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: center;
  gap: 30px;
  padding: 100px 0px;
  position: relative;
  background-color: #f5f5f5;
}

.home .frame-34 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  position: relative;
  flex: 0 0 auto;
}

.home .group-56 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.home .QA {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -6px;
  padding: 1rem;
}

.home .component {
  position: relative;
  width: 100%;
  height: auto;
}

.home .text-wrapper-65 {
  /* position: absolute; */
  top: 20px;
  left: 90px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27.2px;
  white-space: nowrap;
  margin: 0;
}

.home .overlap-15 {
  /* position: absolute; */
  width: 60px;
  height: 66px;
  top: -1px;
  left: 0;
  margin-right: 1rem;
}

.home .ellipse {
    /* top: 6px; */
    background-color: #0faab4;
    /* position: absolute; */
    width: 60px;
    height: 60px;
    left: 0;
    border-radius: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.home .text-wrapper-66 {
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  line-height: 0;
  white-space: nowrap;
  /* position: absolute; */
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
  margin-top: -10px;

}

.home .overlap-group-8 {
  /* position: absolute; */
  width: 60px;
  height: 64px;
  top: 76px;
  left: 0;
  margin-right: 1rem;
}

.home .ellipse-2 {
  top: 4px;
  border: 2px solid;
  border-color: #0faab4;
  /* position: absolute; */
  width: 60px;
  height: 60px;
  left: 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .text-wrapper-67 {
  /* position: absolute; */
  top: 0;
  left: 19px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #0faab4;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  margin-top: -5px;
}

.home .subtract {
  position: absolute;
  width: 28px;
  height: 16px;
  top: 30px;
  left: 942px;
}

.home .text-wrapper-68 {
  /* position: absolute; */
  top: 93px;
  left: 90px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27.2px;
}

.home .line {
  position: relative;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.home .text-wrapper-69 {
  /* position: absolute; */
  top: 20px;
  left: 90px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27.2px;
  white-space: nowrap;
}

.home .text-wrapper-70 {
  /* position: absolute; */
  height: auto;
  top: 66px;
  left: 90px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27.2px;
}

.home .text-wrapper-71 {
  /* position: absolute; */
  height: auto;
  top: 66px;
  left: 90px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27.2px;
}

.copyright-wrapper {
  position: relative;
  width: 100%;
  height: 88px;
  background-color: var(--syoku-01);
}

.copyright {
    /* position: absolute; */
    /* width: 181px; */
    /* top: 36px; */
    /* left: 630px; */
    font-family: "Noto Sans JP", Helvetica;
    /* font-weight: 400; */
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0;
    /* line-height: normal; */
    text-align: center;
    padding-top: 2rem;
}

.home .TO-plink {
  position: fixed;
  /* width: 55px; */
  /* height: 56px; */
  /* top: 517px; */
  /* left: 1272px; */
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

.home .overlap-16 {
  position: relative;
  width: 58px;
  height: 56px;
}

.home .group-57 {
  position: absolute;
  width: 58px;
  height: 56px;
  top: 0;
  left: 0;
}

.home .overlap-group-9 {
  position: relative;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 28px;
  border: 2px solid;
  border-color: #0faab4;
}

.home .text-wrapper-72 {
  width: 33px;
  top: 22px;
  left: 9px;
  font-weight: 700;
  color: #0faab4;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.home .polygon-15 {
  position: absolute;
  width: 11px;
  height: 10px;
  top: 13px;
  left: 21px;
}

/* 隠すための初期スタイル */
/* 初期状態 */
.answer {
  /* max-height: 0; */
  display: flex;
}

/* 開いている状態 */
.answer.show {
  max-height: 1000px; /* 充分に大きな値を設定 */
}

/* 質問部分のスタイル */
.question {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 矢印のスタイル */
.subtract {
  transition: transform 0.3s;
}

/* 矢印の開閉状態 */
.answer.show ~ .subtract {
  transform: rotate(180deg);
}

.wp-block-table td, .wp-block-table th{
    border: none;
    padding: 0
}

tr{
  border: none;
}

table{
  border: none;
}

.singular-header__title.entry-title{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #0faab4;
}

form p{
  margin-bottom: 1rem;
}


/* ヘッダー画像 */
.mainimg {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(./img/27896008_m-1.png);
  background-size: auto 77%;
  background-position: right bottom;
  width: 100%;
  min-width: unset;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .mainimg {
      background-size: auto 50%;
  }
}


.mainimg .frame {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: auto;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 10%;
  position: relative;
  flex: 1;
  flex-grow: 1;
  max-width: 1000px;
}



@media screen and (max-width: 1100px) {
  .mainimg .frame {
    width: 100%;
      box-sizing: border-box;
      padding: 0px 5%;
  }
}

@media screen and (min-width: 1100px) {
  .mainimg .frame {
    padding: 0px 2%;
  }
}

.mainimg .main-catch {
  position: relative;
  width: auto;
  height: auto;
  max-width: 660px;
}

.mainimg .text-wrapper {
  /* position: absolute; */
  height: 38px;
  top: 0;
  left: 0;
  font-family: "Noto Sans-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 2rem;
  letter-spacing: 1.74px;
  /* line-height: 37.7px; */
  white-space: nowrap;
}

.mainimg span.text-wrapper {
  position: static;
  font-size: 1.0em;
  color: #0faab4;
}

.line-hei{
  margin-bottom: 1rem;
  display: block;
}

.line-hei span{
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .mainimg .text-wrapper  {
    font-size: 1.2rem;

  }
  .mainimg span.text-wrapper  {
    font-size: 0.7em;
  }
  .mainimg .span{
    font-size: 1.5rem;
  }
  .line-hei{
    margin-bottom: 0rem;
    display: block;
  }
  .jinji{
    font-size: 1.2rem; 
  }
}




.mainimg .carefor {
  /* position: absolute; */
  /* height: 284px; */
  /* top: 76px;
  left: 0; */
  font-family: "Noto Sans-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 41px;
  letter-spacing: 2.46px;
  line-height: 1;
  margin-top: 2rem;
}

@media screen and (max-width: 1100px) {
  .mainimg .carefor {
    line-height: 1.2;
  }
}

@media screen and (max-width: 700px) {
  .mainimg .carefor {
    line-height: 1;
    margin-top:0rem

  }
}


.mainimg .span {
  color: #000000;
  letter-spacing: 1.01px;
}

.mainimg .text-wrapper-2 {
  color: #0faab4;
  letter-spacing: 1.01px;
}

.mainimg .text-wrapper-3 {
  color: #0faab4;
  font-size: 52px;
  letter-spacing: 1.62px;
  line-height: 67.6px;
}

.mainimg .text-wrapper-4 {
  color: #000000;
  font-size: 52px;
  letter-spacing: 1.62px;
  line-height: 67.6px;
}

.mainimg .hojokin {
  position: relative;
  width: 166.37px;
  height: 162.37px;
  margin-right: -4px;
}

@media screen and (max-width: 1100px) {
  .mainimg .hojokin{
    margin-left: auto;
  }
}

.mainimg .overlap-group {
  position: relative;
  width: 162px;
  height: 162px;
}

.mainimg .ellipse {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 6px;
  left: 6px;
  background-color: #f13c68;
  border-radius: 74.94px;
  transform: rotate(5deg);
}

.mainimg .div {
  position: absolute;
  width: 107px;
  height: auto;
  top: 50px;
  left: 31px;
  transform: rotate(0deg);
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: -0.19px;
  line-height: 25.5px;
}

.mainimg .rectangle {
  position: absolute;
  width: 160px;
  height: 35px;
  top: 112px;
  left: 0px;
  background-color: #ffe500;
  border-radius: 6px;
  border: 2px solid;
  border-color: #f13c68;
  transform: rotate(0deg);
  padding: 0.6rem 0.2rem;
}

.mainimg .element {
  position: static;
  width: auto;
  top: 126px;
  /* left: 26px; */
  transform: rotate(0deg);
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 0.7rem;
  text-align: center;
  /* letter-spacing: -0.09px; */
  line-height: 12px;
}

.mainimg .text-wrapper-5 {
  letter-spacing: -0.01px;
}

.mainimg .text-wrapper-6 {
  font-size: 11px;
  letter-spacing: -0.01px;
  line-height: 16.5px;
}


.content__main{
  padding: 0 2rem;
}


input[type=email], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
  border-radius: 5px;
  padding: 1rem;
}


button, input[type=button], input[type=reset], input[type=submit]{
  background-color: #0faab4;
  border-color: #0faab4;
}

input[type=submit].return{
  background-color: #575757;
  border-color: #575757;
  margin-right: 1rem;

}

.bgbtn{
  margin-right: 1rem;
}