@charset "UTF-8";

/************************************

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

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

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/************************************

base

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

body {
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 0.16rem;
  color: #333333;
  background: #FBF9F3;
}

a {
  color: #333333;
  text-decoration: none;
}

p {
  line-height: 1.6;
  text-align: justify;
}

p a {
  text-decoration: underline;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-inquiry {
  display: inline-block;
  min-width: 418px;
  padding: 0.6em 2em;
  color: #FFF;
  font-size: 0.28rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(to right, #fd5392 0%, #eedd24 100%);
  border-radius: 50px;
  transition: 0.2s all ease 0s;
}

.btn-inquiry.-small {
  min-width: 0;
  font-size: 0.24rem;
}

@media screen and (max-width: 870px) {
  .btn-inquiry {
    width: 100%;
    min-width: 0;
    padding: 0.6em 1em;
  }
}

.btn-inquiry.-navigation {
  width: auto;
  min-width: 0;
  padding: 0.6em 1.4em;
  font-size: 0.145rem;
}

@media screen and (max-width: 1238px) {
  .btn-inquiry.-navigation {
    font-size: 1.2vw;
    padding: 0.6em 1em;
  }
}

@media screen and (max-width: 769px) {
  .btn-inquiry.-navigation {
    padding: 0.6em 1.3em;
    font-size: 3.8vw;
  }
}

.btn-inquiry:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 30px rgba(253, 83, 146, 0.5);
}

.btn-price {
  display: inline-block;
  min-width: 418px;
  padding: 0.6em 2em;
  color: #333333;
  font-size: 0.28rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 2px solid #333333;
  border-radius: 50px;
  transition: 0.2s all ease 0s;
}

@media screen and (max-width: 870px) {
  .btn-price {
    width: 100%;
    min-width: 0;
  }
}

.btn-price.-navigation {
  width: auto;
  min-width: 0;
  font-size: 0.16rem;
}

@media screen and (max-width: 769px) {
  .btn-price.-navigation {
    padding: 0.6em 1em;
    font-size: 3.8vw;
  }
}

.btn-price:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.5);
}

.btn-primary {
  display: inline-block;
  padding: 0.8em 3em;
  color: #FFF;
  font-size: 0.22rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #FF8F50;
  border-radius: 50px;
  transition: 0.2s all ease 0s;
}

.btn-primary:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 30px rgba(255, 143, 80, 0.5);
}

.btn-secondary {
  display: inline-block;
  padding: 0.8em 3em;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 2px solid #333333;
  border-radius: 50px;
  transition: 0.2s all ease 0s;
}

.btn-secondary:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 769px) {
  .btn-secondary {
    padding: 0.8em 1.5em;
  }
}

.btn-negative {
  display: inline-block;
  padding: 0.8em 3em;
  color: #FFF;
  font-size: 0.22rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #CCC;
  border-radius: 50px;
  transition: 0.2s all ease 0s;
}

.btn-negative:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.5);
}

.btn-arrow {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  text-decoration: none;
}

.btn-arrow::before {
  content: "\f138";
  margin-right: 0.2em;
  color: #333333;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.concept__container {
  padding: 1rem 0;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .concept__container {
    padding: 0.6rem 0;
  }
}

.absonsive {
  position: relative;
  max-width: 1200px;
  height: 825px;
  margin: 0 auto;
}

@media screen and (min-width: 770px) and (max-width: 1080px) {
  .absonsive {
    height: 100vw;
  }
}

@media screen and (max-width: 769px) {
  .absonsive {
    position: relative;
    max-width: 768px;
    height: 1380px;
    margin: 0 auto;
    height: 179.6875vw;
  }
}

.absonsive img {
  width: 100%;
  height: auto;
}

.concept__main,
.concept__text,
.heading__catch,
.heading__logo,
.heading__rine,
.img__rine,
.pattern01,
.pattern02,
.pattern03,
.pattern04,
.photo01,
.photo02,
.photo03 {
  position: absolute;
  margin: 0;
}

.heading__logo {
  width: 330px;
  height: 173px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .heading__logo {
    width: 390px;
    height: 204px;
    width: 50.78125vw;
    height: 26.5625vw;
  }
}

.heading__catch {
  max-width: 1100px;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .heading__catch {
    font-size: 0.24rem;
    width: 100%;
    top: 290px;
    top: 37.7604166667vw;
  }
}

.concept__text {
  max-width: 1100px;
  top: 310px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  font-size: 0.16rem;
  line-height: 2.8;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .concept__text {
    width: 100%;
    line-height: 2;
    padding: 0 0.2rem;
    text-align: justify;
    top: 395px;
    top: 51.4322916667vw;
  }
}

.heading__rine {
  max-width: 1100px;
  top: 675px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .heading__rine {
    font-size: 0.24rem;
    width: 100%;
    top: 1215px;
    top: 158.203125vw;
  }
}

.img__rine {
  width: 415px;
  height: 82px;
  top: 740px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .img__rine {
    width: 550px;
    height: 159px;
    top: 1300px;
    width: 71.6145833333vw;
    height: 20.703125vw;
    top: 169.2708333333vw;
  }
}

.photo01 {
  width: 200px;
  height: 197px;
  top: 160px;
  left: 136px;
  z-index: 2;
}

@media screen and (max-width: 769px) {
  .photo01 {
    width: 190px;
    height: 188px;
    top: 980px;
    left: 40px;
    width: 24.7395833333vw;
    height: 24.4791666667vw;
    top: 127.6041666667vw;
    left: 5.2083333333vw;
  }
}

.photo02 {
  width: 200px;
  height: 211px;
  top: 500px;
  left: 180px;
  z-index: 2;
}

@media screen and (max-width: 769px) {
  .photo02 {
    width: 200px;
    height: 211px;
    top: 960px;
    left: 280px;
    width: 26.0416666667vw;
    height: 27.4739583333vw;
    top: 125vw;
    left: 36.4583333333vw;
  }
}

.photo03 {
  width: 230px;
  height: 231px;
  top: 410px;
  right: 135px;
  z-index: 2;
}

@media screen and (max-width: 769px) {
  .photo03 {
    width: 220px;
    height: 221px;
    top: 970px;
    right: 40px;
    width: 28.6458333333vw;
    height: 28.7760416667vw;
    top: 126.3020833333vw;
    right: 5.2083333333vw;
  }
}

.pattern01 {
  width: 150px;
  height: 151px;
  top: 70px;
  left: 220px;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .pattern01 {
    width: 180px;
    height: 181px;
    top: 900px;
    left: 110px;
    width: 23.4375vw;
    height: 23.5677083333vw;
    top: 117.1875vw;
    left: 14.3229166667vw;
  }
}

.pattern02 {
  width: 130px;
  height: 128px;
  top: 530px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .pattern02 {
    width: 142px;
    height: 140px;
    top: 240px;
    left: 0;
    width: 18.4895833333vw;
    height: 18.2291666667vw;
    top: 31.25vw;
    left: 0vw;
  }
}

.pattern03 {
  width: 170px;
  height: 153px;
  top: 250px;
  right: 60px;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .pattern03 {
    width: 170px;
    height: 153px;
    top: 190px;
    right: 0;
    width: 22.1354166667vw;
    height: 19.921875vw;
    top: 24.7395833333vw;
    right: 0vw;
  }
}

.pattern04 {
  width: 290px;
  height: 200px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .pattern04 {
    width: 250px;
    height: 172px;
    bottom: 340px;
    right: 0;
    width: 32.5520833333vw;
    height: 22.3958333333vw;
    bottom: 44.2708333333vw;
    right: 0vw;
  }
}

/************************************

contact

************************************/
.contact {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
}

