@charset "UTF-8";
* {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
}

@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Yu Gothic','Noto Sans JP', sans-serif,"Noto Serif JP", serif;
}

a:hover {
  opacity: 0.8;
}

.is__pc {
  display: block;
}

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

.is__sp {
  display: none;
}

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

.is__onlysp {
  display: none;
}

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

.contactlink {
  width: 445px;
  height: 75px;
}

@media screen and (max-width: 768px) {
  .contactlink {
    max-width: 380px;
    width: 100%;
    height: 60px;
  }
}

.contactlink a {
  background-color: #A70D23;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.3em;
  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;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contactlink a {
    font-size: 16px;
  }
}

@media screen and (max-width: 481px) {
  .contactlink a {
    letter-spacing: 0.15em;
    font-size: 15px;
  }
}

.contactlink a::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.contactlink a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  background-color: #fff;
  top: 48%;
  right: 20px;
  -webkit-transform: translate(0, -100%) rotate(45deg);
          transform: translate(0, -100%) rotate(45deg);
}

main .contactlink {
  width: 445px;
  height: 75px;
  margin: 90px auto 0;
}

@media screen and (max-width: 768px) {
  main .contactlink {
    max-width: 380px;
    width: 100%;
    height: 60px;
  }
}

main .contactlink a {
  background-color: #A70D23;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.3em;
  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;
  position: relative;
}

@media screen and (max-width: 768px) {
  main .contactlink a {
    font-size: 16px;
  }
}

@media screen and (max-width: 481px) {
  main .contactlink a {
    letter-spacing: 0.15em;
    font-size: 15px;
  }
}

main .contactlink a::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .contactlink a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  background-color: #fff;
  top: 48%;
  right: 20px;
  -webkit-transform: translate(0, -100%) rotate(45deg);
          transform: translate(0, -100%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  main .contactlink {
    margin: 60px auto 0;
  }
}

header figure {
  height: 600px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  header figure {
    height: 350px;
  }
}

header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media screen and (max-width: 481px) {
  header figure img {
    -o-object-position: calc(100% + 200px) center;
       object-position: calc(100% + 200px) center;
  }
}

header figure div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

header figure div h1 {
  color: #fff;
  font-size: 90px;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;;
}

@media screen and (max-width: 768px) {
  header figure div h1 {
    font-size: clamp(20px, calc(100vw*80/768), 80px);
  }
}

header figure div h1 span {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.6em;
  text-align: center;
  display: block;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  header figure div h1 span {
    font-size: clamp(16px, calc(100vw*25/768), 25px);
  }
}

@media screen and (max-width: 481px) {
  header figure div h1 span {
    letter-spacing: 0.25em;
  }
}

header figure div p.caption {
  color: #fff;
  background-color: #00003E;
  text-align: center;
  letter-spacing: 0.6em;
  margin-top: 1rem;
  padding: 0.5rem 0;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  header figure div p.caption {
    width: 100%;
    max-width: 500px;
    font-size: 18px;
    letter-spacing: 0.25em;
  }
}

header figure div p.caption span {
  color: #fff;
  letter-spacing: 0.6em;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  header figure div p.caption span {
    width: 100%;
    max-width: 500px;
    font-size: 18px;
    letter-spacing: 0.25em;
  }
}

header figure div .contactlink {
  display: block;
  margin: 2rem auto 0;
}

@media screen and (max-width: 481px) {
  header figure div .contactlink {
    font-size: 13px;
  }
  header figure div .contactlink a::before {
    right: 10px;
  }
  header figure div .contactlink a::after {
    right: 10px;
  }
}

header nav ul {
  padding: 1.5rem 0;
  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;
}

