/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*!///////////////////////////////////////////*/
/*!//////////// ↓↓↓reset↓↓↓ ////////////*/
/*!///////////////////////////////////////////*/
*, *::before, *::after { box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin: 0; color: #000;}
a { text-decoration: none;}
ul,ol { padding-left: 0; list-style-type: none;}
dd { margin-left: 0;}
p {font-size: 14px; line-height: 1.75;}
@media screen and (min-width: 768px) { p { font-size: 16px;}}
button {border: 0;}
/*!///////////////////////////////////////////*/
/*!//////////// ↑↑↑reset↑↑↑ ////////////*/
/*!///////////////////////////////////////////*/


/*!////////////////////////////////////////////*/
/*!//////////// ↓↓↓common↓↓↓ ////////////*/
/*!////////////////////////////////////////////*/
body { font-family: "Noto Sans JP", sans-serif;}
@media screen and (max-width: 767px) {
  .sp-none { display: none !important;}}
@media screen and (min-width: 768px) {
  .pc-none {display: none !important;}}
.hidden { display: none !important;}
.image { display: block; width: 100%;}
.wrapper {position: relative; overflow: hidden;}
.container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 5.33333333333333vw;
    padding-right: 5.33333333333333vw;
  }
}
/*!////////////////////////////////////////////*/
/*!//////////// ↑↑↑common↑↑↑ ////////////*/
/*!////////////////////////////////////////////*/


a:hover {
  opacity: .7;
  transition: .3s;
}

.header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.64285714285714vw 4.57142857142857vw;
}
@media screen and (max-width: 767px) {
  #top .header {
    display: none;
  }
}

.top-link ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact .top-link ul {
  justify-content: flex-start;
}

#contact .top-link li:not(:first-of-type) {
  width: 150px;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  text-align: center;
}

.top-icon {
  width: 28.57142857142857vw;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .top-icon {
    padding-right: 0;
  }
}

.top-icon img {
    width: 100%;
}

.top-link li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.fixed-link {
  z-index: 999;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 355px;
  width: 150px;
  background-color: #00AFEC;
  border-radius: 25px 0 0 25px;
  border: 2px #fff solid;
}
@media screen and (max-width: 767px) {
  .fixed-link {
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translate(50%, 0);
    height: 18.13333333333333vw;
    width: 100%;
    border-radius: 0;
    border: none;
  }
}

.fixed-link a {
  height: 100%;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fixed-link a {
    flex-flow: row;
    flex-direction: row;
  }
}

.fixed-link a img {
  width: 76.6px;
  margin-bottom: 6.5px;
}
@media screen and (max-width: 767px) {
  .fixed-link a img {
    width: 10vw;
    margin: 0 1.06666666666667vw;
  }
}

.fixed-link p {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fixed-link p {
    writing-mode: horizontal-tb;
    font-size: 6.24346666666667vw;
  }
}
/* 
.fixed-link-sp {
  position: fixed;
  top: auto;
  bottom: -18.13333333333333vw;
  opacity: 0;
  transform: translate(50% , 20px);
  transition: transform 1s , opacity .5s , bottom 0.5s;
}

.fixed-link-sp.sp-link-ac {
  display: block;
  opacity: 1;
  bottom: 0;
  transform: translate(50% , -20px);
} */

main {
  background-image: url(../img/about_bk.jpg);
  background-size: 500px;
}