.contact__container {
  display: flex;
  width: 40vw;
  margin: 0 auto;
  justify-content: center;
  background: white;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  padding: 0.1rem;
  border-radius: 0.1rem 0.1rem 0 0;
  gap: 0.1rem;
}

@media screen and (max-width: 769px) {
  .contact__container {
    width: 100vw;
    border-radius: 0;
  }
}

.contact__item {
  width: calc((100% - 0.1rem) / 2);
  width: 50%;
  text-align: center;
}

.contact__item a {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}

.contact__item a img {
  width: 100%;
}

.contact__item a:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 769px) {
  .contact__item {
    padding: 0;
  }
}

.contact__line {
  position: fixed;
  z-index: 101;
  bottom: 0.1rem;
  right: 0.1rem;
  border-radius: 70px;
  width: 220px;
  height: 220px;
}

.contact__line a:hover img {
  transform: scale(1.02);
}

@media screen and (max-width: 769px) {
  .contact__line {
    width: 100px;
    height: 100px;
    bottom: 0.8rem;
  }
}

/************************************

container

************************************/
.container {
  padding: 1rem 0;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .container.-padding {
    padding: 0.6rem 0.2rem;
  }
}

.container.bg01 {
  background: #ffffff;
}

.container.bg02 {
  background: #FCEFE0;
}