@media screen and (max-width: 768px) {
  header nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

header nav ul li {
  color: #00003E;
  font-family: 'Yu Gothic';
}

@media screen and (max-width: 768px) {
  header nav ul li {
    margin-top: 0.5rem;
  }
}

header nav ul li:not(:first-child) a {
  position: relative;
}

header nav ul li:not(:first-child) a::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #00003E;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

header nav ul li a {
  width: 100%;
  padding: 0 clamp(5px, calc(100vw*20/1000), 2rem);
  display: block;
  font-size: clamp(15px, calc(100vw*16/1000), 16px);
  /* font-size: 16px;
  font-weight: bold; */
  white-space: nowrap;
    line-height: 150%;
}

main section {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  main section {
    margin-bottom: 60px;
  }
}

main section h2 {
  background-color: #00003E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 3rem 1rem;
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  main section h2 {
    padding: 1rem;
  }
}

main section h2 span {
  display: block;
  color: #8686A3;
  font-size: 12px;
  margin-top: 0.5rem;
  font-weight: normal;
  letter-spacing: 0.5em;
}

main section h3 {
  color: #00003E;
  text-align: center;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0.1em;
  margin: 3rem auto;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  main section h3 {
    font-size: clamp(18px, calc(100vw*26/768), 26px);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

main section h3 span {
  color: #A70D23;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  main section h3 span {
    font-size: clamp(18px, calc(100vw*26/768), 26px);
  }
}

main section .wrapper {
  max-width: calc(1200px + 5rem * 2);
  padding: 0 5rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 481px) {
  main section .wrapper {
    padding: 0 1rem;
  }
}

main section .wrapper p span {
  color: #A70D23;
  letter-spacing: 0.05em;
  line-height: 2;
}

main section .wrapper1000 {
  max-width: calc(1000px + 1rem * 2);
}

main section hr {
  border-top: 1px solid #fff;
  margin-top: 2rem;
}

main section.el01 p {
  line-height: 2;
}

main section.el01 p.fontbold {
  font-weight: bold;
}

main section.el01 .el01__irai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 481px) {
  main section.el01 .el01__irai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

main section.el01 .el01__irai dl {
  width: calc((100% - 3px) / 2);
  border: 1px solid #B5B5B6;
}

@media screen and (max-width: 481px) {
  main section.el01 .el01__irai dl {
    width: 100%;
  }
}

main section.el01 .el01__irai dl dt {
  background-color: #F0F0F0;
  padding: 1rem;
  text-align: center;
}

main section.el01 .el01__irai dl dd {
  text-align: center;
  padding: 1rem;
}

main section.el01 .el01__irai dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main section.el01 .el01__irai dl dd ul li {
  line-height: 2;
}

main section.el01 .caption {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-weight: normal;
}

main section.el01 .el01__onayami {
  background: #E9E4D6;
  position: relative;
}

main section.el01 .el01__onayami::before {
  position: absolute;
  content: '';
  background-image: url(../images/onayami.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  main section.el01 .el01__onayami::before {
    background-size: cover;
  }
}

main section.el01 .el01__onayami h3 {
  position: relative;
  padding-top: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 90px;
}

main section.el01 .el01__onayami ul {
  position: relative;
  padding-bottom: 2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

main section.el01 .el01__onayami ul li {
  font-size: 22px;
  line-height: 42px;
  position: relative;
  padding-left: 60px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  main section.el01 .el01__onayami ul li {
    font-size: 16px;
    padding-left: 3rem;
    line-height: 1.5;
    padding-right: 1rem;
  }
}

main section.el01 .el01__onayami ul li::before {
  content: '?';
  position: absolute;
  left: 1rem;
  color: #B9A87E;
  font-size: 60px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  font-family: serif;
}

@media screen and (max-width: 768px) {
  main section.el01 .el01__onayami ul li::before {
    font-size: 30px;
    top: 0;
    -webkit-transform: translateY(-20%) rotate(25deg);
            transform: translateY(-20%) rotate(25deg);
  }
}

main section.el01 .el01__onayami ul li span {
  color: #A70D23;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  main section.el01 .el01__onayami ul li span {
    font-size: 16px;
  }
}

main section.el02 div ol li {
  min-height: 110px;
}

main section.el02 div ol li:not(:first-child) {
  margin-top: 0.5rem;
}

main section.el02 div ol li p {
  padding-right: 185px;
  padding-bottom: 50px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li p {
    padding-right: 0;
    padding-bottom: 1rem;
  }
}

main section.el02 div ol li p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F0D5D9));
  background: linear-gradient(to bottom, transparent 70%, #F0D5D9 70%);
  padding: 0 2px;
}

main section.el02 div ol li figure img {
  width: 100%;
}

main section.el02 div ol li:nth-child(1) {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../images/features02.jpg);
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(1) {
    background: none;
  }
}