.fv-bk {
  position: relative;
  z-index: 1;
  padding: 10vw 0 23.57142857142857vw;
  background-color: #21BEF3;
  background-image: url(../img/fv_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  -webkit-mask-image: radial-gradient(#fff 0% 70%, transparent 70% 100%);
  mask-image: radial-gradient(#fff 0% 70%, transparent 70% 100%);
  -webkit-mask-size: 170.8571428571429vw 75vw;
  mask-size: 170.8571428571429vw 75vw;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
}
@media screen and (max-width: 767px) {
  .fv-bk {
    background-image: url(../img/fv_bk_sp.jpg);
    -webkit-mask-size: 400vw 300vw;
    mask-size: 400vw 300vw;
    padding: 0 0 48vw;
  }
}

.fv-title {
 width: 57.14285714285714vw;
 height: auto;
 aspect-ratio: 2 / 1;
 margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv-title {
    width: 100%;
   }
}

.fv-title h1 img {
  width: 100%;
 }

.fv-link {
  z-index: 5;
  position: absolute;
  top: 40vw;
  left: 50%;
  transform: translate(-50% , 0);
  width: 57.14285714285714vw;
  background-color: rgba(255 , 255 , 255 , 0.7);
  border-radius: 1px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .fv-link {
    background-color: transparent;
    width: 100%;
    top: 140vw;
  }
}

.fv-link-text {
  font-size: 1.92857142857143vw;
  font-weight: 700;
  padding-top: 1vw;
}
@media screen and (max-width: 767px) {
  .fv-link-text {
    font-size: 5.86666666666667vw;
    line-height: 1.33;
    padding-bottom: 3vw;
  }
}

.fv-link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5vw 2.3vw;
}
@media screen and (max-width: 767px) {
  .fv-link ul {
    display: block;
    padding: 0.5vw 5.33333333333333vw;
  }
}

.fv-link ul li {
  background-color: #C68D8B;
  width: calc(50% - 1vw);
}
@media screen and (max-width: 767px) {
  .fv-link ul li {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.fv-link ul li:first-of-type {
  background-color: #D9B34F;
}

.fv-link ul li a {
  width: 100%;
  padding: 1.21428571428571vw 1vw;
}

.fv-link ul li a p {
  color: #fff;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv-link ul li a p {
    font-size: 5.33333333333333vw;
  }
}

.fv-link ul li a p small {
  font-size: 54%;
}
@media screen and (max-width: 767px) {
  .fv-link ul li a p small {
    font-size: 100%;
  }
}

.fv-link-note {
  font-weight: 700;
  font-size: 1.78571428571429vw;
  color: #BC0C16;
}
@media screen and (max-width: 767px) {
  .fv-link-note {
    font-size: 4.8vw;
    line-height: 1;
  }
}

.fv-deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50% , 50%);
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 21.42857142857143vw;
  background-image: url(../img/fv_deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.about {
  position: relative;
  margin-top: -7.42857142857143vw;
  padding: calc(7.42857142857143vw + 132px) 0 0;
  /* background-image: url(../img/about_bk.jpg);
  background-size: 500px; */
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: -31vw;
    padding: calc(31vw + 75vw) 0 0;
  }
}

.about-bk-deco {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  height: 25vw;
  background-image: url(../img/fv_deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .about-bk-deco {
    transform: translate(-50%, calc(-50% + 21vw));
    height: auto;
    aspect-ratio: 3 / 0.8;
    background-image: url(../img/fv_deco_sp.png);
  }
}

.about-text {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-text {
    padding: 42.66666666666667vw 0;
  }
}

.about-text h2 {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-text h2 {
    font-size: 5.86666666666667vw;
  }
}

.about-text-1 {
  font-size: 22px;
  font-weight: 500;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .about-text-1 {
    font-size: 4.53333333333333vw;
  }
}

.about-text-2 {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-text-2 {
    font-size: 4vw;
    text-align: justify;
  }
}

.about-img {
  /* 上中央 */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50% , -50%);
  height: auto;
  aspect-ratio: 1;
  pointer-events: none;
}

.about-img img {
  width: 100%;
}

.about-img--1 {
  width: 250px;
  transform: translate(calc(-50% - 430px), calc(-50% + 50px));
}
.about-img--2 {
  width: 152px;
  transform: translate(calc(-50% + 400px), calc(-50%));
}
.about-img--3 {
  width: 174px;
  transform: translate(calc(-50% - 330px), calc(-50% + 260px));
}
.about-img--4 {
  width: 278px;
  transform: translate(calc(-50% + 430px), calc(-50% + 250px));
}
@media screen and (max-width: 767px) {
  .about-img--1 {
    width: 36.53333333333333vw;
    transform: translate(calc(-50% - 20vw), 3vw);
  }
  .about-img--2 {
    width: 22.13333333333333vw;
    transform: translate(calc(-50% + 22vw), 50%);
  }
  .about-img--3 {
    top: 100%;
    width: 25.33333333333333vw;
    transform: translate(calc(-50% - 25vw), calc(-100% - 10vw));
  }
  .about-img--4 {
    top: 100%;
    width: 40.53333333333333vw;
    transform: translate(calc(-50% + 20vw), calc(-100% - 3vw));
  }
}

.qa {
  padding: 115px 0 50px;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 0 0 20px;
  }
}

.qa h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .qa h3 {
    font-size: 6.93333333333333vw;
  }
}