.container.bg03 {
  background: #f8b714;
}

.container.-narrow {
  max-width: 720px;
  margin: 0 auto;
}

.main__midashi {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0 0 0.8rem;
  background: url("../images/miadshi_kazari01.svg") no-repeat center center;
  background-size: 120px auto;
}

@media screen and (max-width: 769px) {
  .main__midashi {
    font-size: 0.2rem;
    padding: 0 0 0.48rem;
    background-size: 80px auto;
  }
}

.main__midashi span {
  font-size: 0.14rem;
}

.main__midashi2 {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0 0 0.8rem;
  background: url("../images/miadshi_kazari01.svg") no-repeat center center;
  background-size: 120px auto;
}

@media screen and (max-width: 769px) {
  .main__midashi2 {
    font-size: 0.2rem;
    line-height: 1.6;
    padding: 0 0 1rem;
    background-size: 80px auto;
  }
}

.main__midashi2 span {
  font-size: 0.14rem;
}

.heading__midashi {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  padding: 0 0 0.8rem;
  background: url("../images/miadshi_kazari02.svg") no-repeat center center;
  background-size: 240px 20px;
}

@media screen and (max-width: 769px) {
  .heading__midashi {
    font-size: 0.2rem;
    padding: 0 0 0.48rem;
    background-size: 120px 10px;
  }
}

.heading__midashi2 {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  padding: 0 0 0.8rem;
  background: url("../images/miadshi_kazari02.svg") no-repeat center center;
  background-size: 240px 20px;
}

@media screen and (max-width: 769px) {
  .heading__midashi2 {
    font-size: 0.2rem;
    line-height: 1.6;
    padding: 0 0 0.8rem;
    background-size: 120px 10px;
  }
}

.heading__maker {
  text-decoration: underline;
  text-underline-offset: -0.1rem;
  text-decoration-thickness: 0.2rem;
  -webkit-text-decoration-color: #FFE7CA;
  text-decoration-color: #FFE7CA;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .heading__maker {
    font-size: 0.2rem;
    line-height: 1.8;
    text-decoration-thickness: 0.16rem;
  }
}

@media screen and (max-width: 769px) {
  #group-efforts .group-efforts__catch {
    font-size: 0.18rem !important;
    text-align: justify !important;
  }

  #group-efforts .group-efforts__catch br {
    display: none !important;
  }
}

.worries__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 0.25rem;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.6rem 0.2rem;
}

@media screen and (max-width: 769px) {
  .worries__container {
    padding: 0.2rem 0 0.4rem;
    gap: 0.2rem;
  }
}

.worries__item {
  width: calc((100% - 0.75rem) / 4);
  border-radius: 50%;
  background: #FFF4B2;
  position: relative;
}

@media screen and (max-width: 769px) {
  .worries__item {
    width: calc((100% - 0.2rem) / 2);
  }
}

.worries__item:before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #FFF4B2;
  z-index: 0;
}

.circle {
  position: relative;
  padding-top: 100%;
}

.worries__detail {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0;
  line-height: 2;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  height: 70%;
  justify-content: center;
  align-items: center;
}

.worries__title {
  height: 55%;
  display: flex;
  align-items: flex-end;
  font-size: 0.18rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  .worries__title {
    font-size: 0.14rem;
    line-height: 1.6;
    height: 50%;
  }
}

.worries__img {
  height: 45%;
}

@media screen and (max-width: 769px) {
  .worries__img {
    height: 50%;
  }
}

.worries__img img {
  padding: 0.1rem 0 0;
  height: 100%;
}

.arrow {
  margin: 0 auto 0.6rem;
  width: 5vw;
}