main section.el02 div ol li:nth-child(1) h4 {
  position: relative;
  color: #00003E;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 4rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(1) h4 {
    font-size: 18px;
    margin-top: 1rem;
    padding-left: 2rem;
  }
}

main section.el02 div ol li:nth-child(1) h4::before {
  position: absolute;
  content: "1";
  left: 0;
  color: #A70D23;
  font-style: italic;
  font-size: 60px;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(1) h4::before {
    font-size: 30px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

main section.el02 div ol li:nth-child(2) {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../images/features03.jpg);
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(2) {
    background: none;
  }
}

main section.el02 div ol li:nth-child(2) h4 {
  position: relative;
  color: #00003E;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 4rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(2) h4 {
    font-size: 18px;
    margin-top: 1rem;
    padding-left: 2rem;
  }
}

main section.el02 div ol li:nth-child(2) h4::before {
  position: absolute;
  content: "2";
  left: 0;
  color: #A70D23;
  font-style: italic;
  font-size: 60px;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(2) h4::before {
    font-size: 30px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

main section.el02 div ol li:nth-child(3) {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../images/features01.jpg);
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(3) {
    background: none;
  }
}

main section.el02 div ol li:nth-child(3) h4 {
  position: relative;
  color: #00003E;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 4rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(3) h4 {
    font-size: 18px;
    margin-top: 1rem;
    padding-left: 2rem;
  }
}

main section.el02 div ol li:nth-child(3) h4::before {
  position: absolute;
  content: "3";
  left: 0;
  color: #A70D23;
  font-style: italic;
  font-size: 60px;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

@media screen and (max-width: 768px) {
  main section.el02 div ol li:nth-child(3) h4::before {
    font-size: 30px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

main section.el03 dl {
  margin-top: 30px;
}

main section.el03 dl dt {
  background-color: #F0F0F0;
  padding: 1rem;
  color: #00003E;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  main section.el03 dl dt {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

main section.el03 dl dt span {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  position: relative;
  padding-right: 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  main section.el03 dl dt span {
    display: block;
  }
}

main section.el03 dl dt span::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #00003E;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  main section.el03 dl dt span::before {
    display: none;
  }
}

main section.el03 dl dd {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  main section.el03 dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main section.el03 dl dd > p {
  background-color: #00003E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  main section.el03 dl dd > p {
    font-size: 12px;
  }
}

main section.el03 dl dd div {
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  main section.el03 dl dd div {
    padding-left: 0;
  }
}

main section.el03 dl dd div p {
  line-height: 2;
  font-weight: 600;
}

main section.el03 dl dd div ul {
  padding-top: 0.5rem;
}

main section.el03 dl dd div ul li {
  position: relative;
  padding-left: 1rem;
  line-height: 2;
}

main section.el03 dl dd div ul li::before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #A70D23;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main section.el04 .wrapper {
  margin-top: 50px;
}

main section.el04 .wrapper div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

main section.el04 .wrapper div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  main section.el04 .wrapper div dl {
    gap: 1rem;
  }
}

main section.el04 .wrapper div dl:not(:last-child) {
  margin-bottom: 2rem;
}

main section.el04 .wrapper div dl:not(:last-child) dt {
  position: relative;
}

main section.el04 .wrapper div dl:not(:last-child) dt::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #A70D23;
  top: calc(100% + 9px);
}

main section.el04 .wrapper div dl dt {
  background-color: #F0F0F0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main section.el04 .wrapper div dl dt {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

main section.el04 .wrapper div dl dt span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00003E;
}

@media screen and (max-width: 768px) {
  main section.el04 .wrapper div dl dt span {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  main section.el04 .wrapper div dl dd {
    width: calc(100% - 50px);
  }
}

main section.el04 .wrapper div dl dd h3 {
  text-align: left;
  font-size: 20px;
  line-height: 1;
  margin: unset;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  main section.el04 .wrapper div dl dd h3 {
    font-size: 16px;
  }
}

main section.el04 .wrapper div dl dd p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  main section.el04 .wrapper div dl dd p {
    font-size: 14px;
  }
}

main section.el05 .wrapper dl {
  border-bottom: 1px solid #C9CACA;
}

