@charset "UTF-8";
/******************************************
	記述順
	共通
*******************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #0b0b0b;
  background: #fff;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1.4px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

a {
  color: #0b0b0b;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

/********** cmn **********/
section {
  padding: 100px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section {
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 13% 0;
  }
}
section .ttl_cmn {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section .ttl_cmn {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  section .ttl_cmn {
    margin-bottom: 7%;
  }
}

.wrap {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.fs_ud {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 4px;
}

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

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

.bg__orange {
  padding-bottom: 120px;
  background-image: linear-gradient(-180deg, #FAE5BD, #FFC117);
}

.bg__green {
  background: #E1F8E1;
}

@media screen and (max-width: 768px) {
  picture {
    display: block;
    text-align: center;
  }
}

/********** header **********/
#header {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #header {
    display: block;
    padding: 10px 0 0;
  }
}
#header .hd_logo {
  margin-left: 60px;
  width: 20%;
}
@media screen and (max-width: 1398px) {
  #header .hd_logo {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  #header .hd_logo {
    width: 32%;
    margin-left: 0;
  }
}
#header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header .wrap {
    justify-content: center;
  }
}

nav {
  text-align: right;
  width: 76%;
}
@media screen and (max-width: 768px) {
  nav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -100;
    display: none;
    opacity: 0;
    padding: 0 20px;
  }
}
nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  nav ul {
    padding: 65px 0 0 0;
    display: block;
  }
}
nav ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  nav ul li {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  nav ul li a {
    display: block;
  }
}

/********** company **********/
.company {
  padding-top: 0;
  background: #FDF3DF;
}
.company .wrap {
  max-width: 1600px;
}
@media screen and (max-width: 768px) {
  .company .wrap {
    display: grid;
  }
}
.company__photo {
  text-align: center;
  max-width: 998.43px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .company__photo {
    margin-bottom: 6%;
    margin-right: -29px;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .company__photo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .company__flex {
    margin-bottom: 50px;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .company__flex {
    margin-bottom: 20px;
  }
}
.company__flex h2 {
  font-size: 42px;
  font-weight: bold;
  color: #B70000;
}
@media screen and (max-width: 768px) {
  .company__flex h2 {
    font-size: 32px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .company__flex h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.company__flex h2 small {
  font-size: 17px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .company__flex h2 small {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .company__flex h2 small {
    font-size: 12px;
  }
}
.company__table {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .company__table {
    display: block;
    order: 3;
  }
}
.company__table table {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .company__table table {
    width: 100%;
  }
}
.company__table table th, .company__table table td {
  font-weight: 500;
  font-size: 20px;
  padding: 40px 20px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .company__table table th, .company__table table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .company__table table th, .company__table table td {
    font-size: 13px;
    padding: 20px 10px;
  }
}
.company__table table th {
  border-top: 2px solid #FF7F00;
  border-bottom: 2px solid #FF7F00;
}
@media screen and (max-width: 768px) {
  .company__table table th {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .company__table table:nth-of-type(1) {
    border-bottom: none;
  }
}
.company__table table:nth-of-type(1) tr:last-child th, .company__table table:nth-of-type(1) tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .company__table table:nth-of-type(2) {
    border-top: none;
  }
}

/********** footer **********/
.footer {
  color: #fff;
  position: relative;
  padding: 0;
  background: #FDF3DF;
}
.footer__people {
  text-align: center;
  line-height: 0;
}

.copy {
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  background: #FF7F00;
}
@media screen and (max-width: 768px) {
  .copy {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .copy {
    font-size: 1rem;
    padding: 10px 0 90px;
  }
}

#page-top {
  font-size: 120%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  #page-top {
    bottom: 80px;
  }
}
#page-top a {
  text-decoration: none;
  text-align: center;
  display: block;
}

/********** mainvisual **********/
#mainvisual {
  padding: 0;
  position: relative;
  background: #fff;
}
#mainvisual .mainvisual_btn {
  position: absolute;
  left: -50%;
  right: -50%;
  bottom: 0;
  z-index: 2;
  transform: translate(50%, 60%);
  width: 100%;
}
#mainvisual .mainvisual_btn a {
  padding: 30px 10px;
  border: 5px solid #fff;
  width: 100%;
  background-image: linear-gradient(-180deg, #0CEF15, #007E3F);
  border-radius: 100vh;
  display: block;
  text-align: center;
  max-width: 864px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
}
#mainvisual .mainvisual_btn a:before {
  content: "";
  position: absolute;
  left: -220px;
  top: 0;
  bottom: 0;
  width: 372.39px;
  height: 258.24px;
  background: url(../images/btn_chara.png) no-repeat center/cover;
}
#mainvisual .mainvisual_btn a:hover {
  transition: 0.3s;
  opacity: 1;
  background-image: linear-gradient(180deg, #007E3F, #0CEF15);
}
#mainvisual .mainvisual_btn a:hover img {
  opacity: 1;
}
#mainvisual .mainvisual_btn a span {
  position: relative;
  display: block;
}
#mainvisual .mainvisual_btn a span::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24.55px;
  height: 42.09px;
  background: url(../images/btn__arrow.png) no-repeat center/cover;
}
#mainvisual .mainvisual_bg {
  position: relative;
  z-index: 0;
  line-height: 0;
}
#mainvisual .mainvisual_bg img {
  width: 100%;
}