@media screen and (max-width: 769px) {
  .arrow {
    width: 10vw;
    margin: 0 auto 0.3rem;
  }
}

.arrow img {
  width: 100%;
}

.worries__end {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.4rem;
  color: #FF8F50;
  font-weight: bold;
  text-align: center;
}

.worries__end::before {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #FF8F50;
  margin-right: 30px;
  transform: rotate(-35deg);
}

@media screen and (max-width: 769px) {
  .worries__end::before {
    width: 2px;
    transform: rotate(-25deg);
    height: 60px;
    margin-right: 20px;
  }
}

.worries__end::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #FF8F50;
  margin-left: 30px;
  transform: rotate(35deg);
}

@media screen and (max-width: 769px) {
  .worries__end::after {
    width: 2px;
    transform: rotate(25deg);
    height: 60px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 769px) {
  .worries__end {
    font-size: 0.22rem;
    line-height: 1.6;
  }
}

.feature__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 0.4rem;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .feature__container {
    gap: 0.2rem;
    padding: 0;
    margin: -0.4rem 0 0;
  }
}

.feature__item {
  width: calc((100% - 0.8rem) / 3);
  background: #ffffff;
  border-radius: 0.1rem;
  padding: 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .feature__item {
    width: calc((100% - 0.2rem) / 2);
    padding: 0.1rem;
  }
}

.feature__item p {
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0 0;
  text-align: center;
  line-height: 1.8;
  font-size: 0.2rem;
  justify-content: center;
  flex: 1;
}

@media screen and (max-width: 769px) {
  .feature__item p {
    font-size: 0.14rem;
  }
}

.feature__item.-last {
  /* Firefox用 */
  /* Chrome,Safari,新しいOpera用 */
  /* 古いOpera用 */
  /* IE9用 */
  transform: rotate(5deg);
  /* CSS3の書き方 */
}

@media screen and (max-width: 769px) {
  .feature__item.-last {
    /* Firefox用 */
    /* Chrome,Safari,新しいOpera用 */
    /* 古いOpera用 */
    /* IE9用 */
    transform: rotate(2deg);
    /* CSS3の書き方 */
  }
}

.flow_design {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .flow_design {
    width: 100%;
  }
}

.flow {
  padding-left: 0;
  width: 100%;
  max-width: 700px;
}

.flow>li {
  list-style-type: none;
  border: 2px solid #FF8F50;
  padding: 0.3rem 0.2rem;
  border-radius: 0.2rem;
  text-align: center;
  background: #ffffff;
}

@media screen and (max-width: 769px) {
  .flow>li {
    padding: 0.2rem;
  }
}

.flow>li:not(:last-child) {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .flow>li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.flow>li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #4D9BC1;
  background: url("../images/arrow02.svg") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 769px) {
  .flow>li:not(:last-child)::after {
    width: 30px;
    height: 20px;
    bottom: -30px;
  }
}

.flow>li {
  color: #FF8F50;
  font-size: 0.34rem;
  font-weight: bold;
  margin: 0 0 0.2rem;
}

@media screen and (max-width: 769px) {
  .flow>li {
    font-size: 0.2rem;
  }
}

.flow>li span {
  font-size: 140%;
  margin-right: 0.5em;
}

.sns__btn {
  margin: 0.4rem auto;
  width: 100%;
}

.sns__wrap {
  max-width: 1100px;
  padding: 0 0.1rem;
  margin: 0 auto;
}

.sns__wrap p {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.2rem;
}

.sns__wrap p span {
  font-size: 0.18rem;
}

.sns__btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
}

.sns__btnItem a {
  text-align: center;
  font-size: 0.2rem;
  padding: 0;
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #666;
  display: block;
}

.instagram_btn a {
  background: linear-gradient(to bottom right, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
}

.youtube_btn a {
  background: #FF0100;
}

.facebook_btn a {
  background: #3B5998;
}

.twitter_btn a {
  background: #00ACEE;
}

.footer {
  font-size: 0.14rem;
  text-align: center;
}

#sub__menu {
  width: 100%;
  font-size: 0.13rem;
  padding: 0.2rem 0.2rem 1.5rem;
}