main section.el05 .wrapper dl dt {
  position: relative;
  padding: 2rem 4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  main section.el05 .wrapper dl dt {
    padding: 1rem 2.5rem 1rem 2.5rem;
  }
}

main section.el05 .wrapper dl dt::before {
  position: absolute;
  content: 'Q';
  left: 0;
  font-style: italic;
  font-size: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #00003E;
  font-weight: bold;
  font-family: 'Yu Gothic';
}

@media screen and (max-width: 768px) {
  main section.el05 .wrapper dl dt::before {
    font-size: 25px;
  }
}

main section.el05 .wrapper dl dt span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #00003E;
  right: 0;
}

main section.el05 .wrapper dl dt span::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  background-color: #00003E;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

main section.el05 .wrapper dl dd {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  main section.el05 .wrapper dl dd {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

main section.el05 .wrapper dl dd::before {
  position: absolute;
  content: 'A';
  left: 0;
  font-style: italic;
  font-size: 40px;
  top: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  color: #A70D23;
  font-family: 'Yu Gothic';
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main section.el05 .wrapper dl dd::before {
    font-size: 25px;
  }
}

main section.el05 .wrapper dl.open dt span::before {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}

main section.el05 .wrapper dl.open dd {
  max-height: 500px;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  main section.el05 .wrapper dl.open dd {
    padding-bottom: 1rem;
  }
}

main section.el06 .wrapper .caption {
  text-align: center;
  margin: 2rem auto;
}

main section.el06 .wrapper form {
  margin-top: 1rem;
  /* フォーム */
}

main section.el06 .wrapper form th.required {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

main section.el06 .wrapper form th.required::before {
  position: absolute;
  content: '必須';
  background-color: #A70D23;
  color: #fff;
  top: 50%;
  left: calc(100% + 5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 12px;
  padding: 3px;
}

main section.el06 .wrapper form td {
  margin-top: 0.5rem;
}

main section.el06 .wrapper form td.form-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

main section.el06 .wrapper form td input {
  border: 1px solid #C9CACA;
  line-height: 2;
  border-radius: 5px;
  width: 100%;
}

main section.el06 .wrapper form td textarea {
  border: 1px solid #C9CACA;
  line-height: 2;
  border-radius: 5px;
  width: 100%;
}

main section.el06 .wrapper form td select {
  width: 100%;
  border: 1px solid #c9caca;
  border-radius: 5px;
  line-height: 2;
}

main section.el06 .wrapper form .contact_button#confirmButton {
  cursor: pointer;
  opacity: 0.5;
}

main section.el06 .wrapper form .contact_button#confirmButton:disabled {
  cursor: not-allowed;
}

main section.el06 .wrapper form .policy {
  margin-top: 1rem;
  border: 1px solid #C9CACA;
  border-radius: 5px;
  width: 100%;
  padding: 0.5rem 1rem;
  overflow-y: auto;
  height: 150px;
}

main section.el06 .wrapper form .policy h3 {
  font-size: 16px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
}

main section.el06 .wrapper form .policy .policy__detail p {
  font-size: 13px;
}

main section.el06 .wrapper form .policy .policy__detail h4 {
  margin: 1rem 0;
}

main section.el06 .wrapper form .policy .policy__detail ol {
  list-style: disc;
  list-style-position: inside;
}

main section.el06 .wrapper form .policy .policy__detail ol li {
  font-size: 13px;
}

main section.el06 .wrapper form .policy__agree {
  background-color: #F0F0F0;
  line-height: 65px;
  margin-top: 0.5rem;
padding: 10px 15px;
}
main section.el06 .wrapper form .policy__agree a {
color: #A70D23;
text-decoration: underline;
}

@media screen and (max-width: 768px) {
  main section.el06 .wrapper form .policy__agree {
    line-height: 160%;
  }
}

main section.el06 .wrapper form .policy__agree label {
  width: 100%;
  height: 100%;
  display: block;
}

main section.el06 .wrapper form .policy__agree label input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0 1rem 0 0rem;
}

main section.el06 .wrapper form button {
  width: 445px;
  height: 75px;
  background-color: #A70D23;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  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;
  position: relative;
  margin: 2rem auto 3rem;
}

@media screen and (max-width: 768px) {
  main section.el06 .wrapper form button {
    width: 100%;
    max-width: 380px;
    height: 60px;
  }
}

main section.el06 .wrapper form button::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main section.el06 .wrapper form button::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -100%) rotate(45deg);
          transform: translate(0, -100%) rotate(45deg);
}