.qa-list dl {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .qa-list dl {
    margin-bottom: 35px;
  }
}

.qa-list dl dt ,.qa-list dl dd {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.qa-list dl dt {
  border-bottom: 1px #6D6F70 solid;
  margin-bottom: 10px;
}

.qa-list dl dt span ,.qa-list dl dd span {
  width: 32px;
  background-color: #6D6F70;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  .qa-list dl dt span ,.qa-list dl dd span {
    font-size: 5.06666666666667vw;
    margin-bottom: 2.934vw;
  }
}
.qa-list dl dd span {
  background-color: #BC0C16;
}

.qa-list dl dt p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .qa-list dl dt p {
    font-size: 4.53333333333333vw;
  }
}

.qa-list dl dd p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .qa-list dl dd p {
    font-size: 4vw;
  }
}

.ft-link {
  position: static;
  background-color: transparent;
  transform: translate(0);
  margin: 0 auto;
  width: auto;
}
.ft-link ul {
  margin: 0;
  padding: 0;
  align-items: stretch;
  flex-wrap: wrap;
}

.ft-link ul li {
  width: calc(50% - 25px);
  min-width: 340px;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ft-link ul li {
    width: 100%;
    min-width: auto;
  }
}

.ft-link ul li a p {
  color: #000;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .ft-link ul li a p {
    font-size: 8vw;
  }
}

.ft-link ul li a p span {
  font-size: 42px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ft-link ul li a p span {
    font-size: 9.6vw;
  }
}

.ft-link ul li a p span img {
  padding-right: 5px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .ft-link ul li a p span img {
    height: 7vw;
  }
}

.ft-link ul li a small {
  color: #000;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ft-link ul li a small {
    font-size: 3.94666666666667vw;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 18.13333333333333vw;
  }
}

footer p {
  text-align: center;
  font-size: 16px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  footer p {
    padding: 100px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  @media screen and (max-width: 767px) {
    #contact .header {
        padding: 35px 18px 22px;
    }
  }
  .top-icon {
      width: auto;
      height: 11.73333333333333vw;
      padding: 1.6vw 25px 1.6vw 0;
  }
  .top-icon img {
    width: auto;
    height: 100%;
}
}