@media screen and (max-width: 769px) {
  #sub__menu {
    width: 100%;
    font-size: 0.13rem;
    padding: 0.2rem 0.2rem 1rem;
  }
}

.group_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.group_area img {
  height: 0.3rem;
}

@media screen and (max-width: 769px) {
  .group_area img {
    height: 0.3rem;
  }
}

.group_area a {
  margin: 0 0.1rem;
}

@media screen and (max-width: 769px) {
  .group_area a {
    margin: 0.1rem auto 0;
  }
}

@media screen and (max-width: 769px) {
  .group_area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.form__error {
  margin-top: 0.05rem;
  color: #ff5e5e;
  line-height: 1.6;
}

.form__error-list {
  line-height: 1.6;
}

.form__error-item {
  color: #ff5e5e;
  line-height: 1.6;
}

.form__title {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  .form__title {
    margin-top: 0;
  }
}

.form__title em {
  display: inline-block;
  margin-top: 0.1rem;
  color: #333333;
  font-size: 120%;
  color: #FF7272;
}

.form__content {
  margin-top: 0.25rem;
  text-align: left;
}

.form__heading {
  color: #000;
  font-size: 0.2rem;
  font-weight: normal;
  color: #333333;
}

@media screen and (max-width: 769px) {
  .form__heading {
    margin: 0 0 0.1rem 0;
  }
}

.form__heading+.form__caution {
  margin-top: 0;
}

.form__require {
  padding-left: 0.4em;
  color: #FF8F50;
  font-size: 0.12rem;
}

.form__input {
  margin-top: 0.06rem;
}

.form__input input:not([type=radio]),
.form__input textarea {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 0.5em;
}

.form__input input:not([type=radio]):focus,
.form__input textarea:focus {
  border-color: #333333;
  box-shadow: 0px 0px 4px 0 #333333;
}

@media screen and (max-width: 769px) {

  .form__input input:not([type=radio]),
  .form__input textarea {
    font-size: 16px;
  }
}

.form__input input[type=radio] {
  width: 15px;
  height: 15px;
}

.form__input input#area {
  width: 12em;
  margin-right: 0.1rem;
}

.form__input textarea {
  min-height: 2rem;
  line-height: 1.2;
}

.form__input select {
  width: 100%;
  padding: 0.6em 1em;
}

.form__input label {
  display: inline-block;
  margin-top: 0.08rem;
}

.form__label {
  display: inline-block;
  font-size: 0.16rem;
}

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

.form__row:not(:first-of-type) {
  margin-top: 0.1rem;
}

.form__row label {
  margin-top: 0;
}

.form__row input {
  flex: 1;
  margin-left: 0.1rem;
}

.form__line {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-color: #AAA;
}

.form__btn {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
  text-align: center;
}

.form__btn a {
  text-decoration: underline;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  .form__btn {
    display: block;
  }
}

.form__btn button,
.form__btn input[type=submit] {
  border: 0;
}

.form__btn-item {
  margin: 0 0.1rem;
}

@media screen and (max-width: 769px) {
  .form__btn-item {
    margin: 0.2rem 0 0 0;
  }
}

.form__finish {
  padding: 0.6rem 0rem;
}

.form__finish p {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .form__finish p {
    text-align: justify;
  }
}

span.wpcf7-not-valid-tip {
  padding-top: 0.3em;
  color: #d10000;
  font-size: 0.14rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 2em auto 0 auto;
  padding: 0.15rem;
  border: none;
  background: #fcc4c4;
}

div.wpcf7-response-output {
  color: #d10000;
  font-size: 0.14rem;
}

div.wpcf7-mail-sent-ok {
  margin: 2em auto 0 auto;
  padding: 0.15rem;
  border: none;
  background: #333333;
}

div.wpcf7-mail-sent-ok.wpcf7-response-output {
  color: #FFF;
}

.list_lead {
  text-align: center;
  padding: 0 0 30px;
}

@media screen and (max-width: 769px) {
  .list_lead {
    text-align: justify;
  }
}

.life_wrap {
  max-width: 1080px;
  text-align: left;
  display: flex;
  margin: 0 auto 40px;
}