.trouble {
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .trouble {
    padding-top: 7%;
  }
}
@media screen and (max-width: 480px) {
  .trouble {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .trouble .wrap {
    padding: 0;
  }
}

.possibility__top {
  margin-top: -200px;
  padding: 0;
  text-align: center;
  background: url(../images/possibility__white.png) no-repeat center bottom/100% 100%;
}
@media screen and (max-width: 768px) {
  .possibility__top {
    background: none;
    margin-top: -145px;
  }
}

.possibility__bottom {
  padding: 0 0 150px;
  text-align: center;
  background: url(../images/possibility__green.png) no-repeat center bottom/100% 100%;
}
@media screen and (max-width: 768px) {
  .possibility__bottom {
    padding-bottom: 15%;
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #E1F8E1 10%, #E1F8E1 100%);
  }
}
@media screen and (max-width: 480px) {
  .possibility__bottom {
    padding-bottom: 80px;
  }
}
.possibility__bottom .contents__btn {
  margin-top: 50px;
}

/********** slider **********/
#slideshow {
  padding: 0;
}
#slideshow .slide {
  width: 490px;
}

/********** hurry **********/
.hurry {
  padding: 100px 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hurry {
    padding: 10% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .hurry {
    padding: 50px 0 60px;
  }
}
.hurry .contents__btn {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .hurry .contents__btn {
    margin-top: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  .hurry .contents__btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .hurry .wrap {
    padding: 0;
  }
}

/********** reason **********/
.reason {
  position: relative;
  padding: 127px 0 0;
  background: url(../images/reason__bg.png) no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .reason {
    padding: 90px 0 0;
  }
}
.reason:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  margin: auto;
  width: 359px;
  height: 177px;
  background: url(../images/reason__icon.png) no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .reason:before {
    top: -32px;
    width: 204px;
    height: 104px;
  }
}
.reason .wrap {
  max-width: 1500px;
}
.reason h2 {
  max-width: 817px;
  margin: 0 auto 20px;
}
.reason ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .reason ul {
    flex-direction: column;
  }
}
.reason ul li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .reason ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.reason__bottom {
  text-align: center;
  line-height: 0;
}

/********** popular **********/
.popular {
  padding: 80px 0;
  background: url(../images/popular__bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .popular {
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  .popular {
    padding: 40px 0;
  }
}
.popular__img {
  line-height: 0;
}
.popular h2 {
  text-align: center;
}
.popular h2 img {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 592px;
}
.popular ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6%;
}
@media screen and (max-width: 768px) {
  .popular ul {
    gap: 4%;
  }
}
.popular ul li {
  width: 27%;
  line-height: 0;
  margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .popular ul li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.popular__maker {
  text-align: center;
}

/********** flow **********/
.flow {
  padding: 90px 0 100px;
  background: #FFEBC4;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 11% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .flow {
    padding: 40px 0 60px;
  }
}
.flow h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .flow h2 {
    margin-bottom: 30px;
  }
}
.flow h2 img {
  width: 100%;
  max-width: 762px;
  margin: 0 auto;
}
.flow__img {
  text-align: center;
}
.flow__people {
  text-align: center;
  line-height: 0;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .flow__people {
    margin-bottom: 20px;
  }
}
.flow p.pc {
  text-align: center;
  margin-top: 60px;
}

/********** voice **********/
.voice {
  padding: 90px 0 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 11% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .voice {
    padding: 40px 0 60px;
  }
}
.voice h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .voice h2 {
    margin-bottom: 30px;
  }
}
.voice h2 img {
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
}
.voice .slider {
  margin: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .voice .slider {
    margin: 10% 0 0;
  }
}
@media screen and (max-width: 480px) {
  .voice .slider {
    margin: 45px 0 0;
  }
}

/********** faq **********/
.faq {
  padding: 90px 0 100px;
  background: #FF7F00;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 11% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .faq {
    padding: 40px 0 60px;
  }
}
.faq h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .faq h2 {
    margin-bottom: 30px;
  }
}
.faq h2 img {
  width: 100%;
  max-width: 713px;
  margin: 0 auto;
}

.contents__btn {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .contents__btn {
    display: none;
  }
}
.contents__btn a {
  display: block;
  line-height: 0;
}

.sp__btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 900;
}
.sp__btn .contents__btn {
  gap: 0;
  display: flex;
}
.sp__btn .contents__btn div {
  width: 100%;
}
.sp__btn .contents__btn div img {
  width: 100%;
}