.contact-bk{
  background-color: #21BEF3;
  background-image: url(../img/fv_bk_sora.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  border-bottom: #00AFEC 10px solid;
  -webkit-mask-image: none;
  mask-image: none;
  padding: 10vw 0 4vw;
}
@media screen and (max-width: 767px) {
  .contact-bk{
    background-image: url(../img/fv_bk_sora_sp.jpg);
    padding: 28.8vw 0 15vw;
  }
  .contact-bk .fv-title {
    width: 90%;
  }
}

.contact-bk h1 {
  width: 31.71428571428571vw;
  aspect-ratio: 3.7 / 1;
  margin: 0 -1.78571428571429vw;
}
@media screen and (max-width: 767px) {
  .contact-bk h1 {
    width: 66.66666666666667vw;
    margin: 0 -1.78571428571429vw;
    text-align: center;
    margin: 0 auto;
  }
}

.contact-bk h1 img {
  width: 100%;
  pointer-events: none;
}

.contact-link {
  background-color: rgba(255 , 255 , 255 , 0.8);
  text-align: center;
  padding: 3.92857142857143vw;
}
@media screen and (max-width: 767px) {
  .contact-link {
    padding: 8vw 0;
  }
}

.contact-link-p {
  display: block;
  font-size: 2.73214285714286vw;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.42857142857143vw;
}
@media screen and (max-width: 767px) {
  .contact-link-a {
    display: block;
    font-size: 7.46666666666667vw;
    font-weight: 700;
    line-height: 1.25;
    padding: 2.66666666666667vw 0;
    color: #000;
  }
}

.contact-link-p span {
  display: inline-block;
  width: 3.53571428571429vw;
  height: auto;
  aspect-ratio: 49.5 / 34;
  -webkit-mask-image: url(../img/tel.svg);
  mask-image: url(../img/tel.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .contact-link-a span {
    display: inline-block;
    width: 9vw;
    height: auto;
    aspect-ratio: 49.5 / 34;
    -webkit-mask-image: url(../img/tel.svg);
    mask-image: url(../img/tel.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin: 0 8px;
  }
}
.contact-saidaiji span { background-color: #D9B34F; }
.contact-oku span { background-color: #C68D8B; }

.contact-link-text {
  font-size: 1.28571428571429vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact-link-text {
    font-size: 4.26666666666667vw;
    line-height: 1.5625;
    padding-bottom: 2.66666666666667vw;
  }
}

.contact-container {
  position: relative;
  max-width: 1100px;
  padding: 67px 50px 140px;
}
@media screen and (max-width: 767px) {
  .contact-container {
    padding: 35px 13px 40px;
  }
}

.contact-container-bk {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 10 / 3;
  pointer-events: none;
  background-image: url(../img/container_bk.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contact-container-bk {
    bottom: 300px;
  }
}

.contact-container h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .contact-container h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
}

.contact-text1 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact-text1 {
    font-size: 15px;
  }
}

.contact-main {
  padding-top: 30px;
}

.contact-main-red {
  color: #E83828;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact-main-red {
    font-size: 15px;
    padding-top: 15px;
    background-color: rgba(255 , 255 , 255 , 0.7);
  }
}


@media screen and (max-width: 767px) {
  .contact-list {
    width: 100%;
    background-color: rgba(255 , 255 , 255 , 0.7);
    padding: 3px 10px 0;
  }
}

.contact-list li {
  display: flex;
  border-top: 1px #C5C5C6 solid;
}
@media screen and (max-width: 767px) {
  .contact-list li {
    flex-flow: column;
    border-top: none;
  }
  .contact-list li:not(:first-child) {
    margin-top: 30px;
  }
}

.contact-list-th {
  width: 255px;
  background-color: #00AFEC;
  padding: 32px 20px;
}
@media screen and (max-width: 767px) {
  .contact-list-th {
    width: 100%;
    padding: 8px 20px;
    text-align: center;
  }
}

.contact-list-th p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.contact-list-td {
  flex: 1;
  background-color: #fff;
  padding: 20px 20px 20px 33px;
}
@media screen and (max-width: 767px) {
  .contact-list-td {
    flex: 1;
    background-color: transparent;
    padding: 20px 0 0;
    text-align: center;
  }
}

.contact-list-td p {
  font-size: 16px;
  font-weight: 500;
}

.contact-list-td-note p {
  font-size: 13px;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact-list-td-note p {
    text-align: left;
  }
  .contact-list-td-note--2 {
    padding-top: 5px;
  }
  .contact-list-td-note--2 p {
    text-align: center;
    padding-top: 0;
  }
}

.contact-list-container {
  position: relative;
  width: 278.3831px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact-list-container {
    width: 100%;
  }
}

.contact-list-hissu {
  position: absolute;
  top: 0;
  right: 100%;
  transform: translateX(-2px);
  color: #E83828;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-list-hissu {
    transform: translate(100%, calc(-100% - 1px));
  }
  .contact-list--ad .contact-list-hissu {
    transform: translateX(-2px);
  }
}

input {
  width: 100%;
  height: 50px;
  padding-left: 25px;
}

.contact-list-name input[type="text"] {
  width: calc(50% - 10px);
  height: 50px;
  padding-left: 25px;
}

::placeholder {
  color: #ccc;
}

.contact-list-container--2 {
  max-width: 500px;
  width: auto;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact-list-container--2 {
    padding-right: 0;
  }
}

.contact-list--ad .contact-list-container {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact-list--ad .contact-list-container {
    padding-bottom: 5px;
  }
}

.contact-list--ad .contact-list-container p {
  padding-top: 10px;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .contact-list--ad .contact-list-container p {
    padding-top: 0;
    padding-left: 1rem;
  }
}

.contact-list-container--tree input {
  width: calc(33.3% - 12px);
}

.contact-list--ad .contact-list-hissu {
  right: calc(100% - 1rem);
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .contact-list--ad .contact-list-hissu {
    top: 0;
    transform: translateY(25%);
  }
}

.contact-list-container--tree div {
  width: calc(33.3% - 12px);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-left: 0;
}

.contact-list--ad .contact-list-container--tree div p {
  color: #fff;
  padding-top: 0;
  padding-left: 0;
}

.ad-hyphen {
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: calc(50% - 6.5px);
  transform: translate(0, calc(-50% - 5px));
}

.contact-list-container--3 {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contact-list-container--3 {
    margin: 0 auto;
    flex-flow: column;
    display: inline-flex;
    align-items: flex-start;
  }
}

.contact-list-container--3 label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  padding-left: 2px;
}

.contact-radio {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-top: 12px;
}

.contact-radio:not(:last-of-type) {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .contact-radio:not(:last-of-type) {
    margin-right: 0;
  }
}

input[type="radio"] {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"]:before ,input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCCCCC;
  content: '';
}
input[type="radio"]:checked:before {
  background: #000;
}

input[type="radio"]:hover ,.contact-list-container--3 label:hover ,.contact-radio:hover {
  cursor: pointer;
}

textarea {
  margin-top: 10px;
  width: 100%;
  height: 200px;
}

.contact-main-note {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-main-note {
    font-size: 13px;
    padding: 0 10px;
    letter-spacing: -0.05rem;
    background-color: rgba(255 , 255 , 255 , 0.7);
  }
  .contact-main-note:last-of-type {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-main-bottom {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding: 50px 10px 0;
  }
}

.contact-main-bottom p {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding: 45px 0 130px;
}
@media screen and (max-width: 767px) {
  .contact-main-bottom p {
    font-size: 16px;
    padding: 45px 0 30px;
    flex: 2;
  }
}

.contact-submit {
  position: relative;
  max-width: 600px;
  padding: 0 55px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-submit {
    width: 100%;
    flex-shrink: 0;
    padding: 0;
    flex: 0;
  }
}

input[type="submit"] {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 28px;
  text-align: center;
  cursor : pointer; 
  padding: 20px 12px;
  background: #BC0C16; 
  color: #ffffff; 
  transition: .3s;
  border: none;
}
@media screen and (max-width: 767px) {
  input[type="submit"] {
    font-size: 20px;
    padding: 8px 12px;
  }
}

input[type="submit"]:hover {
  background: #00AFEC; 
}

@media screen and (max-width: 767px) {
  #contact footer {
    padding-bottom: 0;
  }
}

.contact-submit-arrow {
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translate(-20px , -50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact-submit-arrow {
    right: 0;
  }
}

.contact-submit-arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.contact-submit-arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  transform: translate(-50% , -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #contact footer p {
    padding: 0 0 30px;
  }
}

.confirm table {
  border-spacing: 0;
  padding-top: 30px;
}

.confirm tr {
  border-top: 1px #C5C5C6 solid;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .confirm tr {
    display: block;
    padding: 3px 10px 0;
    border-top: none;
  }
}