@media screen and (max-width: 769px) {
  .life_wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.life_title {
  font-size: 0.24rem;
  font-weight: bold;
  width: 20%;
  padding: 10px 0 0;
}

@media screen and (max-width: 769px) {
  .life_title {
    width: 100%;
  }
}

.life_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  max-height: 360px;
}

@media screen and (max-width: 769px) {
  .life_list {
    max-height: 100%;
  }
}

.life_list li {
  width: calc((100% - 20px) / 2);
  padding: 15px 20px;
  font-size: 0.2rem;
  border-radius: 30px;
  background: #f7d7b8;
  font-weight: bold;
  position: relative;
}

.life_list li span {
  font-size: 80%;
  color: #925d13;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 769px) {
  .life_list li {
    width: 100%;
  }
}

.life_illust01 {
  position: absolute;
  z-index: 2;
  left: 200px;
  top: -20px;
  width: 18%;
}

.life_illust02 {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: -20px;
  width: 24%;
}

@media screen and (max-width: 769px) {
  .life_illust02 {
    right: 5px;
    top: -25px;
  }
}

.life_illust03 {
  position: absolute;
  z-index: 2;
  right: 60px;
  top: -10px;
  width: 28%;
}

@media screen and (max-width: 769px) {
  .life_illust03 {
    right: 60px;
    top: 0px;
    width: 25%;
  }
}

.life_illust04 {
  position: absolute;
  z-index: 2;
  left: 120px;
  top: -10px;
  width: 13%;
}

.life_illust05 {
  position: absolute;
  z-index: 2;
  right: 60px;
  top: -10px;
  width: 25%;
}

@media screen and (max-width: 769px) {
  .life_illust05 {
    right: 20px;
    top: -20px;
    width: 25%;
  }
}

.life_list2 {
  display: flex;
  gap: 20px;
  flex: 1;
}

@media screen and (max-width: 769px) {
  .life_list2 {
    flex-direction: column;
  }
}

.life_list2 li {
  padding: 15px 20px;
  font-size: 0.2rem;
  border-radius: 30px;
  background: #c6e09f;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .life_list2 li {
    width: 100%;
    text-align: center;
  }
}

.life_list3 {
  display: flex;
  gap: 20px;
  flex: 1;
}

@media screen and (max-width: 769px) {
  .life_list3 {
    flex-direction: column;
  }
}

.life_list3 li {
  padding: 15px 20px;
  font-size: 0.2rem;
  border-radius: 30px;
  background: #9cccea;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .life_list3 li {
    width: 100%;
    text-align: center;
  }
}

.main {
  position: relative;
  width: 100vw;
  margin: 0;
  background: url(../images/bg_pattern01.png) center center;
  padding: 0 0 1rem;
}

@media screen and (max-width: 769px) {
  .main {
    padding: 0 0 0.3rem;
  }
}

.main__title {
  width: 100vw;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .main__title {
    top: -2rem;
  }
}

.main__title img {
  width: 100%;
}

.main__info {
  display: flex;
  max-width: 1120px;
  margin: 0.6rem auto 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 769px) {
  .main__info {
    display: block;
  }
}

.main__summary {
  flex: 1;
  padding-right: 0.3rem;
}

.main__summary h3 {
  margin-bottom: 0.15rem;
  padding-bottom: 0.1rem;
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px dashed #9bc143;
}

.main__summary table {
  width: 100%;
}

.main__summary tr {
  display: flex;
  margin-bottom: 0.1rem;
}

.main__summary th {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 0.88rem;
  padding: 0.3em 0.5em;
  color: #FFF;
  white-space: nowrap;
  background: #9bc143;
  border-radius: 6px;
}

.main__summary td {
  flex: 1;
  padding: 0.3em 0 0.3em 1em;
  font-weight: bold;
  line-height: 1.4;
  max-width: 422px;
}

.main__summary td span {
  font-size: 80%;
}

@media screen and (max-width: 769px) {
  .main__summary {
    padding-right: 0;
  }
}

.main__summary h3 em {
  font-size: 50%;
}

.main__map {
  height: 327px;
  margin-top: 0.1rem;
  border: 4px solid #9bc143;
  border-radius: 20px;
  overflow: hidden;
}

.main__map iframe {
  width: 100%;
  height: 627px;
  transform: translateY(-150px);
}

.main__detail {
  flex: 1;
  padding-left: 0.3rem;
}

