@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
#profile,
#price,
#staff,
#contact,
#voice,
#case,
#service,
#strong {
  position: relative;
  top: -90px;
}
@media screen and (max-width: 1000px) {
  #profile,
  #price,
  #staff,
  #contact,
  #voice,
  #case,
  #service,
  #strong {
    top: -55px;
  }
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: #FFF9F5;
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 55px;
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  body {
    font-size: 13px;
  }
}

.inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .inner {
    padding: 0 10px;
  }
}

.l-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .l-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .l-inner {
    padding: 0 10px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #EDEEEE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

.logo {
  max-width: 300px;
  margin-right: 10px;
}
@media screen and (max-width: 1300px) {
  .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .logo {
    max-width: 160px;
    margin-right: 0;
  }
}
.logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo a:hover {
  opacity: 0.6;
}

.common-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-form-btn {
  margin-right: 15px;
}
@media screen and (max-width: 1300px) {
  .section-form-btn {
    margin-right: 10px;
  }
}
.section-form-btn a {
  display: block;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E4AF00), to(#E45A00));
  background: linear-gradient(to bottom, #E4AF00 0%, #E45A00 100%);
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1001px) {
  .section-form-btn a:hover {
    color: #E45E00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  }
}
@media screen and (max-width: 1500px) {
  .section-form-btn a.header-div {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .section-form-btn a.header-div {
    font-size: 13px;
    padding: 20px 10px;
  }
}

.section-line-btn .section-line-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-line-btn a {
  background: -webkit-gradient(linear, left top, left bottom, from(#06C755), to(#15984B));
  background: linear-gradient(to bottom, #06C755 0%, #15984B 100%);
  display: block;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 10.5px 30px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.section-line-btn a:hover {
  color: #15984B;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
@media screen and (max-width: 1500px) {
  .section-line-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .section-line-btn a.header-div {
    font-size: 13px;
    padding: 10.5px 20px;
  }
}
.section-line-btn a .section-line-btn-icon {
  margin-right: 8px;
  width: 35px;
}
@media screen and (max-width: 1300px) {
  .section-line-btn a .section-line-btn-icon.header-div {
    width: 35px;
  }
}

.section-form-btn2 {
  margin-right: 20px;
}
@media screen and (max-width: 1300px) {
  .section-form-btn2 {
    margin-right: 10px;
  }
}
.section-form-btn2 a {
  display: block;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E4AF00), to(#E45A00));
  background: linear-gradient(to bottom, #E4AF00 0%, #E45A00 100%);
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  min-width: 300px;
}
@media screen and (max-width: 1000px) {
  .section-form-btn2 a {
    min-width: initial;
  }
}
@media screen and (min-width: 1001px) {
  .section-form-btn2 a:hover {
    color: #E45E00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  }
}
@media screen and (max-width: 374px) {
  .section-form-btn2 a {
    font-size: 14px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1500px) {
  .section-form-btn2 a.header-div {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .section-form-btn2 a.header-div {
    font-size: 13px;
    padding: 20px 10px;
  }
}

.section-line-btn2 .section-line-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-line-btn2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#06C755), to(#15984B));
  background: linear-gradient(to bottom, #06C755 0%, #15984B 100%);
  display: block;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 10.5px 30px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  min-width: 300px;
}
.section-line-btn2 a:hover {
  color: #15984B;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
@media screen and (max-width: 1500px) {
  .section-line-btn2 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .section-line-btn2 a {
    font-size: 14px;
    padding: 9.5px 10px;
    min-width: initial;
  }
}
@media screen and (max-width: 1300px) {
  .section-line-btn2 a.header-div {
    font-size: 13px;
    padding: 8px 20px;
  }
}
.section-line-btn2 a .section-line-btn-icon {
  margin-right: 8px;
  width: 35px;
}
@media screen and (max-width: 1300px) {
  .section-line-btn2 a .section-line-btn-icon.header-div {
    width: 35px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 15px 0;
  background: #FFF9F5;
  z-index: 300;
}
.header .logo {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 10px 0;
  }
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .flex .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .right ul li {
  margin-right: 30px;
}
@media screen and (max-width: 1300px) {
  .header .flex .right ul li {
    margin-right: 20px;
  }
}
.header .flex .right ul li a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header .flex .right ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  /* 下線の位置調整 */
  width: 100%;
  height: 2px;
  /* 下線の太さ */
  background: #E45E00;
  /* 文字色と同じ */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.header .flex .right ul li a:hover {
  color: #E45E00;
}
.header .flex .right ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 1500px) {
  .header .flex .right ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .header .flex .right ul li a {
    font-size: 14px;
  }
}

.mv .img {
  margin-left: 12.5%;
}
@media screen and (max-width: 1000px) {
  .mv .img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.mv .img img {
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .mv .img img {
    border-radius: 20px;
  }
}
.mv .l-inner {
  position: relative;
}
.mv .l-inner .contents {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
}
@media screen and (max-width: 1000px) {
  .mv .l-inner .contents {
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    left: 0;
    z-index: 2;
  }
}
.mv .contents {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .mv .contents {
    border-radius: 20px;
    padding: 20px;
  }
}
.mv .contents .title {
  font-size: 34px;
  color: #E86923;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
.mv .contents .title span {
  position: relative;
  display: inline-block;
}
.mv .contents .title span::after {
  position: absolute;
  bottom: 0px;
  height: 14px;
  background: #F8D405;
  content: "";
  width: 100%;
  left: 0;
  border-radius: 50px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .mv .contents .title span::after {
    height: 8px;
    bottom: 3px;
  }
}
@media screen and (max-width: 1300px) {
  .mv .contents .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .mv .contents .title {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374px) {
  .mv .contents .title {
    font-size: 17px;
  }
}
.mv .contents .lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  .mv .contents .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .mv .contents .lead {
    line-height: 1.7;
  }
}
@media screen and (max-width: 374px) {
  .mv .contents .lead {
    font-size: 13px;
  }
}

.drawer-icon {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 1001px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 30px;
  height: 2.5px;
  background: #E86923;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgb(27, 19, 16);
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #FFF9F5;
}
.drawer-content .mugenkun {
  position: absolute;
  width: 20%;
  left: 0%;
  bottom: 5%;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}
.drawer-content .rabbit {
  position: absolute;
  width: 15%;
  right: 0%;
  bottom: 5%;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}
.drawer-content.is-active .mugenkun {
  position: absolute;
  width: 20%;
  left: 10%;
  bottom: 5%;
}
.drawer-content.is-active .rabbit {
  position: absolute;
  width: 15%;
  right: 10%;
  bottom: 5%;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-nav ul li {
  margin-bottom: 50px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.section {
  padding: 80px 0 90px;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 40px 0;
  }
}

.cta .box {
  background: #fff;
  padding: 50px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cta .box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 374px) {
  .cta .box {
    padding: 20px 10px;
  }
}
.cta h2 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .cta h2 {
    font-size: 16px;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .cta h2 {
    font-size: 14px;
  }
}
.cta .common-btn-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .cta .common-btn-area {
    display: block;
  }
  .cta .common-btn-area a {
    text-align: center;
  }
  .cta .common-btn-area .section-form-btn2 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.section-title {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .section-title {
    margin-bottom: 25px;
    font-size: 23px;
  }
}
@media screen and (max-width: 374px) {
  .section-title {
    font-size: 21px;
  }
}

.reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 1000px) {
  .reason ul {
    display: block;
    padding-top: 0;
  }
}
.reason ul li {
  width: 31.5%;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .reason ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .reason ul li:last-child {
    margin-bottom: 0;
  }
}
.reason ul li .num {
  font-family: "din-2014-rounded-variable", sans-serif;
  font-weight: 600;
  color: #E86923;
  font-size: 80px;
  position: absolute;
  top: -40px;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .reason ul li .num {
    font-size: 50px;
    top: -10px;
  }
}
.reason ul li h3 {
  font-weight: 500;
  color: #E86923;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .reason ul li h3 {
    font-size: 20px;
    height: 60px;
    height: initial;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .reason ul li h3 .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
}
.reason ul li .img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.reason ul li p {
  line-height: 1.8;
}

body,
html {
  overflow-x: hidden;
}

.footer {
  margin-top: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#E45A00), to(#FADA05));
  background: linear-gradient(to right, #E45A00 0%, #FADA05 100%);
  padding-top: 50px;
  border-radius: 100px 100px 0 0;
  color: #fff;
  position: relative;
}
.footer .mugenkun {
  position: absolute;
  right: -139px;
  top: 84%;
  max-width: 300px;
}
@media screen and (max-width: 1300px) {
  .footer .mugenkun {
    max-width: 200px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer .mugenkun {
    top: 100%;
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    margin-top: 50px;
    border-radius: 50px 50px 0 0;
  }
}
.footer .logo2 {
  max-width: 230px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .footer .logo2 {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .logo2 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .logo2 a:hover {
  opacity: 0.6;
}
.footer .address {
  font-size: 14px;
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .footer .flex {
    display: block;
    margin-bottom: 70px;
  }
}
.footer .shikaku {
  width: 60%;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .footer .shikaku {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer .left {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .footer .left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.footer .right {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .footer .right {
    width: 100%;
  }
}
.footer .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .right ul li {
  width: 50%;
  margin-bottom: 12px;
}
.footer .right ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .footer .right ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .footer .right ul li a {
    font-size: 13px;
  }
}
.footer .right ul li a:hover {
  opacity: 0.6;
}
.footer .right ul li a .f-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .right ul li a .arrow {
  width: 4px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1000px) {
  .footer .right ul li a .arrow {
    top: -1px;
  }
}
.footer .right ul li a .arrow img {
  vertical-align: middle;
}
.footer .copyright {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .footer .copyright {
    font-size: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 374px) {
  .footer .copyright {
    font-size: 8px;
  }
}

.d-common-btn-area .section-form-btn {
  margin-right: 0;
  margin-bottom: 10px;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
}

.totop.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.totop a {
  display: block;
  width: 80px;
  /* 画像サイズに合わせて調整 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1001px) {
  .totop a:hover {
    opacity: 0.6;
  }
}

.totop img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ微調整（任意） */
@media (max-width: 767px) {
  .totop {
    right: 5px;
    bottom: 5px;
  }
  .totop a {
    width: 48px;
  }
}
html {
  scroll-behavior: smooth;
}

.nayami .area {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  .nayami .area {
    padding-top: 0;
  }
}
.nayami .area .nayami {
  max-width: 320px;
  position: absolute;
  top: 0%;
  left: 51%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .nayami .area .nayami {
    position: initial;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-transform: initial;
            transform: initial;
    width: 50%;
  }
}
.nayami ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .nayami ul {
    display: block;
  }
}
.nayami ul li {
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .nayami ul li {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .nayami ul li:last-child {
    margin-bottom: 0;
  }
}
.nayami ul li .box {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 25px;
  display: inline-block;
  border-radius: 20px;
  min-width: 374px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .nayami ul li .box {
    padding: 20px;
    min-width: initial;
    width: 100%;
  }
}
.nayami ul li:nth-child(1) .fukidashi {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 20px;
}
.nayami ul li:nth-child(2) .fukidashi {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px;
}
.nayami ul li:nth-child(3) .fukidashi {
  position: absolute;
  top: 20%;
  left: 100%;
  width: 20px;
}
.nayami ul li:nth-child(4) .fukidashi {
  position: absolute;
  top: 20%;
  right: 100%;
  width: 20px;
}
@media screen and (min-width: 1001px) {
  .nayami ul li:nth-child(2n) {
    text-align: right;
  }
  .nayami ul li:nth-child(2n) .box {
    text-align: left;
  }
  .nayami ul li:nth-child(n+3) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .nayami ul li .fukidashi {
    display: none;
  }
}
.nayami .text1 {
  margin-top: 80px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .nayami .text1 {
    margin-top: 25px;
    font-size: 19px;
  }
}
@media screen and (max-width: 374px) {
  .nayami .text1 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1001px) {
  .strong-sec {
    padding-top: 150px;
  }
}
.strong-sec .row {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1300px) {
  .strong-sec .row {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .strong-sec .row {
    margin-bottom: 10px;
  }
}
.strong-sec .row:last-child {
  margin-bottom: 0;
}
.strong-sec .row .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .strong-sec .row .heading {
    display: block;
  }
}
.strong-sec .row .heading .text-mi {
  font-family: "Satisfy", cursive;
  color: #E86923;
  font-size: 32px;
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .strong-sec .row .heading .text-mi {
    font-size: 21px;
    line-height: 1;
  }
}
.strong-sec .row .heading h3 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  top: -3px;
}
@media screen and (max-width: 1000px) {
  .strong-sec .row .heading h3 {
    font-size: 20px;
  }
}
.strong-sec .row .box1 {
  width: 60%;
  background: #fff;
  margin-left: auto;
  padding: 60px 40px 60px 60px;
  border-radius: 30px 0 0 30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .strong-sec .row .box1 {
    width: 100%;
    padding: 20px;
  }
}
.strong-sec .row .box1::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  background: #fff;
  width: 1000px;
  height: 100%;
}
.strong-sec .row .img1 {
  position: absolute;
  left: 0;
  width: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .strong-sec .row .img1 {
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    margin-left: auto;
    margin-bottom: -30px;
    z-index: 3;
    width: 35%;
  }
}
.strong-sec .row .box2 {
  width: 60%;
  background: #fff;
  margin-right: auto;
  padding: 60px 40px 60px 0px;
  border-radius: 0 30px 30px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .strong-sec .row .box2 {
    width: 100%;
    padding: 20px;
  }
}
.strong-sec .row .box2::after {
  position: absolute;
  content: "";
  left: -1000px;
  top: 0;
  background: #fff;
  width: 1000px;
  height: 100%;
}
.strong-sec .row .img2 {
  position: absolute;
  right: -5%;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .strong-sec .row .img2 {
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    margin-bottom: -30px;
    z-index: 2;
    margin-left: auto;
    width: 35%;
  }
}
.strong-sec .row .img3 {
  position: absolute;
  right: -5%;
  width: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .strong-sec .row .img3 {
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    margin-bottom: -30px;
    z-index: 2;
    margin-left: auto;
    width: 35%;
  }
}

.nayami ul li .box {
  position: relative;
  z-index: 2;
}

.service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service ul li {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 30px;
  padding: 30px 45px;
}
@media screen and (max-width: 1000px) {
  .service ul li {
    padding: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .service ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .service ul li:nth-child(2n) {
    margin-right: 0;
  }
  .service ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .service ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .service ul li:last-child {
    margin-bottom: 0;
  }
}
.service ul li h3 {
  text-align: center;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 500;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .service ul li h3 {
    font-size: 20px;
  }
}
.service ul li h3 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.service ul li .img {
  height: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .service ul li .img {
    height: 70px;
  }
}
.service ul li .img .wrap {
  width: 100%;
  height: 100%;
}
.service ul li .img .wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service ul li p {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .service ul li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .strong-sec .row .heading .text-mi {
    margin-bottom: 10px;
  }
}
.about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .about ul {
    display: block;
    margin-bottom: 30px;
  }
}
.about ul li {
  padding: 40px;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .about ul li {
    width: 100%;
    margin-bottom: 0px;
    padding: 40px 20px;
    text-align: center;
    font-size: 16px;
  }
  .about ul li:last-child {
    margin-bottom: 0;
  }
}
.about ul li .wrap {
  position: relative;
  z-index: 1;
}
.about ul li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .about ul li .img img {
    height: 100%;
  }
}
.about .text1 {
  margin-top: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .about .text1 {
    margin-top: 25px;
    font-size: 19px;
  }
}
@media screen and (max-width: 374px) {
  .about .text1 {
    font-size: 16px;
  }
}

.cta2 {
  background: url(../img/cta2-bg.jpg) no-repeat center center/cover;
}

.case .slider .slider-item {
  background: #fff;
  padding: 30px;
  margin: 0 20px;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .case .slider .slider-item {
    padding: 20px;
  }
}
.case .slider .slider-item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case .slider .slider-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.case .slider .slider-item a:hover h3,
.case .slider .slider-item a:hover .name,
.case .slider .slider-item a:hover .category {
  opacity: 0.6;
}
.case .slider .slider-item h3 {
  color: #E86923;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .case .slider .slider-item h3 {
    font-size: 18px;
  }
}
.case .slider .slider-item .name {
  color: #E86923;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .case .slider .slider-item .name {
    font-size: 18px;
  }
}
.case .slider .slider-item .img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case .slider .slider-item .img .wrap {
  padding-top: 65%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.case .slider .slider-item .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case .slider .slider-item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case .slider .slider-item .category .item {
  border-radius: 30px;
  background: #E45E00;
  color: #fff;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 13px;
  padding: 5px 10px;
  line-height: 1;
}
.case .slick-dots {
  bottom: -50px;
}
.case .slick-dots li.slick-active button:before {
  color: #E86923;
  opacity: 1;
}
.case .slick-dots li button:before {
  color: #E86923;
}
.case .slick-dots li button:before {
  font-size: 12px;
}
.case .slick-dots li.slick-active button:before {
  opacity: 0.25;
}
.case .slick-dots li button:hover:before {
  opacity: 0.25;
}

.case .slick-dots li.slick-active button:before {
  opacity: 1;
}

.voice ul li {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 30px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.voice ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .voice ul li {
    margin-bottom: 20px;
    padding: 20px;
    display: block;
  }
}
.voice ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice ul li .img {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .voice ul li .img {
    margin: 0 auto 10px;
    width: 40%;
    max-width: 200px;
  }
}
.voice ul li .img .wrap {
  padding-top: 100%;
  position: relative;
}
.voice ul li .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.voice ul li .contents {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1000px) {
  .voice ul li .contents {
    width: 100%;
  }
}
.voice ul h3 {
  font-weight: 500;
  color: #E86923;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .voice ul h3 {
    font-size: 20px;
    height: initial;
  }
}
.voice ul .text1 {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .voice ul .text1 {
    font-size: 12px;
  }
}
.voice ul .text2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .voice ul .text2 {
    font-size: 16px;
  }
}
.price-table-wrap {
  /* 外側の薄い背景 */
  border-radius: 30px;
  /* 外側の丸み */
}
@media screen and (max-width: 1000px) {
  .price-table-wrap {
    border-radius: 0;
  }
}

.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  /* テーブル自体の丸み */
  /* 角丸を効かせる */
  table-layout: fixed;
}
@media screen and (max-width: 1000px) {
  .price-table {
    margin-right: 20px;
    border-radius: 30px;
    overflow: hidden;
  }
}

/* ヘッダー */
.price-table thead th {
  background: #E45E00;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 20px 30px;
  font-size: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .price-table thead th {
    padding: 20px;
    font-size: 14px;
  }
}

.price-table thead th:last-child {
  border-right: none;
}

/* 本文セル */
.price-table tbody td {
  padding: 25px 30px;
  font-size: 15px;
  vertical-align: middle;
  border-top: 1px solid #E5EBEE;
  border-right: 1px solid #E5EBEE;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .price-table tbody td {
    padding: 20px;
    font-size: 14px;
  }
}

.price-table tbody tr:first-child td {
  border-top: none;
}

.price-table tbody td:last-child {
  border-right: none;
}

/* 列の幅感（画像の比率に寄せる） */
.price-table th:nth-child(1),
.price-table td:nth-child(1) {
  width: 40%;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 25%;
}

.price-table th:nth-child(3),
.price-table td:nth-child(3) {
  width: 35%;
}

.price-table td:nth-child(2) {
  font-weight: 400;
}

.price-table td:nth-child(3) {
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .price-table-wrap {
    overflow-x: auto;
    /* 横スクロールON */
    -webkit-overflow-scrolling: touch;
    /* iOSでなめらか */
    padding-bottom: 8px;
    /* スクロールバー分の余白 */
    position: relative;
  }
  .price-table {
    width: 800px;
    /* ←固定幅 */
    min-width: 800px;
    /* 念のため */
  }
  .inner2 {
    padding-right: 0;
  }
}
.qa ul li {
  background: white;
  border-radius: 30px;
  padding: 30px 40px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .qa ul li {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.qa ul li:last-child {
  margin-bottom: 0;
}
.qa ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.qa ul li .flex .icon {
  background: #E45E00;
  border: 2px solid #E45E00;
  color: #fff;
  font-family: "din-2014-rounded-variable", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .qa ul li .flex .icon {
    font-size: 22px;
    width: 30px;
    height: 30px;
  }
}
.qa ul li .flex .icon .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.qa ul li .flex .text {
  width: calc(100% - 70px);
}
@media screen and (max-width: 1000px) {
  .qa ul li .flex .text {
    width: calc(100% - 40px);
  }
}
.qa ul li .dt {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa ul li .dt::before {
  position: absolute;
  right: 0;
  content: "";
  width: 20px;
  height: 3px;
  background: #E45E00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qa ul li .dt::after {
  position: absolute;
  right: 8px;
  content: "";
  width: 3px;
  height: 20px;
  background: #E45E00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qa ul li .dt .text {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .qa ul li .dt .text {
    font-size: 16px;
  }
}
.qa ul li .dt.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa ul li .dt.active::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
}
.qa ul li .dd {
  padding-top: 30px;
  display: none;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .qa ul li .dd {
    padding-top: 15px;
  }
}
.qa ul li .dd .text {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .qa ul li .dd .text {
    font-size: 14px;
  }
}
.qa ul li .dd .flex .icon {
  background: #fff;
  border: 2px solid #E45E00;
  color: #E45E00;
}
@media screen and (max-width: 1000px) {
  .qa ul li .dd .flex .icon {
    font-size: 22px;
    width: 30px;
    height: 30px;
  }
}

.profile {
  position: relative;
  margin: 0 auto;
}
.profile .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile .left {
  width: 50%;
  max-width: 800px;
  position: absolute;
  left: 0;
  top: 180px;
}
@media screen and (max-width: 1000px) {
  .profile .left {
    position: initial;
    width: 100%;
  }
  .profile .left img {
    border-radius: 30px;
  }
}
.profile .right {
  width: 60%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px 0 50px 70px;
  border-radius: 30px 0 0 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .profile .right {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }
}
.profile .right::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  background: #fff;
  width: 1000px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .profile .right::after {
    display: none;
  }
}
.profile h3 {
  font-weight: 500;
  color: #E86923;
  font-size: 26px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .profile h3 {
    font-size: 20px;
    height: initial;
  }
}
.profile .text1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .profile .text1 {
    font-size: 16px;
  }
}
.profile p {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .profile p {
    font-size: 14px;
  }
}

.contact .white-box {
  padding: 80px 50px;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .contact .white-box {
    padding: 20px;
  }
}
.contact .white-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .contact .white-box .row {
    margin-bottom: 20px;
    display: block;
  }
}
.contact .white-box .row:last-child {
  margin-bottom: 0;
}
.contact .white-box .row .dt {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .contact .white-box .row .dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contact .white-box .row .dt .required {
  background: #BA0D0D;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .contact .white-box .row .dt .required {
    font-size: 12px;
  }
}
.contact .white-box .row .dt .required.no {
  background: #989898;
}
.contact .white-box .row .dd {
  width: calc(100% - 270px);
}
@media screen and (max-width: 1000px) {
  .contact .white-box .row .dd {
    width: 100%;
  }
}
.contact .check-box {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .contact .check-box {
    margin-bottom: 30px;
  }
}
.contact .check-box .check-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .check-box a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .check-box a:hover {
  opacity: 0.6;
}
.contact .check-box input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: -1000%;
}
.contact .check-box input[type=checkbox] + span {
  position: relative;
  padding-left: 20px;
}
.contact .check-box input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #E45E00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.contact .check-box input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 15px;
  border-left: 5px solid #E45E00;
  border-top: 5px solid #E45E00;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 4px;
  opacity: 0;
}
.contact .check-box input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.wpcf7-spinner {
  display: none !important;
}

.textarea-row {
  -webkit-box-align: initial !important;
      -ms-flex-align: initial !important;
          align-items: initial !important;
}
@media screen and (min-width: 1001px) {
  .textarea-row .dt {
    padding-top: 8px;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

textarea {
  height: 120px;
  resize: none;
}

.submit {
  text-align: center;
}
.submit input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.submit span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 50px;
  background: #E45A00;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .submit span {
    font-size: 16px;
  }
}
.submit span:hover {
  opacity: 0.6;
}
.submit span .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.submit span .flex .arrow {
  width: 10px;
  position: relative;
  top: -2px;
  margin-left: 20px;
}
.submit span .flex .arrow img {
  vertical-align: middle;
}

.common-mv .title {
  margin-bottom: 0 !important;
}
.common-mv .l-inner .contents {
  min-width: 678px;
}
@media screen and (min-width: 1001px) {
  .common-mv .l-inner .contents {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .common-mv .l-inner .contents {
    width: 100%;
    min-width: initial;
    position: absolute;
    background: initial;
    padding: 0;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.bread {
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .bread {
    padding: 10px 0;
  }
}
.bread a,
.bread span {
  display: inline-block;
  font-size: 13px;
  color: #7C7C7C;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .bread a,
  .bread span {
    font-size: 11px;
  }
}
.bread a {
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bread a:hover {
  opacity: 0.6;
}
.bread .center {
  width: 4px;
  position: relative;
  top: -2px;
  margin: 0 10px;
}
@media screen and (max-width: 1000px) {
  .bread .center {
    margin: 0 5px;
  }
}
.bread .center img {
  vertical-align: middle;
}

@media screen and (min-width: 1001px) {
  .privacy {
    padding-top: 50px;
  }
}
.privacy p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .privacy p {
    font-size: 13px;
  }
}

.thanks {
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 1001px) {
  .thanks {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .thanks {
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (min-width: 1001px) {
  .single {
    padding-top: 50px;
  }
}

.single h1,
.single .name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #E45E00;
}
@media screen and (max-width: 1000px) {
  .single h1,
  .single .name {
    font-size: 22px;
  }
}
.single .time {
  color: #E45E00;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .single .time {
    margin-bottom: 10px;
  }
}
.single .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .single .heading {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.single .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .single .category {
    display: block;
  }
}
.single .category .item {
  border-radius: 30px;
  background: #E45E00;
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .single .category .item {
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
.single .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .single .img {
    margin-bottom: 25px;
  }
}
.single .img img {
  border-radius: 30px;
}
.single .contents h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E45E00), to(#FADA05));
  background: linear-gradient(to bottom, #E45E00 0%, #FADA05 100%);
  color: #fff;
  padding: 15px 40px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 30px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .single .contents h2 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.single .contents h2::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #fada05;
  left: 7%;
  top: 100%;
}
@media screen and (max-width: 1000px) {
  .single .contents h2::after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #fada05;
  }
}
@media screen and (max-width: 1000px) {
  .single .contents h2 {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.single .contents h3,
.single .contents h4,
.single .contents h5,
.single .contents h6 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 7px;
  margin-top: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .single .contents h3,
  .single .contents h4,
  .single .contents h5,
  .single .contents h6 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.single .contents h3::after,
.single .contents h4::after,
.single .contents h5::after,
.single .contents h6::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#E45E00), to(#FADA05));
  background: linear-gradient(to right, #E45E00 0%, #FADA05 100%);
}
@media screen and (max-width: 1000px) {
  .single .contents h3::after,
  .single .contents h4::after,
  .single .contents h5::after,
  .single .contents h6::after {
    height: 3px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 1000px) {
  .single .contents h3,
  .single .contents h4,
  .single .contents h5,
  .single .contents h6 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

.nextprev-section {
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .nextprev-section {
    margin-top: 40px;
  }
}
.nextprev-section .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nextprev-section .item {
  width: 47%;
}
.nextprev-section .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .nextprev-section .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.nextprev-section .item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .nextprev-section .item a {
    padding: 20px;
  }
}
.nextprev-section .item a .img2 {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .nextprev-section .item a .img2 {
    width: 100%;
    margin-bottom: 7px;
  }
}
.nextprev-section .item a .contents {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .nextprev-section .item a .contents {
    width: 100%;
  }
}
.nextprev-section .item a .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .nextprev-section .item a .title {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.nextprev-section .item a .text3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .nextprev-section .item a .text3 {
    font-size: 12px;
  }
}

.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  /* 動画の余白が出ても黒で統一 */
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  /* フェード時間 */
}

.loading-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.loading-video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 全画面フィット */
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .loading-video {
    width: 100%;
  }
}

/* スキップボタン */
.skip-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 999px;
  background: #E86923;
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.skip-btn:hover {
  opacity: 0.6;
}

.required2 {
  background: #BA0D0D;
  line-height: 1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .required2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .totop a {
    width: 70px;
  }
  .mv .l-inner .contents {
    position: absolute;
    margin: 0 20px 0 0px;
    top: initial;
    bottom: 40px;
    width: 87%;
  }
  .mv .contents .title {
    font-size: 19px;
  }
  .mv .contents .lead {
    font-size: 15px;
  }
}