/*

  全体レイアウト

================================================================
*/
#wrapper {
  overflow: hidden;
  position: relative;
  max-width: 2000px;
  min-width: 1000px;
  min-height: 100vh;
  margin: 0 auto;}
#wrapper:after {
  pointer-events: none;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/allbg.jpg);
  z-index: -1;}
#container {
  position: relative;
  width: 500px;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  animation: loading 2.5s;}
@keyframes loading {
  0% {opacity: 0;}
  100% {opacity: 1;}}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 100%;
  min-width: 100%;}
#wrapper:after {
  height: 100vh;}
#container {
  width: 90vw;
  margin: 0;
  backdrop-filter: blur(2vw);}
.inner {
  width: 100%;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}}

/*

  sec01

================================================================
*/
.sec01 {
  position: relative;
  padding: 100px 0;}
.sec01 img {
  width: 220px;
  height: auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec01 {
  padding: 25vw 0;}
.sec01 img {
  width: 45vw;}}

/*

  sec02

================================================================
*/
.sec02 {
  position: relative;}
.sec02 img {
  width: 340px;
  height: auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec02 img {
  width: 65vw;}}

/*

  sec03

================================================================
*/
.sec03 {
  position: relative;
  margin-top: 30px;}
.sec03 table {
  width: 80%;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 14px;}
.sec03 table th {
  text-align: right;
  padding: 13px 0;
  padding-right: 30px;}
.sec03 table td {
  text-align: left;
  padding: 13px 0;}
.sec03 table td span {
  position: relative;
  display: block;
  padding: 7px 0;
  padding-left: 30px;}
.sec03 table td span:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #524444;}
.sec03 table td span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -17px;
  left: -3px;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #524444;}
.sec03 table td a {
  pointer-events: none;
  color: #3a3232;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec03 {
  margin-top: 10vw;}
.sec03 table {
  width: 80%;
  font-size: 3.3vw;}
.sec03 table th {
  padding: 3vw 0;
  padding-right: 5vw;
  font-weight: 500;}
.sec03 table td {
  padding: 3vw 0;}
.sec03 table td span {
  padding: 1.5vw 0;
  padding-left: 5vw;}
.sec03 table td span:after {
  bottom: -3.8vw;
  left: -.6vw;
  width: 1.6vw;}
.sec03 table td a {
  pointer-events: auto;}}

/*

  sec04

================================================================
*/
.sec04 {
  position: relative;
  margin-top: 50px;}
.sec04 img {
  width: 100%;
  height: auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec04 {
  margin-top: 10vw;}}

/*

  sec05

================================================================
*/
.sec05 {
  position: relative;
  margin-top: 80px;
  padding-bottom: 150px;
  background: url(../img/bg_profile.png) no-repeat bottom center / 100% auto;}
.sec05 img {
  width: auto;
  height: 46px;}
.sec05 .name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;}
.sec05 .name .left {
  margin-right: 30px;}
.sec05 .name .right {
  font-size: 180%;}
.sec05 ul li + li {
  margin-top: 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec05 {
  margin-top: 20vw;
  padding-bottom: 30vw;}
.sec05 img {
  height: 8.5vw;}
.sec05 .name {
  margin: 10vw 0;
  font-size: 3.3vw;}
.sec05 .name .left {
  margin-right: 5vw;}
.sec05 .name .right {
  font-weight: 600;
  font-size: 140%;}
.sec05 ul {
  font-size: 3.3vw;}
.sec05 ul li + li {
  margin-top: 3.5vw;}}

/*

  sec06

================================================================
*/
.sec06 {
  position: relative;
  margin-top: 80px;}
.sec06 img {
  width: auto;
  height: 35px;}
.sec06 .read {
  margin-top: 40px;
  line-height: 2.0;}
.sec06 .cform {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  line-height: 1.6;}
.sec06 .cform li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #524444;}
.sec06 .cform li + li {
  margin-top: 30px;}
.sec06 .cform li p {
  width: 30%;
  text-align: left;}