.main__detail h3 {
  margin-bottom: 0.15rem;
  padding-bottom: 0.1rem;
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px dashed #63b3d5;
}

.main__detail table {
  width: 100%;
}

.main__detail tr {
  display: flex;
  margin-bottom: 0.1rem;
}

.main__detail th {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 0.88rem;
  padding: 0.3em 0.5em;
  color: #FFF;
  white-space: nowrap;
  background: #63b3d5;
  border-radius: 6px;
}

.main__detail td {
  flex: 1;
  padding: 0.3em 0 0.3em 1em;
  font-weight: bold;
  line-height: 1.4;
  max-width: 422px;
}

.main__detail td span {
  font-size: 80%;
}

@media screen and (max-width: 769px) {
  .main__detail {
    margin-top: 0.4rem;
    padding-left: 0;
  }
}

.main__note {
  margin-top: 0.1rem;
}

.main__notice {
  margin-top: 0.1rem;
  font-weight: bold;
}

.main__notice span {
  color: #ff4500;
  font-size: 120%;
}

body {
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  background: white;
  height: 80px;
  z-index: 100;
  width: 100%;
}

.logotype {
  height: 60px;
}

.logotype img {
  height: 100%;
}

nav {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 48em) {
  nav nav {
    display: inline;
  }
}

.menu__box {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}

@media screen and (max-width: 48em) {
  .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: -600px 0 0 0;
    padding: 1rem 0.2rem 0 0.2rem;
    text-align: center;
    background-color: #ffffff;
    z-index: 1;
    transition-duration: 0.5s;
  }
}

.red {
  color: #f06c64;
}

.menu__item {
  display: flex;
  flex-direction: column;
  padding: 0 0.1rem;
  color: #333333;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 48em) {
  .menu__item {
    display: block;
    padding: 0.2rem 0;
    color: #333333;
    font-size: 18px;
    transition-duration: 0.5s;
  }

  .menu__item:hover {
    background-color: #4f5464;
  }
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FF8F50;
}

#menu__toggle:checked~.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FF8F50;
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
}

.menu__btn {
  transition-duration: 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 2;
}

.menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FF8F50;
}

.menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FF8F50;
  content: "";
  top: -8px;
  transition-duration: 0.25s;
}

.menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FF8F50;
  content: "";
  top: 8px;
  transition-duration: 0.25s;
}

@media screen and (min-width: 48em) {
  .menu__btn {
    display: none;
  }
}

.qa__container {
  max-width: 1100px;
  margin: -0.6rem auto 0;
}

@media screen and (max-width: 769px) {
  .qa__container {
    margin: -0.3rem auto 0;
  }
}

.qa_q {
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  font-weight: bold;
  padding: 0.6rem 0.2rem 0.1rem 0.2rem;
}

.qa_q::before {
  content: "Q.";
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0.1rem 0 0;
  color: #FF8F50;
}

@media screen and (max-width: 769px) {
  .qa_q {
    padding: 0.3rem 0 0.2rem;
    font-size: 0.2rem;
    text-align: justify;
    line-height: 1.6;
    align-items: flex-start;
  }
}

.qa_a {
  display: flex;
  align-items: center;
  padding: 0.2rem;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  line-height: 2;
}

.qa_a::before {
  content: "A.";
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.26rem;
  margin: 0 0.1rem 0 0;
  color: #FF7272;
}

@media screen and (max-width: 769px) {
  .qa_a::before {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 769px) {
  .qa_a {
    line-height: 1.6;
    align-items: flex-start;
  }
}

.recruit__container {
  margin: -1rem 0 0;
}

@media screen and (max-width: 769px) {
  .recruit__container {
    margin: -0.8rem 0 0;
  }
}

.note-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.8rem 0.5rem 0.5rem;
  position: relative;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 769px) {
  .note-box {
    padding: 0.6rem 0.2rem 0.3rem;
  }
}