.confirm th {
  border-top: 1px #C5C5C6 solid;
  width: 255px;
  padding: 10px 20px;
  background: #00AFEC; 
  color: #fff;
}
@media screen and (max-width: 767px) {
  .confirm th {
    border-top: none;
    display: block;
    width: 100%;
  }
}

.confirm td {
  border-top: 1px #C5C5C6 solid;
  padding: 20px 20px 20px 33px;
}
@media screen and (max-width: 767px) {
  .confirm td {
    border-top: none;
    padding: 20px 0 20px 20px;
  }
}

.submit-return-center {
  text-align: left;
  padding-top: 10px;
}

.submit-return input[type="submit"] {
  height: 100%;
  width: 80%;
  font-size: 24px;
  padding: 10px 12px;
  background: transparent; 
  color: #000; 
  text-align: left;
}
@media screen and (max-width: 767px) {
  .submit-return input[type="submit"] {
    font-size: 16px;
  }
}

.submit-return input[type="submit"]:hover {
  text-decoration: underline;
}

.contact-finish li {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #00AFEC;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  margin: 30px 0 100px;
}

.contact-finish li a {
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  padding: 20px 12px;
}
@media screen and (max-width: 767px) {
  .contact-finish li a {
    font-size: 20px;
    padding: 8px 12px;
  }
}