.sec06 .cform li div {
  flex: 1;
  text-align: left;
  border-left: 1px solid #524444;}
.sec06 .cform li input {
  width: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 500;}
.sec06 .cform li.out {
  flex-direction: column;}
.sec06 .cform li.out p {
  width: 100%;}
.sec06 .cform li.out div {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  border-left: none;}
.sec06 .cform li.out .time {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;}
.sec06 .cform li.out .time * + * {
  margin-left: 10px;}
.sec06 .cform li div .ip-text {
  padding: 7px 10px;}
.sec06 .cform li div .ip-area {
  width: 100%;
  height: 250px;
  padding: 13px;
  background-color: #f2e9e3;
  font-weight: 500;}
.sec06 .cform li div .ip-select {
  width: auto;
  padding: 7px 15px;
  padding-right: 35px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 5px bottom 8px;
  background-size: 18px auto;
  background-image: url(../img/arrow.png);
  background-color: #f2e9e3;}
.sec06 .cform li div .ip-select.last {
  width: auto;}
.sec06 .note {
  position: relative;
  width: 80%;
  margin: 15px auto 0;
  padding-left: 1.4em;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;}
.sec06 .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;}
.sec06 .btn {
  position: relative;
  z-index: 0;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 1px;
  border-radius: 6px;
  background-image: linear-gradient(180deg, #fff 0%, #c8baaf);}
.sec06 .btn:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 276px;
  height: 43px;
  margin-left: -138px;
  background: url(../img/bg_btn.png) no-repeat center / cover;
  z-index: -1;}
.sec06 .btn input {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #e8dacf 0%, #f7f3f0);
  z-index: 2;}
.sec06 .btn .wpcf7-spinner{
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  transform: translateY(-50%);}
.sec06 .wpcf7-form-control-wrap{
  display: block;}
.sec06 .wpcf7-not-valid-tip{
  position:absolute;
  z-index: 1;
  top:50%;
  right:0px;
  transform: translateY(-50%);
  font-size: 80%;
  padding: 0 0 0 0;}
.sec06 .wpcf7-textarea + .wpcf7-not-valid-tip{
  top:10px;
  right:10px;
  transform: none;}
.sec06 .wpcf7-response-output{
  margin:2em auto 0 auto !important;
  max-width: 80%;
  font-size:14px;
  line-height: 1.4;
  font-weight: 500;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec06 {
  margin-top: 10vw;}
.sec06 img {
  height: 7vw;}
.sec06 .read {
  margin-top: 10vw;
  line-height: 1.8;
  font-size: 3.4vw;}
.sec06 .cform {
  width: 85%;
  margin-top: 15vw;
  font-size: 3.3vw;}
.sec06 .cform li + li {
  margin-top: 7vw;}
.sec06 .cform li p {
  width: 35%;
  font-weight: 600;}
.sec06 .cform li input {
  font-size: 3.3vw;
  color: #3a3232;}
.sec06 .cform li.out div {
  margin-top: 2vw;}
.sec06 .cform li.out .time {
  padding-bottom: 1vw;}
.sec06 .cform li.out .time * + * {
  margin-left: 1vw;}
.sec06 .cform li div .ip-text {
  padding: 2vw 2vw;
  font-size: 3.4vw;
  color: #3a3232;}
.sec06 .cform li div .ip-area {
  height: 40vw;
  padding: 3vw;
  font-size: 3.4vw;}
.sec06 .cform li div .ip-select {
  width: auto;
  padding: 2vw 2.5vw;
  padding-right: 8vw;
  text-align: center;
  background-position: right 1.5vw bottom 2.5vw;
  background-size: 3.6vw auto;
  font-size: 3.4vw;
  color: #3a3232;}
.sec06 .note {
  width: 85%;
  margin: 5vw auto 0;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.7;}
.sec06 .btn {
  width: 70%;
  margin: 0 auto;
  margin-top: 10vw;
  border-radius: 1.4vw;}
.sec06 .btn:after {
  bottom: -2vw;}
.sec06 .btn:after {
  bottom: -2vw;
  width: 50vw;
  height: 10vw;
  margin-left: -25vw;}
.sec06 .btn input {
  height: 12vw;
  border-radius: 1vw;
  font-size: 3.4vw;
  font-weight: 600;
  color: #3a3232;}}

/*

  sec07

================================================================
*/
.sec07 {
  position: relative;
  padding: 80px 0;}
.sec07 small {
  font-size: 12px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.sec07 {
  padding: 20vw 0;}
.sec07 small {
  font-size: 2.8vw;}}