.note-box::before {
  content: "";
  position: absolute;
  border-top: dotted 20px #f8b714;
  /*ドットの大きさ、高さ*/
  width: calc(100% - 1rem);
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  filter: drop-shadow(-1px -1px 1px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 769px) {
  .note-box::before {
    width: calc(100% - 0.4rem);
    border-top: dotted 15px #f8b714;
  }
}

.info__wrap {
  display: flex;
  gap: 0.4rem;
  align-items: stretch;
  margin: 0 0 0.6rem;
}

@media screen and (max-width: 769px) {
  .info__wrap {
    flex-direction: column;
    margin: -0.4rem 0 0.4rem 0;
    gap: 0.2rem;
  }
}

.info__item {
  width: 55%;
}

@media screen and (max-width: 769px) {
  .info__item {
    width: 100%;
  }
}

.info__map {
  flex: 1;
}

@media screen and (max-width: 769px) {
  .info__map {
    width: 100%;
  }
}

.info__map iframe {
  width: 100%;
  height: 100%;
}

.dashed-note {
  border-top: 1px dotted rgba(51, 51, 51, 0.3);
  text-align: left;
}

.dashed-note li {
  border-bottom: 1px dotted rgba(51, 51, 51, 0.3);
  padding: 0.2rem 0;
  letter-spacing: 1px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

@media screen and (max-width: 769px) {
  .dashed-note li {
    flex-direction: column;
    padding: 0.15rem 0;
  }
}

.dashed-note li .note__heading {
  width: 20%;
  max-width: 80px;
  color: #FF8F50;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .dashed-note li .note__heading {
    width: 100%;
    margin: 0 0 0.1rem 0;
  }
}

.dashed-note li .note__detail {
  font-weight: bold;
  text-align: justify;
  line-height: 1.6;
  flex: 1;
}

@media screen and (max-width: 769px) {
  .dashed-note li .note__detail {
    width: 100%;
  }
}

.dashed-note li .note__detail span {
  font-weight: normal;
  font-size: 0.14rem;
  padding: 0 0 0 0.1rem;
}

@media screen and (max-width: 769px) {
  .dashed-note li .note__detail span {
    padding: 0;
  }
}

.type {
  color: #FF8F50;
  margin: 0 0 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
}

/************************************

Voice

************************************/
.voice__container {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.1rem 0 0 0.1rem;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .voice__container {
    gap: 0.3rem;
  }
}

.voice__item {
  background: #FFF;
  border-radius: 0.1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.voice__heading {
  transform: translate(-0.3rem, -0.3rem);
}

@media screen and (max-width: 769px) {
  .voice__heading {
    transform: translate(-0.1rem, -0.1rem);
  }

  .voice__heading img {
    max-height: 75px;
    width: auto;
  }
}

.voice__contents {
  overflow: hidden;
  display: none;
}

.voice__contents::before {
  content: "";
  display: block;
  width: calc(100% - 0.2rem * 2);
  height: 3px;
  margin: 0 auto;
  background: url("../images/voice01_dot.png") repeat-x left top;
}

@media screen and (max-width: 769px) {
  .voice__contents::before {
    height: 1px;
    background-size: cover;
  }
}

.-interview02 .voice__contents::before {
  background-image: url("../images/voice02_dot.png");
}

.-interview03 .voice__contents::before {
  background-image: url("../images/voice03_dot.png");
}

.-interview04 .voice__contents::before {
  background-image: url("../images/voice04_dot.png");
}

.voice__btn {
  padding: 0 0.2rem 0.2rem;
  text-align: center;
}

.voice__btn:hover {
  cursor: pointer;
}

.voice__interview {
  width: calc(100% - 0.4rem);
  padding: 0.2rem;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .voice__interview {
    padding: 0.2rem 0;
  }
}

.voice__photo {
  float: left;
  margin-right: 0.2rem;
}

.-interview03 .voice__photo,
.-interview04 .voice__photo {
  float: right;
  margin-right: 0;
  margin-left: 0.2rem;
}

@media screen and (max-width: 769px) {
  .voice__photo {
    width: 40%;
  }
}

.voice__name {
  margin-top: 0.45rem;
}

@media screen and (max-width: 769px) {
  .voice__name {
    float: left;
    width: 50%;
    margin-top: 0.65rem;
  }
}

.voice__txt {
  margin-top: 0.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .voice__txt {
    float: left;
    font-size: 0.14rem;
  }
}

.voice__note {
  padding: 0 0.2rem 0.2rem;
  text-align: center;
}

/************************************

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}