main section.el06 .wrapper form button:hover {
  opacity: 0.8;
}

main section.el06 .wrapper form #formbase {
  margin: 0 auto 80px;
  max-width: 800px;
}

main section.el06 .wrapper form #formWrap {
  margin: 0px auto;
}

main section.el06 .wrapper form table.formTable {
  margin: 0px auto;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

main section.el06 .wrapper form table.formTable td, main section.el06 .wrapper form th {
  float: left;
  font-size: 16px;
  width: 100%;
}

main section.el06 .wrapper form table.formTable td {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section.el06 .wrapper form table.formTable th {
  margin-bottom: 5px;
  font-weight: bold;
}

main section.el06 .wrapper form .sendbutton {
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main section.el06 .wrapper form input.contact_button {
  width: 445px;
  height: 75px;
  text-align: center;
  background-color: #A70D23;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  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;
  position: relative;
  margin: 0 auto 15px;
}

main section.el06 .wrapper form input.contact_button:hover {
  opacity: 0.8;
}
.contact_button {
  width: 445px;
  height: 75px;
  text-align: center;
  background-color: #A70D23;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  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;
  position: relative;
  margin: 0 auto 15px;
}

.contact_button:hover {
  opacity: 0.8;
}

main section.el06 .wrapper form .contact_button {
  width: 445px;
  height: 75px;
  text-align: center;
  background-color: #A70D23;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  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;
  position: relative;
  margin: 30px auto 80px;
}

main section.el06 .wrapper form .contact_button:hover {
  opacity: 0.8;
}

main section.el06 .wrapper form input, main section.el06 .wrapper form textarea, main section.el06 .wrapper form select {
  padding: 0.5rem 1rem;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  main section.el06 .wrapper form #formbase {
    margin: 0 auto 40px;
    max-width: 800px;
  }
  main section.el06 .wrapper form #formWrap {
    margin: 0px auto;
  }
  main section.el06 .wrapper form table.formTable {
    margin: 0px auto;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
  }
  main section.el06 .wrapper form table.formTable td, main section.el06 .wrapper form th {
    float: left;
    font-size: 14px;
    width: 100%;
  }
  main section.el06 .wrapper form table.formTable td {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.el06 .wrapper form table.formTable th {
    margin-bottom: 5px;
    font-weight: bold;
  }
  main section.el06 .wrapper form .sendbutton {
    margin: 15px auto 0;
    display: block;
  }
  main section.el06 .wrapper form input.contact_button {
    width: 100%;
    max-width: 380px;
    height: 60px;
    font-size: 16px;
  }
.contact_button {
    width: 100%;
    max-width: 380px;
    height: 60px;
    font-size: 16px;
  }
  main section.el06 .wrapper form .contact_button {
    width: 100%;
    max-width: 380px;
    height: 60px;
    font-size: 16px;
    margin: 30px auto 40px;
  }
}

footer {
  background-color: #00003E;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 1rem 0;
  }
}


footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 2rem auto;
}

footer .page-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #A70D23;
  color: #fff;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
    font-size: 14px;
}

@media screen and (max-width: 1080px) {
  footer .page-top-btn {
    width: 50px;
        height: 50px;
        font-size: 12px;
        bottom: 60px;
        right: 10px;
  }
}

footer .page-top-btn.show {
  opacity: 1;
  visibility: visible;
}

footer .page-top-btn:hover {
  opacity: 0.8;
}

footer .toformbtn {
  position: fixed;
  bottom: 0;
  background-color: #A70D23;
  width: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

footer .toformbtn a {
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: block;
}

footer .toformbtn.show {
  opacity: 1;
  visibility: visible;
}

footer .toformbtn:hover {
  opacity: 0.8;
}


/* Contact Form 7 */
.wpcf7-form-control-wrap{
  width: 100%;
}
div.wpcf7 .ajax-loader{
  display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}



/*# sourceMappingURL=style.css.map */