.form {
  padding-bottom: 120px;
  background: #FDF3DF;
}
@media screen and (max-width: 768px) {
  .form {
    padding-bottom: 12%;
  }
}
@media screen and (max-width: 480px) {
  .form {
    padding-bottom: 60px;
  }
}
.form h2 {
  text-align: center;
}
.form__box {
  background: #fff;
}
.form__box__ttl {
  margin-top: 20px;
  text-align: center;
  padding: 50px 20px;
  background-image: linear-gradient(-180deg, #FFC834, #FF9D17);
}
@media screen and (max-width: 768px) {
  .form__box__ttl {
    padding: 5% 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__box__ttl {
    padding: 25px 20px;
  }
}
.form__box__ttl p {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .form__box__ttl p {
    font-size: 14px;
  }
}
.form__box__contents {
  max-width: 882px;
  margin: 0 auto;
  padding: 80px 20px 60px;
}
@media screen and (max-width: 768px) {
  .form__box__contents {
    padding: 8% 20px 6%;
  }
}
@media screen and (max-width: 480px) {
  .form__box__contents {
    padding: 40px 20px 30px;
  }
}
.form__box__contents table th, .form__box__contents table td {
  padding-bottom: 70px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .form__box__contents table th, .form__box__contents table td {
    padding-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  .form__box__contents table th, .form__box__contents table td {
    display: block;
    padding-bottom: 30px;
  }
}
.form__box__contents table th {
  width: 40%;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__box__contents table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .form__box__contents table th {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.form__box__contents table th span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  background: #D51313;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .form__box__contents table th span {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .form__box__contents table th span {
    font-size: 11px;
  }
}
.form__box__contents table th.any {
  padding-left: 66px;
}
@media screen and (max-width: 768px) {
  .form__box__contents table th.any {
    padding-left: 55px;
  }
}
@media screen and (max-width: 480px) {
  .form__box__contents table th.any {
    padding-left: 0;
  }
}
.form__box__contents table td {
  width: 60%;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .form__box__contents table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .form__box__contents table td {
    width: 100%;
  }
}
.form__box__contents table td input, .form__box__contents table td textarea {
  padding: 10px;
  border: 1px solid #999999;
}
.form__box__contents table td input[type=text],
.form__box__contents table td input[type=email] {
  width: 100%;
  padding: 10px;
  line-height: 1.7;
}
.form__box__contents table td .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form__box__contents table td .wpcf7-list-item * {
  font-weight: 400;
}
.form__box__contents table td textarea {
  width: 100%;
}
.form__box__contents .privacybox {
  padding: 30px;
  border: 1px solid #BAB9B9;
  overflow-y: scroll;
  max-height: 282px;
}
@media screen and (max-width: 768px) {
  .form__box__contents .privacybox {
    padding: 3%;
  }
}
@media screen and (max-width: 480px) {
  .form__box__contents .privacybox {
    padding: 15px;
    max-height: 180px;
  }
}
.form__box__contents .privacybox p {
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form__box__contents .privacybox p {
    margin-bottom: 5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .form__box__contents .privacybox p {
    margin-bottom: 7%;
  }
}
.form__box__contents .privacy__checkbox {
  text-align: center;
  margin: 30px 0 37px;
}
.form__box__contents .privacy__checkbox span {
  margin-left: 0;
  font-weight: 400;
}
.form__box__contents .wpcf7-submit {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: block;
  max-width: 266px;
  margin: 0 auto;
  line-height: 60px;
  background: #FF7F00;
  border: 2px solid #FF7F00;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .form__box__contents .wpcf7-submit:hover {
    color: #FF7F00;
    transition: 0.3s;
    background: #fff;
  }
}
.form__box__contents .back__btn input.wpcf7-form-control.wpcf7-previous {
  cursor: pointer;
  background: #ddd;
  border: none;
  line-height: 40px;
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .form__box__contents .back__btn input.wpcf7-form-control.wpcf7-previous:hover {
    opacity: 0.6;
  }
}

.page-template-page-thanks .form__box__contents {
  padding: 80px 20px 60px;
}
@media screen and (max-width: 768px) {
  .page-template-page-thanks .form__box__contents {
    padding: 8% 20px 6%;
  }
}
@media screen and (max-width: 480px) {
  .page-template-page-thanks .form__box__contents {
    padding: 10% 20px 8%;
  }
}
.page-template-page-thanks .form__box__contents h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .page-template-page-thanks .form__box__contents h4 {
    font-size: 18px;
  }
}
.page-template-page-thanks .form__box__contents p {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page-template-page-thanks .form__box__contents p {
    font-size: 14px;
    text-align: left;
  }
}
.page-template-page-thanks .form__box__contents .home__btn a {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: block;
  max-width: 266px;
  margin: 50px auto 0;
  line-height: 60px;
  background: #FF7F00;
  border: 2px solid #FF7F00;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .page-template-page-thanks .form__box__contents .home__btn a {
    line-height: 40px;
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .page-template-page-thanks .form__box__contents .home__btn a:hover {
    color: #FF7F00;
    transition: 0.3s;
    background: #fff;
  }
}

.map {
  padding: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 545px;
  }
}
@media screen and (max-width: 480px) {
  .map iframe {
    height: 280px;
  }
}/*# sourceMappingURL=style.css.map */